Template:Monster Infobox: Difference between revisions

From Dragon Quest Wiki
236 bytes removed ,  11:22, 19 June 2018
Attempting to add a new section to the infobox for the older names.
(converting to an infobox base template)
(Attempting to add a new section to the infobox for the older names.)
(24 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly><onlyinclude>{{Infobox
<includeonly><onlyinclude>{{Infobox
| bgcolor =  
| color = FFFFFF
| type = Monster
| bgcolor = 4da6ff
| title = {{{title}}}
| type = Dragon Quest Monster
| image = {{{image}}}
| title = {{#if: {{{title|}}} | {{{title}}} }}
| caption = {{{caption}}}
| image = {{#if: {{{image|}}} | {{{image}}} }}
| family = {{{family}}}
| caption = {{#if: {{{caption|}}} | {{{caption}}} }}
| Japanese = {{{japanese}}}
| label1 = Kanji
| Romanji = {{{romanji}}}
| data1 = {{{kanji}}}  
| First Appearance = {{{first}}}
| label2 = Romanji  
| data2 = {{{romanji}}}  
| label3 = First Appearance  
| data3 = {{{firstappear}}}
| label4 = Old Localization
| data4 = {{{old}}}  
}}</onlyinclude></includeonly><noinclude>
}}</onlyinclude></includeonly><noinclude>
== Usage ==
{{{{PAGENAME}}/doc}}
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.
<pre>
{{Monster Infobox
|title =
|image = 
|caption =
|family =
|japanese =
|first =
}}
</pre>
[[Category:Enemy templates|{{PAGENAME}}]]
[[Category:Enemy templates|{{PAGENAME}}]]
</noinclude>
</noinclude>