Template:Monster Infobox: Difference between revisions

616 bytes removed ,  13:23, 22 October 2010
converting to an infobox base template
(converting to an infobox base template)
Line 1: Line 1:
<table cellspacing="5" style="width: 22em; text-align: left; font-size: 88%; line-height: 1.5em;>
<includeonly><onlyinclude>{{Infobox
 
| bgcolor =  
{| align = right class="infobox bordered" style="width: 23em; font-size: 90%; text-align: left; border:solid 1px #EB2626" cellpadding="3"
| type = Monster
|-
| title = {{{title}}}
| colspan="2" style="text-align:center; font-size: large;" | '''{{{name}}}'''
| image = {{{image}}}
|-
| caption = {{{caption}}}
| colspan="2" style="text-align:center;" | [[Image:{{{image}}}]]<br>{{{caption}}}
| family = {{{family}}}
|-
| Japanese = {{{japanese}}}
! Family:
| Romanji = {{{romanji}}}
| {{{family}}}
| First Appearance = {{{first}}}
|-
}}</onlyinclude></includeonly><noinclude>
! Japanese name:
== Usage ==
| {{{japanese}}}  
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.
|-
! First Appearance
| {{{first}}}
|  
|-
! Numbered Appearance
| {{{main}}}
|-
! DQM Appearance
|  {{{monsters}}}
|-
! Other Game Appearance
| {{{other}}}
|-
! Other Media Appearance
| {{{media}}}
|-
| colspan="2" style="font-size: smaller;" | {{{footnotes|}}}
|}
</table>
<noinclude>
This template is for Monsters
 
== Usage ==
<pre>
<pre>
{{Monster Infobox
{{Monster Infobox
|name =  
|title =  
|image =   
|image =   
|caption =  
|caption =  
Line 44: Line 20:
|japanese =  
|japanese =  
|first =  
|first =  
|main =
|monsters =
|other = 
|media =
|footnotes =
}}
}}
<!-- Monster's description -->
== Variations ==
<!-- Example: Dracky, Drackmage, Drackyma -->
== Stats ==
{| class="wikitable" border="1" style="text-align:center; width:; height:"  cellpadding="2"
|-
!  Game !!  System !!  HP  !!  MP  !!  Atk  !!  Def  !!  Agi  !!  Gold  !!  EXP  !!  Sp/Ab  !!  Treasure
|-
|    ||    ||    ||    ||    ||    ||    ||    ||    ||    || 
|}
== See Also ==
{{}}
[[Category:Monsters]]
</pre>
</pre>
[[Category:Enemy templates|{{PAGENAME}}]]
</noinclude>
</noinclude>