Template:Shiren 6 Monster Infobox: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 21: Line 21:
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">
{{#if:{{{ability|}}}|
{{#if:{{{ability|}}}|
<div class="infoboxRow">
{{Infobox Row | {{Shiren6|Ability}} | {{{ability}}} }}
<div class="templatePrimary infoboxHeadRow"><span>{{Shiren6|Ability}}</span></div>
<div class="templateSecondary infoboxBodyRow"><span>{{Shiren6|{{{ability}}}}}</span></div>
</div>
}}
}}
</div>
</div>
Line 33: Line 30:
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">
{{#if:{{{exp|}}}|
{{#if:{{{exp|}}}|
<div class="infoboxRow">
{{Infobox Row | {{Shiren6|Experience}} | {{{exp}}} }}
<div class="templatePrimary infoboxHeadRow"><span>{{Shiren6|Experience}}</span></div>
<div class="templateSecondary infoboxBodyRow"><span>{{{exp}}}</span></div>
</div>
}}{{#if:{{{hp|}}}|
}}{{#if:{{{hp|}}}|
<div class="infoboxRow">
{{Infobox Row | {{Shiren6|HP}} | {{{hp}}} }}
<div class="templatePrimary infoboxHeadRow"><span>{{Shiren6|HP}}</span></div>
<div class="templateSecondary infoboxBodyRow"><span>{{{hp}}}</span></div>
</div>
}}{{#if:{{{attack|}}}|
}}{{#if:{{{attack|}}}|
<div class="infoboxRow">
{{Infobox Row | {{Shiren6|Attack}} | {{{attack}}} }}
<div class="templatePrimary infoboxHeadRow"><span>{{Shiren6|Attack}}</span></div>
<div class="templateSecondary infoboxBodyRow"><span>{{{attack}}}</span></div>
</div>
}}{{#if:{{{defense|}}}|
}}{{#if:{{{defense|}}}|
<div class="infoboxRow">
{{Infobox Row | {{Shiren6|Defense}} | {{{defense}}} }}
<div class="templatePrimary infoboxHeadRow"><span>{{Shiren6|Defense}}</span></div>
<div class="templateSecondary infoboxBodyRow"><span>{{{defense}}}</span></div>
</div>
}}{{#if:{{{speed|}}}|
}}{{#if:{{{speed|}}}|
<div class="infoboxRow">
{{Infobox Row | {{Shiren6|Speed}} | {{{speed}}} }}
<div class="templatePrimary infoboxHeadRow"><span>{{Shiren6|Speed}}</span></div>
<div class="templateSecondary infoboxBodyRow"><span>{{{speed}}}</span></div>
</div>
}}
}}
</div>
</div>

Revision as of 08:21, 7 October 2023

Shiren 6 Monster Infobox

No description available.

説明はありません。


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