Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "Template:Infobox NPC/doc"

From Paragon Wiki Archive
Jump to: navigation, search
(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 ==
{| style="background: transparent;"
+
<pre>{{Infobox NPC
|<pre>{{Infobox NPC
+
 
| box_color  = Hexadecimal colour (EG: #FFFFFF, Default: #DEDEE2)
 
| box_color  = Hexadecimal colour (EG: #FFFFFF, Default: #DEDEE2)
| name      = Name of the character
+
| name      = Character name
| image      = Image of the character
+
| image      = Character image
| caption    = Image caption
+
| caption    = Caption
| sd        = Real Name
+
| sd        = Real name
| gender    = Gender of the character (if not obvious)
+
| gender    = Gender (if not obvious)
| archetype  = NPC's Archetype (if applicable), 'Civilian' if not super.
+
| archetype  = Archetype (if applicable), 'Civilian' if not super
 
| affiliation= Affiliation of the character
 
| affiliation= Affiliation of the character
| age        = Age of the character
+
| age        = Age
| romantic  = Romantic Associations
+
| romantic  = Romantic associations
| family    = Known Family
+
| family    = Known family
| pp        = Primary Powers
+
| pp        = Primary powers
| sp        = Secondary Powers
+
| sp        = Secondary powers
| loc        = Zone Location(s) if applicable
+
| loc        = Zone location(s) (if applicable)
 
+
 
}}</pre>
 
}}</pre>
|}
 
  
==See also==
+
== 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

This is a documentation subpage for Template:Infobox NPC (see that page for the template itself).
It contains usage information, categories and other content that is not part of the original template page.

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)
v  d  e
{{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)
}}