Template:Faction Info: Difference between revisions

Template page
No edit summary
No edit summary
Line 16: Line 16:
</noinclude><includeonly>{| class="wikitable" style-"width:100%"
</noinclude><includeonly>{| class="wikitable" style-"width:100%"
|-
|-
! rowspan="3" style="border-left: 2px solid {{{color|white}}}" | [[File:{{{image|Unknown.png}}}|100px]]
! rowspan="3" {{{#if:{{{color|}}}|style="border-left: 2px solid {{{color}}};"}}} | [[File:{{{image|Unknown.png}}}|100px]]
! colspan="2" style="text-align:left;" | {{{name|Name not provided}}}
! colspan="2" style="text-align:left;" | {{{name|Name not provided}}}
! style="text-align:right;" | {{{status|No status available}}}
! style="text-align:right;" | {{{status|No status available}}}
Line 28: Line 28:
| style="text-align:center;" | {{{enemies|No enemies listed}}}
| style="text-align:center;" | {{{enemies|No enemies listed}}}
|-
|-
| colspan="4" style="border-left: 2px solid {{{color|white}}}" | {{{description|No description available}}}
| colspan="4" {{{#if:{{{color|}}}|style="border-left: 2px solid {{{color}}};"}}} | {{{description|No description available}}}
|}</includeonly>
|}</includeonly>

Revision as of 19:19, 14 December 2024

Usage:

{{Faction_Info
 | color      = #ff0000
 | image      = Flag-liberty.png
 | name       = Example Name
 | status     = Lawful
 | allies     = one, two, three
 | competitors= four, five, six
 | enemies    = seven, eight, nine
 | description= This is a brief description.
}}