Template:Infobox Faction: Difference between revisions

From BetaHaven Wiki
Jump to navigationJump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
{| class="infobox" style="float:right; clear:right; margin:0 0 1em 1em; background:#f8f9fa; border:1px solid #a2a9b1; padding:5px; font-size:90%; width:250px;"
<noinclude>This is the Infobox Faction template.</noinclude><includeonly><table class="infobox" style="float:right; clear:right; margin:0 0 1em 1em; background:#f8f9fa; border:1px solid #a2a9b1; padding:5px; font-size:90%; width:250px;">
|-
<tr><th colspan="2" style="background:#cee0f2; text-align:center; font-size:110%; padding:5px;">{{{caption|Faction}}}</th></tr>
! colspan="2" style="background:#cee0f2; text-align:center; font-size:110%; padding:5px;" | {{{caption|Faction}}}
{{#if:{{{image|}}}|<tr><td colspan="2" style="text-align:center; padding:5px;">[[File:{{{image}}}|{{{image_size|250px}}}]]</td></tr>}}
{{#if:{{{image|}}}|
{{#if:{{{owner|}}}|<tr><th style="padding:3px 5px;">Owner</th><td style="padding:3px 5px;">{{{owner}}}</td></tr>}}
|-
{{#if:{{{assistants|}}}|<tr><th style="padding:3px 5px;">Assistants</th><td style="padding:3px 5px;">{{{assistants}}}</td></tr>}}
| colspan="2" style="text-align:center; padding:5px;" | [[File:{{{image}}}|{{{image_size|250px}}}]]}}
{{#if:{{{members|}}}|<tr><th style="padding:3px 5px;">Members</th><td style="padding:3px 5px;">{{{members}}}</td></tr>}}
{{#if:{{{owner|}}}|
{{#if:{{{founded|}}}|<tr><th style="padding:3px 5px;">Founded</th><td style="padding:3px 5px;">{{{founded}}}</td></tr>}}
|-
{{#if:{{{status|}}}|<tr><th style="padding:3px 5px;">Status</th><td style="padding:3px 5px;">{{{status}}}</td></tr>}}
! style="padding:3px 5px;" | Owner
{{#if:{{{location|}}}|<tr><th style="padding:3px 5px;">Location</th><td style="padding:3px 5px;">{{{location}}}</td></tr>}}
| style="padding:3px 5px;" | {{{owner}}}}}
</table></includeonly>
{{#if:{{{assistants|}}}|
|-
! style="padding:3px 5px;" | Assistants
| style="padding:3px 5px;" | {{{assistants}}}}}
{{#if:{{{members|}}}|
|-
! style="padding:3px 5px;" | Members
| style="padding:3px 5px;" | {{{members}}}}}
{{#if:{{{founded|}}}|
|-
! style="padding:3px 5px;" | Founded
| style="padding:3px 5px;" | {{{founded}}}}}
{{#if:{{{status|}}}|
|-
! style="padding:3px 5px;" | Status
| style="padding:3px 5px;" | {{{status}}}}}
{{#if:{{{location|}}}|
|-
! style="padding:3px 5px;" | Location
| style="padding:3px 5px;" | {{{location}}}}}
|}

Revision as of 05:03, 3 June 2026

This is the Infobox Faction template.