Difference between revisions of "Template:Infobox NPC/doc"
From Paragon Wiki Archive
(using docs from template) |
(adding example) |
||
| Line 2: | Line 2: | ||
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> | <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> | ||
== Usage == | == Usage == | ||
| − | + | <pre>{{Infobox NPC | |
| − | + | ||
| box_color = Hexadecimal colour (EG: #FFFFFF, Default: #DEDEE2) | | box_color = Hexadecimal colour (EG: #FFFFFF, Default: #DEDEE2) | ||
| − | | name = | + | | name = Character name |
| − | | image = | + | | image = Character image |
| − | | caption = | + | | caption = Caption |
| − | | sd = Real | + | | sd = Real name |
| − | | gender = Gender | + | | gender = Gender (if not obvious) |
| − | | archetype = | + | | archetype = Archetype (if applicable), 'Civilian' if not super |
| affiliation= Affiliation of the character | | affiliation= Affiliation of the character | ||
| − | | age = Age | + | | age = Age |
| − | | romantic = Romantic | + | | romantic = Romantic associations |
| − | | family = Known | + | | family = Known family |
| − | | pp = Primary | + | | pp = Primary powers |
| − | | sp = Secondary | + | | sp = Secondary powers |
| − | | loc = Zone | + | | loc = Zone location(s) (if applicable) |
| − | + | ||
}}</pre> | }}</pre> | ||
| − | |||
| − | == | + | == Examples == |
| + | |||
| + | {{Infobox NPC | ||
| + | | box_color = #DEDEE2 | ||
| + | | name = Character name | ||
| + | | image = Character image | ||
| + | | caption = Caption | ||
| + | | sd = Real name | ||
| + | | gender = Gender (if not obvious) | ||
| + | | archetype = Archetype (if applicable), 'Civilian' if not super | ||
| + | | affiliation= Affiliation of the character | ||
| + | | age = Age | ||
| + | | romantic = Romantic associations | ||
| + | | family = Known family | ||
| + | | pp = Primary powers | ||
| + | | sp = Secondary powers | ||
| + | | loc = Zone location(s) (if applicable) | ||
| + | }} | ||
| + | <pre>{{Infobox NPC | ||
| + | | box_color = #DEDEE2 | ||
| + | | name = Character name | ||
| + | | image = Character image | ||
| + | | caption = Caption | ||
| + | | sd = Real name | ||
| + | | gender = Gender (if not obvious) | ||
| + | | archetype = Archetype (if applicable), 'Civilian' if not super | ||
| + | | affiliation= Affiliation of the character | ||
| + | | age = Age | ||
| + | | romantic = Romantic associations | ||
| + | | family = Known family | ||
| + | | pp = Primary powers | ||
| + | | sp = Secondary powers | ||
| + | | loc = Zone location(s) (if applicable) | ||
| + | }}</pre> | ||
| + | {{clr}} | ||
<includeonly><!-- | <includeonly><!-- | ||
Latest revision as of 19:48, 16 September 2010
Usage
{{Infobox NPC
| box_color = Hexadecimal colour (EG: #FFFFFF, Default: #DEDEE2)
| name = Character name
| image = Character image
| caption = Caption
| sd = Real name
| gender = Gender (if not obvious)
| archetype = Archetype (if applicable), 'Civilian' if not super
| affiliation= Affiliation of the character
| age = Age
| romantic = Romantic associations
| family = Known family
| pp = Primary powers
| sp = Secondary powers
| loc = Zone location(s) (if applicable)
}}
Examples
| Character name | |
|---|---|
|
Character image Caption | |
| Details | |
| Real Name | Real name |
| Gender | Gender (if not obvious) |
| Archetype | Archetype (if applicable), 'Civilian' if not super |
| Affiliation | Affiliation of the character |
| Age | Age |
| Romantic Associations | Romantic associations |
| Known Family | Known family |
| Primary Powers | Primary powers |
| Secondary Powers | Secondary powers |
| Zone Locations | Zone location(s) (if applicable) |
{{Infobox NPC
| box_color = #DEDEE2
| name = Character name
| image = Character image
| caption = Caption
| sd = Real name
| gender = Gender (if not obvious)
| archetype = Archetype (if applicable), 'Civilian' if not super
| affiliation= Affiliation of the character
| age = Age
| romantic = Romantic associations
| family = Known family
| pp = Primary powers
| sp = Secondary powers
| loc = Zone location(s) (if applicable)
}}