Template:Character/doc: Difference between revisions

From Dragon Quest Wiki
(removed fluff writing)
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 18: Line 18:
</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.
Following parameters are optional:
Following parameters are optional:

Revision as of 00:11, 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

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

Parameters

  • 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.

Example

Sample

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


Code

{{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
}}