Template:Faction Info: Difference between revisions

Template page
(Created page with "<noinclude> <!-- Template documentation --> '''Usage:''' <pre> {{Faction_Info | image = Flag-liberty.png | name = Example Name | status = Active | description= This is a brief description. | allies = one, two, three | enemies = four, five, six }} </pre> </noinclude> <includeonly> {| class="wikitable" style="width:100%" |- ! rowspan="4" style="width:100px" | [[File:{{{image|Flag-liberty.png}}}|100px]] ! style="text-align:left;" | Name ! style=...")
 
No edit summary
Line 18: Line 18:
|-
|-
! rowspan="4" style="width:100px" | [[File:{{{image|Flag-liberty.png}}}|100px]]
! rowspan="4" style="width:100px" | [[File:{{{image|Flag-liberty.png}}}|100px]]
! style="text-align:left;" | Name
! style="text-align:left;" | {{{name|Name not provided}}}
! style="text-align:right;" | Status
! style="text-align:right;" | {{{description|No description available}}}
|-
| colspan="2" | {{{name|Name not provided}}}
|-
| colspan="2" | {{{description|No description available}}}
|-
|-
| style="text-align:center;" | Allies
| style="text-align:center;" | Allies

Revision as of 18:41, 14 December 2024

Usage:

{{Faction_Info
 | image      = Flag-liberty.png
 | name       = Example Name
 | status     = Active
 | description= This is a brief description.
 | allies     = one, two, three
 | enemies    = four, five, six
}}