Template:Character/doc: Difference between revisions

From Dragon Quest Wiki
m (2 revisions: Import of Template namespace from Wikia)
(apparently this was missing)
 
(6 intermediate revisions by 3 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 8: Line 8:
|Image=[[Image:]]
|Image=[[Image:]]
|Sprite=[[Image:]]
|Sprite=[[Image:]]
|Japanese name=
|Jap=
|Roumaji=
|Romaji=
|Title=
|Title=
|Class=
|Class=
Line 15: Line 15:
|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.
*Jap: 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.
*Class: The job class of this character.
*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: The family this character belongs to.
*Voice Actor: The person who voices this character, if any.


==Example==
==Example==
===Sample===
===Sample===
{{Character
{{Character
|Name=Your Mom
|Name=Moonbrook
|Game=[[Dragon Quest X]]
|Game=[[Dragon Quest X]]
|Image=[[Image:Moonbrook.jpg]]
|Image=[[Image:Moonbrook.png|160px]]
|Title=Ninja
|Title=Ninja
|Class=Plumber
|Class=Plumber
Line 41: Line 44:
|Age=34
|Age=34
|Family=Martin family
|Family=Martin family
|Jap=ゆあまむ
|Romaji=Yuamamu
}}
}}
<br clear="both">
<br clear="both">
Line 46: Line 51:
<pre>
<pre>
{{Character
{{Character
|Name=Your Mom
|Name=Moonbrook
|Game=[[Dragon Quest X]]
|Game=[[Dragon Quest X]]
|Image=[[Image:Moonbrook.jpg]]
|Image=[[Image:Moonbrook.png|160px]]
|Title=Ninja
|Title=Ninja
|Class=Plumber
|Class=Plumber
Line 54: Line 59:
|Age=34
|Age=34
|Family=Martin family
|Family=Martin family
|Jap=ゆあまむ
|Romaji=Yuamamu
}}
}}
</pre>
</pre>

Latest revision as of 00:29, 16 May 2020

The character template displays common information about a character in the Dragon Quest series. Each character article should have this template at the top of the page.

Usage[edit]

{{Character
|Name=
|Game=
|Image=[[Image:]]
|Sprite=[[Image:]]
|Jap=
|Romaji=
|Title=
|Class=
|Race=
|Age=
|Family=
|Voice Actor=
}}

Parameters[edit]

  • Name: The name of the character.
  • Game: The game this character appears in. Should be an interwiki link to the game article.

Following parameters are optional:

  • Image: A single artwork image of the character. Should be of good quality. Should be a thumbnail if the image is large.
  • Sprite: Any sprite images of the character from the game.
  • Jap: The Japanese name of this character.
  • Romaji: The Romanized Japanese name.
  • Title: The title this character possesses if applicable.
  • Class: The job class of this character.
  • Race: The race of this character.
  • Age: The age of this character if known.
  • Family: The family this character belongs to.
  • Voice Actor: The person who voices this character, if any.

Example[edit]

Sample[edit]

Moonbrook
Dragon Quest X
Moonbrook.png
Japanese name ゆあまむ
Romaji Yuamamu
Title Ninja
Class Plumber
Race Kiwi
Age 34
Family Martin family


Code[edit]

{{Character
|Name=Moonbrook
|Game=[[Dragon Quest X]]
|Image=[[Image:Moonbrook.png|160px]]
|Title=Ninja
|Class=Plumber
|Race=Kiwi
|Age=34
|Family=Martin family
|Jap=ゆあまむ
|Romaji=Yuamamu
}}