Template:ChapterInfoBox: Difference between revisions
Template page
More actions
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 15: | Line 15: | ||
<div class="lt-infobox-section"> | <div class="lt-infobox-section"> | ||
{{#if: {{{ | {{#if: {{{location|}}} | | ||
<div class="lt-infobox-row"> | <div class="lt-infobox-row"> | ||
<span class="lt-infobox-label"><strong> | <span class="lt-infobox-label"><strong>Location(s):</strong></span> | ||
<span class="lt-infobox-value">{{{ | <span class="lt-infobox-value">{{{location}}}</span> | ||
</div> | </div> | ||
}} | }} | ||
{{#if: {{{occurs|}}} | | |||
{{#if: {{{ | |||
<div class="lt-infobox-row"> | <div class="lt-infobox-row"> | ||
<span class="lt-infobox-label"><strong> | <span class="lt-infobox-label"><strong>Occurs In:</strong></span> | ||
<span class="lt-infobox-value">{{{ | <span class="lt-infobox-value">{{{occurs}}}</span> | ||
</div> | </div> | ||
}} | }} | ||
{{#if: {{{parties|}}} | | |||
<div class="lt-infobox-row"> | |||
<span class="lt-infobox-label"><strong>Involved Parties:</strong></span> | |||
<span class="lt-infobox-value">{{{parties}}}</span> | |||
</div> | |||
}} | |||
{{#if: {{{outcome|}}} | | |||
<div class="lt-infobox-row"> | |||
<span class="lt-infobox-label"><strong>Outcome:</strong></span> | |||
<span class="lt-infobox-value">{{{outcome}}}</span> | |||
</div> | |||
}} | |||
</div> | </div> | ||
</div> | </div> | ||
Revision as of 14:35, 22 February 2026
ChapterInfoBox