Template:Shiren 6 Dungeon Infobox: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
{{Infobox Header | {{{name|}}} | {{{kana|}}} | {{{romaji|}}} | {{{hepburn|}}} }}
{{Infobox Header | {{{name|}}} | {{{kana|}}} | {{{romaji|}}} | {{{hepburn|}}} }}
{{Infobox Image | {{{image|}}} | {{{description|}}} | {{{size|}}} | {{{name|}}} }}
{{Infobox Image | {{{image|}}} | {{{description|}}} | {{{size|}}} | {{{name|}}} }}
{{Infobox Description | {{{description|}}} }}
<div>
<div>
{{#if:{{{entrance|}}} {{{goal floor|}}} {{{total floors|}}} {{{backtracking|}}} {{{items|}}} {{{gitan|}}} {{{allies|}}} {{{rescues|}}} {{{rescue attempts|}}} {{{npcs|}}} {{{visibility|}}} {{{shops|}}} {{{monster houses|}}} {{{vaults|}}} {{{spawn rate|}}} {{{turns|}}} {{{boss|}}}|
{{#if:{{{entrance|}}} {{{goal floor|}}} {{{total floors|}}} {{{backtracking|}}} {{{items|}}} {{{gitan|}}} {{{allies|}}} {{{rescues|}}} {{{rescue attempts|}}} {{{npcs|}}} {{{visibility|}}} {{{shops|}}} {{{monster houses|}}} {{{vaults|}}} {{{spawn rate|}}} {{{turns|}}} {{{boss|}}}|
Line 48: Line 47:
}}
}}
</div>
</div>
{{#if:{{{title|}}} {{{prev dungeon|}}} {{{next dungeon|}}} {{{prev|}}} {{{next|}}}|
<table class="MDWiki infoboxTable mw-collapsible" style="text-align: center;">
{{#if:{{{title|}}}|
<tr>
<th colspan="{{#if:{{{prev dungeon|}}} {{{next dungeon|}}} | 4 | 2 }}">'''''{{{title}}}'''''</th>
</tr>
}}
{{#if:{{{prev dungeon|}}}|
{{#if:{{{next dungeon|}}}|
<tr>
<th style="width: 15%;">'''#{{{prev}}}'''</th>
<th style="width: 35%;">'''← Previous Dungeon'''</th>
<th style="width: 35%;">'''Next Dungeon →'''</th>
<th style="width: 15%;">'''#{{{next}}}'''</th>
</tr>
<tr>
<th>[[File:Shiren 6 - {{{prev dungeon}}} Location Icon.png|alt={{{prev dungeon}}}'s location icon|frameless]]</th>
<td>'''<big>{{Shiren6|{{{prev dungeon}}}}}</big>'''</td>
<td>'''<big>{{Shiren6|{{{next dungeon}}}}}</big>'''</td>
<th>[[File:Shiren 6 - {{{next dungeon}}} Location Icon.png|alt={{{next dungeon}}}'s location icon|frameless]]</th>
</tr>
|
<tr>
<th style="width: 15%;">'''#{{{prev}}}'''</th>
<th style="width: 85%;">'''← Previous Dungeon'''</th>
</tr>
<tr>
<th>[[File:Shiren 6 - {{{prev dungeon}}} Location Icon.png|alt={{{prev dungeon}}}'s location icon|frameless]]</th>
<td>'''<big>{{Shiren6|{{{prev dungeon}}}}}</big>'''</td>
</tr>
}}
|
{{#if:{{{next dungeon|}}}|
<tr>
<th style="width: 85%;">'''Next Dungeon →'''</th>
<th style="width: 15%;">'''#{{{next}}}'''</th>
</tr>
<tr>
<td>'''<big>{{Shiren6|{{{next dungeon}}}}}</big>'''</td>
<th>[[File:Shiren 6 - {{{next dungeon}}} Location Icon.png|alt={{{next dungeon}}}'s location icon|frameless]]</th>
</tr>
}}
}}
</table>
}}
</div>
</div>



Revision as of 21:51, 10 October 2023


Template-info.png Documentation

Usage

{{Shiren 6 Dungeon Infobox
  | name            = 
  | jpname          = 
  | romaji          = 
  | image           = 
  | img_size        = 
  | img description = 
  | caption         = 
  | description     = 
  | description jp  = 
  | data title      = 
  | entrance        = 
  | goal floor      = 
  | total floors    = 
  | items           = 
  | gitan           = 
  | rescues         = 
  | rescue attempts = 
  | allies          = 
  | shops           = 
  | monster houses  = 
  | vaults          = 
  | character       = 
  | spawn rate      = 
  | turns           = 
  | boss            = 
  | nav title       = 
  | prev            = 
  | next            = 
  | prev 2          = 
  | next 2          = 
  | prev 3          = 
  | next 3          = 
}}

Example