Template:Character/doc: Difference between revisions

From Dragon Quest Wiki
No edit summary
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 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.


==Usage==
==Usage==
Line 8: Line 8:
|Image=[[Image:]]
|Image=[[Image:]]
|Sprite=[[Image:]]
|Sprite=[[Image:]]
|Japanese name=
|Jap=
|Roumaji=
|Romaji=
|Title=
|Title=
|Class=
|Class=
Line 20: Line 20:
*Name: A required parameter.  The name of the character.
*Name: A required parameter.  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.


==Example==
==Example==
Line 41: Line 42:
|Age=34
|Age=34
|Family=Martin family
|Family=Martin family
|Jap=ゆあまむ
|Romaji=Yuamamu
}}
}}
<br clear="both">
<br clear="both">
Line 54: Line 57:
|Age=34
|Age=34
|Family=Martin family
|Family=Martin family
|Jap=ゆあまむ
|Romaji=Yuamamu
}}
}}
</pre>
</pre>

Revision as of 01:24, 10 February 2020

The Character template is used to display common information about characters in the Dragon Quest Series. Each character article should contain an instance of this template at the top of the page.

Usage

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

Parameters

  • Name: A required parameter. 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.

Example

Sample

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


Code

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