Template:Character: Difference between revisions

From Dragon Quest Wiki
No edit summary
m (removed italics)
 
(31 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{| align = right class="infobox bordered" style="width: 23em; font-size: 90%; text-align: left; border:solid 1px #EB2626" cellpadding="3"
<noinclude>
! colspan="2" style="font-size:110%; text-align: center; background-color: #FFFFFF;" | ''{{{title}}}''
{{{{PAGENAME}}/doc}}
{{qif|test={{{image|}}}|then= {{{image}}}}}
[[Category:Character templates|Character]]
</noinclude><onlyinclude><includeonly>{|class="characterTemplateTable" style="padding:5px;margin-left:10px; margin-bottom:10px; float: right; width:250px;"
|-
|-
! style="background-color: #FFFFFF;" | Hometown
| colspan="2" class="characterTemplateHeader" style="font-size:15px" | '''{{{Name|{{PAGENAME}}}}}'''
| {{{home}}}
|-
|-
! style="background-color: #FFFFFF;" | Beginning Stats
| colspan="2" class="characterTemplateCell" | {{{Game}}}
| {{{beginstats}}}
{{#if: {{{Image|}}} | {{!}}-
|-
{{!}} colspan="2" class="characterTemplateCell" {{!}} {{{Image}}} | {{!}}- }}
! style="background-color:#FFFFFF;" | Appearing in
{{#if: {{{Sprite|}}} | {{!}}-
| {{{appearances}}}
{{!}} style="width:50%;" class="characterTemplateHeader" {{!}} '''Sprite(s)'''
|}<noinclude>
{{!}} class="characterTemplateCell" {{!}} {{{Sprite}}} | {{!}}- }}
 
{{#if: {{{Japanese name| {{{Jap | }}} }}} | {{!}}-
== Usage ==
{{!}} style="width:50%;" class="characterTemplateHeader" {{!}} '''Japanese name'''
<pre>
{{!}} class="characterTemplateCell" lang="ja" {{!}} {{{Japanese name| {{{Jap| }}} }}} | {{!}}- }}
{{character
{{#if: {{{Roumaji| {{{Romaji|}}} }}} | {{!}}-
|title =  
{{!}} style="width:50%;" class="characterTemplateHeader" {{!}} '''Romaji'''
|image = 
{{!}} class="characterTemplateCell" lang="ja" {{!}} {{{Roumaji | {{{ Romaji| }}} }}} | {{!}}- }}
|home =  
{{#if: {{{Old|}}} | {{!}}-
|beginstats = e.g. # Str<br> # Agi<br> # Vit<br> # Int<br> # Luck<br> # HP<br> # MP
{{!}} style="width:50%;" class="characterTemplateHeader" {{!}} '''Old localization'''
|appearances =  
{{!}} class="characterTemplateCell" {{!}} {{{Old}}} | {{!}}- }}
}}
{{#if: {{{Title|}}} | {{!}}-
</pre>
{{!}} style="width:50%;" class="characterTemplateHeader" {{!}} '''Title'''
</noinclude>
{{!}} class="characterTemplateCell" {{!}} {{{Title}}} | {{!}}- }}
{{#if: {{{Class|}}} | {{!}}-
{{!}} style="width:50%;" class="characterTemplateHeader" {{!}} '''Class'''
{{!}} class="characterTemplateCell" {{!}} {{{Class}}} | {{!}}- }}
{{#if: {{{Race|}}} | {{!}}-
{{!}} style="width:50%;" class="characterTemplateHeader" {{!}} '''Race'''
{{!}} class="characterTemplateCell" {{!}} {{{Race}}} | {{!}}- }}
{{#if: {{{Age|}}} | {{!}}-
{{!}} style="width:50%;" class="characterTemplateHeader" {{!}} '''Age'''
{{!}} class="characterTemplateCell" {{!}} {{{Age}}} | {{!}}- }}
{{#if: {{{Family|}}} | {{!}}-
{{!}} style="width:50%;" class="characterTemplateHeader" {{!}} '''Family'''
{{!}} class="characterTemplateCell" {{!}} {{{Family}}} | {{!}}- }}
{{#if: {{{Voice Actor|}}} | {{!}}-
{{!}} style="width:50%;" class="characterTemplateHeader" {{!}} '''Voice actor'''
{{!}} class="characterTemplateCell" {{!}} {{{Voice Actor}}} | {{!}}- }}
|}</includeonly></onlyinclude>

Latest revision as of 00:08, 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
}}