|
|
Line 60: |
Line 60: |
| |} | | |} |
|
| |
|
| | | [[Sandbox|This is a sandbox!]] |
| <div id="infobox_monster" class="infobox" style="border:1px solid black; padding: 0px; {{#if:{{{width|}}}|width:{{{width}}};|}}">
| |
| {| class="infoboxtable" cellspacing="0" cellpadding="4" style="border-width: 0px"
| |
| |-
| |
| ! class="infoboxheading" colspan="2" style="background: #003366; color: #333300;" | Monster
| |
| |-
| |
| | class="infoboximage" colspan="2" style="background: #736326" | {{{image|[[Image:Wiki.png]]}}}
| |
| |-
| |
| ! class="infoboxheading" colspan="2" style="background: black;font-size:small" |English name: {{{english name}}}
| |
| |-
| |
| ! class="infoboxheading" colspan="2" style="background: black;font-size:small;" |Japanese name: {{{japanese name}}}
| |
| |- | |
| ! class="infoboxsubheading" colspan="2" style="background: #C2B170" | '''Description''' | |
| |-
| |
| | class="infoboxlabel" style="" | Type of Monster:
| |
| | class="infoboxcell" style="" | {{{type}}}
| |
| |-
| |
| | class="infoboxlabel" style="" | Description:
| |
| | class="infoboxcell" style="" | {{#if:{{{descimage|}}}|<div style="text-align:center">{{{descimage|[[Image:Wiki.png|20px]]}}}</div>|}}
| |
| {{{description}}}
| |
| |-
| |
| ! class="infoboxsubheading" colspan="2" style="background: #C2B170" | '''Other information'''
| |
| |-
| |
| | class="infoboxlabel" style="" | Element:
| |
| | class="infoboxcell" style="" | {{{element}}}
| |
| |-
| |
| | class="infoboxlabel" style="" | Secondary Status'<br /> Inflicted:
| |
| | class="infoboxcell" style="" | {{{inflicted}}}
| |
| |-
| |
| | class="infoboxlabel" style="" | Weakest to:
| |
| | class="infoboxcell" style="" | {{{weakest}}}
| |
| |-
| |
| | class="infoboxlabel" style="" | Habitats:
| |
| | class="infoboxcell" style="" | {{{habitats}}}
| |
| |-
| |
| | class="infoboxlabel" style="" | Other monster in relation:
| |
| | class="infoboxcell" style="" | {{{relation}}}
| |
| |-
| |
| | class="infoboxlabel" style="" | First Appearance:
| |
| | class="infoboxcell" style="" | {{{first}}}
| |
| |}
| |
| <div class="infoboxfooter plainlinks" style="text-align: center; background: #736326"></div>
| |
| </div><!-- TEMPLATE ENDS HERE. -->
| |