8,930
edits
(New documentation style.) |
m (Text replacement - "{{#if:{{{nocat|}}}||[[Category:" to "{{#if:{{{nocat|{{NAMESPACE}}}}}||[[Category:") |
||
(25 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{| class="infobox | {| class="infobox" | ||
! colspan="2" | ! colspan="2" class="infoboxTitle" | ''{{{title|{{{name|{{PAGENAME}}}}}}}}'' | ||
|- | |- | ||
| colspan="2" style="text-align: center;" | [[File:{{{image}}}|{{{size|160px}}}|{{{caption|}}}]] | |||
|- | |- | ||
{{#if:{{{caption|}}}|{{!}} colspan="2" style="text-align:center" {{!}} {{{caption}} | {{#if:{{{caption|}}}|{{!}} colspan="2" style="text-align:center" {{!}} {{{caption}}} }} | ||
|- | |- | ||
! | ! Name | ||
| {{{name}}} | |||
|- | |- | ||
{{#if:{{{gender|}}}|! Gender | |||
{{!}} {{{gender}}} }} | |||
|- | |- | ||
{{#if:{{{age|}}}|! Age | |||
{{!}} {{{age}}} }} | |||
|- | |- | ||
{{#if:{{{eyecolor|}}}|! Eye color | |||
{{!}} {{{eyecolor}}} }} | |||
|- | |- | ||
{{#if:{{{haircolor|}}}|! Hair color | |||
{{!}} {{{haircolor}}} }} | |||
|- | |- | ||
! | ! Home planet | ||
{{ | | {{#if:{{{homeplanet|}}}|[[{{{homeplanet}}}]]|Unknown}} | ||
|- | |||
{{#if: {{{ | ! Known related characters | ||
| {{{related|None}}} | |||
{{#if:{{{ | |- | ||
{{!}} | ! Height | ||
|}<includeonly>{{#if:{{{nocat|}}}||[[Category:Characters]]}}</includeonly><noinclude> | | {{{height|Unknown}}} | ||
|- | |||
{{#if:{{{actor|}}}|! Voice actor | |||
{{!}} {{{actor}}} }} | |||
|- | |||
{{#if:{{{firstgame|}}}|! First game | |||
{{!}} {{{firstgame}}} }} | |||
|- | |||
{{#if:{{{latestgame|}}}|! Latest game | |||
{{!}} {{{latestgame}}} }} | |||
|}<includeonly>{{#if:{{{nocat|{{NAMESPACE}}}}}||[[Category:Characters]]}}</includeonly><noinclude> | |||
{{clear}} | |||
==Info== | ==Info== | ||
Place this template at the top of character articles. This will create an information box with data about the character. | Place this template at the top of character articles. This will create an information box with data about the character. | ||
Line 35: | Line 49: | ||
{| class = "wikitable" | {| class = "wikitable" | ||
! Parameter || Mandatory || Default || Detailed description | ! Parameter || Mandatory || Default || Detailed description | ||
|- | |||
! title | |||
| No || || Infobox title, if different from the character's name. | |||
|- | |- | ||
! image | ! image | ||
Line 46: | Line 63: | ||
|- | |- | ||
! gender | ! gender | ||
| ' | | No || || The character's gender. | ||
|- | |||
! age | |||
| No || || The character's age. If unknown but the stage of life is evident, write the name of the stage (e.g. adulthood), followed by "(age unknown)". | |||
|- | |- | ||
! eyecolor | ! eyecolor | ||
| | | No || || Eye color. | ||
|- | |- | ||
! haircolor | ! haircolor | ||
| | | No || || Hair color. | ||
|- | |- | ||
! | ! homeplanet | ||
| No || Unknown || The character's home planet. If unknown, leave blank. | | No || Unknown || The character's home planet. If unknown, leave blank. | ||
|- | |- | ||
! | ! related | ||
| No || None || Known family members. These are | | No || None || Known related characters, like family members. These are characters that have been mentioned or shown in any [[canon]] media. These should be comma-separated, and after each one's name (if known), the relation should be in parenthesis. e.g.: "[[Olimar]] (father), [[Olimar's wife|mother]], [[Olimar's son|brother]]". | ||
|- | |- | ||
! height | ! height | ||
| No || Unknown || The character's official height. | | No || Unknown || The character's official height. | ||
|- | |||
! actor | |||
| No || || The character's voice actor, if applicable. | |||
|- | |- | ||
! firstgame | ! firstgame | ||
| No || || First canon game in which the character appears | | No || || First canon game in which the character is mentioned or appears in. | ||
|- | |- | ||
! latestgame | ! latestgame | ||
| No || || Latest canon game in which the character appears | | No || || Latest canon game in which the character is mentioned or appears in. | ||
|- | |- | ||
! nocat | ! nocat | ||
Line 76: | Line 96: | ||
|} | |} | ||
== | ==Skeleton== | ||
<pre> | <pre> | ||
{{infobox | {{infobox character | ||
|image | |title = | ||
|size | |image = | ||
|name | |size = | ||
|gender | |name = | ||
|eyecolor | |gender = | ||
|haircolor | |age = | ||
| | |eyecolor = | ||
| | |haircolor = | ||
|height | |homeplanet = | ||
| | |related = | ||
| | |height = | ||
| | |actor = | ||
|nocat | |firstgame = | ||
|latestgame = | |||
|nocat = | |||
}} | }} | ||
</pre> | </pre> | ||
[[Category: | [[Category:Information boxes]]</noinclude> | ||
</noinclude> |