Template:Monster Infobox: Difference between revisions

From Dragon Quest Wiki
Jump to navigation Jump to search
Minor glitch fix, by accepting null {{{old}}}.
Lino49 (talk | contribs)
No edit summary
 
(19 intermediate revisions by 8 users not shown)
Line 2: Line 2:
| color = FFFFFF
| color = FFFFFF
| bgcolor = 4da6ff
| bgcolor = 4da6ff
| type = Dragon Quest Monster
| type = Dragon Quest monster
| title = {{#if: {{{title|}}} | {{{title}}} }}
| title = {{{title|{{PAGENAME}}}}}
| image = {{#if: {{{image|}}} | {{{image}}} }}
| image = {{#if: {{{image|}}} | {{{image}}} }}
| caption = {{#if: {{{caption|}}} | {{{caption}}} }}
| caption = {{#if: {{{caption|}}} | {{{caption}}} }}
| label1 = Japanese
| label1 = Japanese
| data1 = {{{kanji| {{{jap|}}} }}}
| data1 = <span lang="ja">{{{kanji| {{{jap| {{{japanese|}}} }}} }}}</span>
| label2 = Romanized Japanese
| label2 = Romaji
| data2 = {{{romanji|  {{{romaji| }}} }}}
| data2 = <span lang="ja">''{{{romanji|  {{{romaji| }}} }}}''</span>
| label3 = First Appearance
| label3 = Translation
| data3 = {{{firstappear|}}}
| data3 = {{{translation|}}}
| label4 = Old Localization
| label4 = First appearance
| data4 = {{{old|}}}
| data4 = {{{first|{{{firstappear|}}}}}}
| label5 = Other names
| data5 = {{{other|}}}
| label6 = Dragon Warrior naming
| data6 = {{{dw|}}}
| label7 = Old localisation
| data7 = {{{old|}}}
| label8 = Variants
| data8 = {{{monster1|}}}
| label9 =
| data9 = {{{monster2|}}}
| label10 =
| data10 = {{{monster3|}}}
| label11 =
| data11 = {{{monster4|}}}
| label12 =
| data12 = {{{monster5|}}}
}}</onlyinclude></includeonly><noinclude>
}}</onlyinclude></includeonly><noinclude>
{{{{PAGENAME}}/doc}}
{{Monster Infobox/doc}}
[[Category:Enemy templates]]
</noinclude>
</noinclude>

Latest revision as of 09:42, 5 September 2026

Usage[edit source]

This template is an infobox for monsters/enemy and is to be used on monster articles. This template is designed to give a "cliff notes" version of information about the monster. More detailed information should appear within the article's content using Template:Enemy. This template uses Template:Infobox as a base template.

Sample[edit source]

Wiki markup[edit source]

{{Monster Infobox
|title=Slime
|image=[[Image:DQVIII Slime.png]]
|caption=Art by Akira Toriyama
|kanji=スライム <!-- Optional: Japanese name -->
|romaji=Suraimu <!-- Optional: Japanese name in Latin letters -->
|firstappear=Dragon Quest (or |first=)
|other=<!-- Other names, if any -->
|dw=DW naming
|monster1=[[She-Slime]]
|monster2=[[Metal Slime]]
|monster3=[[King Slime]]
|monster4=[[Slime Knight]]
|monster5=[[Healslime]]
}}

Compatibility parameters[edit source]

  • "jap=" can be "kanji=".
  • "romaji=" can be "romaji=".

Second names are old ones (of wrong/inaccurate terminology), but retained for compatibility.