Template:Character/doc: Difference between revisions

No edit summary
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
The Character template is used to display common information about characters in the [[Dragon Quest (series)|Dragon Quest Series]].  Each character article should contain an instance of this template at the top of the page.
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=
|Roumaji=
|Romaji=
|Title=
|Title=
|Class=
|Vocation=
|Race=
|Race=
|Age=
|Age=
|Family=
|Family=
|Voice Actor=
}}
}}
</pre>
</pre>
===Parameters===
===Parameters===
*Name: A required parameter.  The name of the character.
*Name: The name of the character.
*Game: The game this character appears in. Should be an interwiki link to the game article.
*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. An optional parameter.
Following parameters are optional:
*Sprite: Any sprite images of the character from the game. An optional parameter.  
*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. An optional parameter.
*Sprite: Any sprite images of the character from the game.
*Roumaji: The Roumaji name of this character. An optional parameter.
*Japanese name: The Japanese name of this character.
*Title: The title this character possesses if applicable. An optional parameter.
*Romaji: The Romanized Japanese name.
*Class: The job class of this character.  An optional parameter.
*Title: The title this character possesses if applicable.
*Race: The race of this character.  An optional parameter.
*Vocation: The vocation or class of this character, if any.
*Age: The age of this character if known. An optional parameter.
*Race: The race of this character.
*Family: The family this character belongs to.  An optional parameter.
*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=Your Mom
|Name=Princess of Moonbrooke
|Game=[[Dragon Quest X]]
|Game={{Dragon Quest II}}
|Image=[[Image:Moonbrook.jpg|160px]]
|Image=[[Image:Moonbrook.png|160px]]
|Title=Ninja
|Title=Princess
|Class=Plumber
|Vocation=Mage
|Race=Kiwi
|Race=Human
|Age=34
|Age=16
|Family=Martin 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=Your Mom
|Name=Princess of Moonbrooke
|Game=[[Dragon Quest X]]
|Game={{Dragon Quest II}}
|Image=[[Image:Moonbrook.jpg|160px]]
|Image=[[Image:Moonbrook.png|160px]]
|Title=Ninja
|Title=Princess
|Class=Plumber
|Vocation=Mage
|Race=Kiwi
|Race=Human
|Age=34
|Age=16
|Family=Martin family
|Family=King of Moonbrooke (father)
|Japanese name=ムーンブルクの王女
|Romaji=Mūnburuku no Oujo
}}
}}
</pre>
</pre>