Template:Faction Info: Difference between revisions

Template page
No edit summary
No edit summary
Line 4: Line 4:
<pre>
<pre>
{{Faction_Info
{{Faction_Info
| color      = #ff0000
  | image      = Flag-liberty.png
  | image      = Flag-liberty.png
  | name      = Example Name
  | name      = Example Name
Line 18: Line 19:
{| class="wikitable" style-"width:100%"
{| class="wikitable" style-"width:100%"
|-
|-
! rowspan="3" style="border-left: 2px solid white" | [[File:{{{image|Unknown.png}}}|100px]]
! rowspan="3" style="border-left: 2px solid {{{color|white}}}" | [[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 30: Line 31:
| style="text-align:center;" | {{{enemies|No enemies listed}}}
| style="text-align:center;" | {{{enemies|No enemies listed}}}
|-
|-
| colspan="4" style="border-left: 2px solid white" | {{{description|No description available}}}
| colspan="4" style="border-left: 2px solid {{{color|white}}}" | {{{description|No description available}}}
|}
|}
</includeonly>
</includeonly>

Revision as of 19:07, 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.
}}