|
|
(4 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
β | {{#vardefine:colour|476}}<!-- | + | {{NPC |
β | -->{| class="infobox"
| + | |name={{{name}}} |
β | |-
| + | |image={{{image|}}} |
β | !align="centre" colspan="2" style="background: #{{#var:colour}}; padding: 2px;"| <font color="white">{{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}} }}</font>
| + | |title={{{title}}} |
β | |- | + | |gender={{{sex}}} |
β | ! colspan="2" | {{#if: {{{image|}}} | [[Image:{{{image}}}|250x350px|{{PAGENAME}}]] }}
| + | |race={{{race}}} |
β | |- | + | |affiliation={{{faction}}} |
β | !align="centre" colspan="2" style="background: #{{#var:colour}}; padding: 11px;" |
| + | |service={{{organization}}} |
β | |-
| |
β | |
| |
β | |-
| |
β | ! align="centre" style="background: #{{#var:colour}}; width:50%;" | <font color="white">'''Title:'''</font>
| |
β | ! align="center" | {{{title}}}
| |
β | |- | |
β | ! align="centre" style="background: #{{#var:colour}}; width:50%;" | <font color="white">'''Gender:'''</font>
| |
β | ! align="center" | {{{gender}}}
| |
β | |- | |
β | ! align="centre" style="background: #{{#var:colour}}; width:50%;" | <font color="white">'''Race:'''</font>
| |
β | ! align="center" | {{{race}}}
| |
β | |- | |
β | ! align="centre" style="background: #{{#var:colour}}; width:50%;" | <font color="white">'''Affiliation:'''</font>
| |
β | ! align="center" | {{{affiliation}}}
| |
β | |- | |
β | {{#if: {{{service|}}} | ! align="centre" style="background: #{{#var:colour}}; width:50%;" {{!}} <font color="white">'''Service:'''</font>
| |
β | !align="center" {{!}} {{{service}}}
| |
β | {{!}}- | }}
| |
β | |}<!--
| |
β | | |
β | --><noinclude>{{clear}} __NOTOC__
| |
β | == Description ==
| |
β | | |
β | == Usage ==
| |
β | <pre>
| |
β | {{NPCInfoBox
| |
β | |name=
| |
β | |image=
| |
β | |title=
| |
β | |gender=
| |
β | |race=
| |
β | |affiliation=
| |
β | |service=
| |
| |}} | | |}} |
β | </pre> | + | <noinclude> |
β | | |
β | ==Example==
| |
β | | |
| [[Category: Infobox templates|RegionInfoBox]] | | [[Category: Infobox templates|RegionInfoBox]] |
| </noinclude> | | </noinclude> |