8,930
edits
No edit summary |
m (Text replacement - "{{#if:{{{nocat|}}}||[[Category:" to "{{#if:{{{nocat|{{NAMESPACE}}}}}||[[Category:") |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{| class="infobox" | {| class="infobox" | ||
! colspan="2" class="infoboxTitle" | ''{{{name|{{PAGENAME}}}}}'' | ! colspan="2" class="infoboxTitle" | ''{{{title|{{{name|{{PAGENAME}}}}}}}}'' | ||
|- | |- | ||
| colspan="2" style="text-align: center;" | [[ | | colspan="2" style="text-align: center;" | [[File:{{{image}}}|{{{size|160px}}}|{{{caption|}}}]] | ||
|- | |||
{{#if:{{{caption|}}}|{{!}} colspan="2" style="text-align:center" {{!}} {{{caption}}} }} | |||
|- | |- | ||
! Name | ! Name | ||
| {{{name}}} | | {{{name}}} | ||
|- | |- | ||
! Gender | {{#if:{{{gender|}}}|! Gender | ||
{{!}} {{{gender}}} }} | |||
|- | |- | ||
! Age | {{#if:{{{age|}}}|! Age | ||
{{!}} {{{age}}} }} | |||
|- | |- | ||
! Eye color | {{#if:{{{eyecolor|}}}|! Eye color | ||
{{!}} {{{eyecolor}}} }} | |||
|- | |- | ||
! Hair color | {{#if:{{{haircolor|}}}|! Hair color | ||
{{!}} {{{haircolor}}} }} | |||
|- | |- | ||
! Home planet | ! Home planet | ||
Line 31: | Line 31: | ||
|- | |- | ||
{{#if:{{{actor|}}}|! Voice actor | {{#if:{{{actor|}}}|! Voice actor | ||
{{!}} {{{actor}}} | {{!}} {{{actor}}} }} | ||
|- | |||
{{#if:{{{firstgame|}}}|! First game | {{#if:{{{firstgame|}}}|! First game | ||
{{!}} {{{firstgame}}} | {{!}} {{{firstgame}}} }} | ||
|- | |||
{{#if:{{{latestgame|}}}|! Latest game | {{#if:{{{latestgame|}}}|! Latest game | ||
{{!}} {{{latestgame} | {{!}} {{{latestgame}}} }} | ||
|}<includeonly>{{#if:{{{nocat|{{NAMESPACE}}}}}||[[Category:Characters]]}}</includeonly><noinclude> | |||
|}<includeonly>{{#if:{{{nocat|}}}||[[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 50: | 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 61: | Line 63: | ||
|- | |- | ||
! gender | ! gender | ||
| | | No || || The character's gender. | ||
|- | |- | ||
! age | ! 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 | ! homeplanet | ||
Line 89: | Line 91: | ||
! latestgame | ! latestgame | ||
| No || || Latest canon game in which the character is mentioned or appears in. | | No || || Latest canon game in which the character is mentioned or appears in. | ||
|- | |- | ||
! nocat | ! nocat | ||
Line 100: | Line 99: | ||
<pre> | <pre> | ||
{{infobox character | {{infobox character | ||
|title = | |||
|image = | |image = | ||
|size = | |size = | ||
Line 113: | Line 113: | ||
|firstgame = | |firstgame = | ||
|latestgame = | |latestgame = | ||
|nocat = | |nocat = | ||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Information boxes]] | [[Category:Information boxes]]</noinclude> | ||
</noinclude> |