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
 
(39 intermediate revisions by the same user not shown)
Line 6: Line 6:
  | image      = Flag-liberty.png
  | image      = Flag-liberty.png
  | name      = Example Name
  | name      = Example Name
  | status    = Active
  | page      = Liberty
  | description= This is a brief description.
  | description= A description
| allies    = one, two, three
| enemies    = four, five, six
}}
}}
</pre>
</pre>
</noinclude>
</noinclude><includeonly>{| class="wikitable" style="width:100%"
 
<includeonly>
{| class="wikitable" style="width:100%"
|-
|-
! rowspan="4" style="width:100px" | [[File:{{{image|Flag-liberty.png}}}|100px]]
! rowspan="2" style="width:100px;border-left: 2px solid var(--color-base--subtle);" | {{#ifexist: File:{{{image}}}| [[File:{{{image}}}|100px|link=]] | '''No Image Found''' }}
! style="text-align:left;" | Name
! colspan="2" style="text-align:left;" | '''{{{name|Name not provided}}}'''
! style="text-align:right;" | Status
! style="text-align:right;" | {{{page|}}}
|-
|-
| colspan="2" | {{{name|Name not provided}}}
| colspan="3" style="text-align:left;border-left: 2px solid var(--color-base--subtle);" | {{{description}}}
|-
|}</includeonly>
| colspan="2" | {{{description|No description available}}}
|-
| style="text-align:center;" | Allies
| style="text-align:center;" | Enemies
|-
| style="text-align:center;" | {{{allies|No allies listed}}}
| style="text-align:center;" | {{{enemies|No enemies listed}}}
|}
</includeonly>

Latest revision as of 02:35, 15 December 2024

Usage:

{{Faction_Info
 | image      = Flag-liberty.png
 | name       = Example Name
 | page       = Liberty
 | description= A description
}}