Template:Character/doc: Difference between revisions
No edit summary |
|||
| (9 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
The | The character template displays common information about a character in the {{DQSeries}}. Each character article should have this template at the top of the page. | ||
==Usage== | ==Usage== | ||
| Line 9: | Line 9: | ||
|Sprite=[[Image:]] | |Sprite=[[Image:]] | ||
|Japanese name= | |Japanese name= | ||
| | |Romaji= | ||
|Title= | |Title= | ||
| | |Vocation= | ||
|Race= | |Race= | ||
|Age= | |Age= | ||
|Family= | |Family= | ||
|Voice Actor= | |||
}} | }} | ||
</pre> | </pre> | ||
===Parameters=== | ===Parameters=== | ||
*Name: | *Name: The name of the character. | ||
*Game: The game this character appears in. | *Game: The game this character appears in. Should be an interwiki link to the game article. | ||
*Image: A single artwork image of the character. Should be of good quality. Should be a thumbnail if the image is large | Following parameters are optional: | ||
*Sprite: Any sprite images of the character from the game | *Image: A single artwork image of the character. Should be of good quality. Should be a thumbnail if the image is large. | ||
*Japanese name: The Japanese name of this character | *Sprite: Any sprite images of the character from the game. | ||
* | *Japanese name: The Japanese name of this character. | ||
*Title: The title this character possesses if applicable | *Romaji: The Romanized Japanese name. | ||
* | *Title: The title this character possesses if applicable. | ||
*Race: The race of this character | *Vocation: The vocation or class of this character, if any. | ||
*Age: The age of this character if known. | *Race: The race of this character. | ||
* | *Age: The age of this character if known. | ||
*Family: Any family members of the character. | |||
*Voice Actor: The person who voices this character, if any. | |||
==Example== | ==Example== | ||
===Sample=== | ===Sample=== | ||
{{Character | {{Character | ||
|Name= | |Name=Princess of Moonbrooke | ||
|Game= | |Game={{Dragon Quest II}} | ||
|Image=[[Image:Moonbrook. | |Image=[[Image:Moonbrook.png|160px]] | ||
|Title= | |Title=Princess | ||
| | |Vocation=Mage | ||
|Race= | |Race=Human | ||
|Age= | |Age=16 | ||
|Family= | |Family=King of Moonbrooke (father) | ||
|Japanese name=ムーンブルクの王女 | |||
|Romaji=Mūnburuku no Oujo | |||
}} | }} | ||
<br clear="both"> | <br clear="both"> | ||
===Code=== | ===Code=== | ||
<pre> | <pre> | ||
{{Character | {{Character | ||
|Name= | |Name=Princess of Moonbrooke | ||
|Game= | |Game={{Dragon Quest II}} | ||
|Image=[[Image:Moonbrook. | |Image=[[Image:Moonbrook.png|160px]] | ||
|Title= | |Title=Princess | ||
| | |Vocation=Mage | ||
|Race= | |Race=Human | ||
|Age= | |Age=16 | ||
|Family= | |Family=King of Moonbrooke (father) | ||
|Japanese name=ムーンブルクの王女 | |||
|Romaji=Mūnburuku no Oujo | |||
}} | }} | ||
</pre> | </pre> | ||