|
|
(6 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| {| style="border: 1px solid grey; padding: 1px; margin: 5px; width: 25%; float: right; font-size: 11px;"
| | #REDIRECT [[Template: Infobox Faction]] |
| | width="100%" colspan="2" style="background-color: #000099; font-size: 16px; text-align: center;" | <font color=white>'''{{{name}}}'''</font>
| |
| |-
| |
| | width="100%" colspan="2" style="text-align: center;" | {{{image}}}
| |
| |-
| |
| | width="100%" colspan="2" style="background-color: #000099;" | <font color=white>'''General information'''</font>
| |
| |-
| |
| | width="31%" valign="top" | Status
| |
| | width="69%" | {{{Status}}}
| |
| |-
| |
| | width="31%" valign="top" | Leader
| |
| | width="69%" | {{{Leader}}}
| |
| |-
| |
| | width="31%" valign="top" | Second In Command
| |
| | width="69%" | {{{Leader}}}
| |
| |-
| |
| | width="31%" valign="top" | Owner
| |
| | width="69%" | {{{Owner}}}
| |
| |-
| |
| | width="100%" colspan="2" style="background-color: #000099;" | <font color=white>'''Historical Information'''</font>
| |
| |-
| |
| | width="31%" valign="top" | Founded
| |
| | width="69%" | {{{Founded}}}
| |
| |-
| |
| | width="100%" colspan="2" style="background-color: #000099;" | <font color=white>'''Political Information'''</font>
| |
| |-
| |
| | width="31%" valign="top" | Affiliation
| |
| | width="69%" | {{{Affiliation}}}
| |
| |-
| |
| | width="31%" valign="top" | Type
| |
| | width="69%" | {{{Type}}}
| |
| |}
| |
| <noinclude>
| |
| ===Usage===
| |
| | |
| The Character Box template is used for faction pages only, to describe the faction. Paste the following code into the top of an article, filling all known fields:
| |
| | |
| <pre><nowiki>
| |
| {{Faction_Box
| |
| | name =
| |
| | image =
| |
| | Status =
| |
| | Leader =
| |
| | Second in Command =
| |
| | Owner =
| |
| | Founded =
| |
| | Affiliation =
| |
| | Type =
| |
| }}
| |
| </nowiki></pre>
| |
| | |
| [[Category:User templates|{{PAGENAME}}]]</noinclude> | |