Template:Shiren 6 Monster Infobox: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 30: Line 30:
   }}
   }}
}}
}}
<!--
 
<div class="newInfobox">
{{Infobox Header | {{{name|}}} | {{{kana|}}} | {{{romaji|}}} | {{{hepburn|}}} }}
{{Infobox Image | {{{image|}}} | {{{description_en|}}} | {{{size|}}} | {{{name|}}} }}
{{Infobox Description | {{{description_en|}}} | {{{description_ja|}}} }}
<div>
{{#if:{{{ability|}}} {{{type|}}}|
<div class="infoboxContent mw-collapsible">
<div class="templatePrimary infoboxContext">Information</div>
<div class="mw-collapsible-content">
{{#if:{{{ability|}}}|
{{Infobox Row | {{Shiren6|Ability}} | {{{ability}}} }}
}}{{#if:{{{type|}}}|
{{Infobox Row | {{Shiren6|Monster Type}} | {{{type}}} }}
}}
</div>
</div>
}}{{#if:{{{exp|}}} {{{hp|}}} {{{attack|}}} {{{defense|}}} {{{speed|}}}|
<div class="infoboxContent mw-collapsible">
<div class="templatePrimary infoboxContext">Stats</div>
<div class="mw-collapsible-content">
{{#if:{{{exp|}}}|
{{Infobox Row | {{Shiren6|Experience}} | {{{exp}}} }}
}}{{#if:{{{hp|}}}|
{{Infobox Row | {{Shiren6|HP}} | {{{hp}}} }}
}}{{#if:{{{attack|}}}|
{{Infobox Row | {{Shiren6|Attack}} | {{{attack}}} }}
}}{{#if:{{{defense|}}}|
{{Infobox Row | {{Shiren6|Defense}} | {{{defense}}} }}
}}{{#if:{{{speed|}}}|
{{Infobox Row | {{Shiren6|Movement Speed}} | {{{speed}}} }}
}}
</div>
</div>
}}
</div>
</div>
-->
<!-- AUTOCATEGORIZATION -->
<!-- AUTOCATEGORIZATION -->
{{ #switch: {{NAMESPACE}} | {{ns:2}} | {{ns:10}} | {{TALKSPACE}} = <!-- no category for user, template or talk pages --> | #default = [[Category:Shiren 6 monsters|{{PAGENAME}}]] }}
{{ #switch: {{NAMESPACE}} | {{ns:2}} | {{ns:10}} | {{TALKSPACE}} = <!-- no category for user, template or talk pages --> | #default = [[Category:Shiren 6 monsters|{{PAGENAME}}]] }}

Revision as of 21:21, 20 November 2023

Template:Infobox Table


Template-info.png Documentation

Usage

{{Shiren 6 Monster Infobox
  | name            = 
  | jpname          = 
  | romaji          = 
  | img_size         = 
  | img description = 
  | caption         = 
  | description     = 
  | description jp  = 
  | data title      = 
  | ability         = 
  | type            = 
  | stats title     = 
  | hp              = 
  | attack          = 
  | defense         = 
  | speed           = 
  | exp             = 
}}

Example

Template:Infobox Table