Template:Shiren 6 Infobox Locations Nav: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
(Created page with "<includeonly><table class="MDWiki infoboxTable" style="text-align: center;"> {{#if:{{{title|}}}| <tr> <th colspan="{{#if:{{{1|}}} {{{2|}}} | 4 | 2 }}">'''''{{{title}}}'''''</th> </tr> }} {{#if:{{{1|}}}| {{#if:{{{2|}}}| <tr> <th rowspan="2" style="width: 15%;">[[File:Shiren 6 - {{{1}}} Location Icon.png|alt={{{1}}}'s location icon|frameless|72x72px]]</th> <th style="width: 35%;">'''← Previous Dungeon'''</th> <th style="width: 35%;">'''Next Dungeon →'''</th> <th rowspa...")
 
mNo edit summary
Line 1: Line 1:
<includeonly><table class="MDWiki infoboxTable" style="text-align: center;">
<includeonly><table class="MDWiki infoboxTable" style="text-align: center;">
{{#if:{{{title|}}}|
{{#if: {{{title|}}}|
<tr>
  <tr>
<th colspan="{{#if:{{{1|}}} {{{2|}}} | 4 | 2 }}">'''''{{{title}}}'''''</th>
  <th colspan="{{#if: {{{1|}}} {{{2|}}} | 4 | 2 }}">'''''{{{title}}}'''''</th>
</tr>
  </tr>
}}
{{#if:{{{1|}}}|
{{#if:{{{2|}}}|
<tr>
<th rowspan="2" style="width: 15%;">[[File:Shiren 6 - {{{1}}} Location Icon.png|alt={{{1}}}'s location icon|frameless|72x72px]]</th>
<th style="width: 35%;">'''← Previous Dungeon'''</th>
<th style="width: 35%;">'''Next Dungeon →'''</th>
<th rowspan="2" style="width: 15%;">[[File:Shiren 6 - {{{2}}} Location Icon.png|alt={{{2}}}'s location icon|frameless|72x72px]]</th>
</tr>
<tr>
<td>'''<big>{{Shiren6|{{{1}}}}}</big>'''</td>
<td>'''<big>{{Shiren6|{{{2}}}}}</big>'''</td>
</tr>
|
<tr>
<th rowspan="2" style="width: 15%;">[[File:Shiren 6 - {{{1}}} Location Icon.png|alt={{{1}}}'s location icon|frameless|72x72px]]</th>
<th style="width: 85%;">'''← Previous Dungeon'''</th>
</tr>
<tr>
<td>'''<big>{{Shiren6|{{{1}}}}}</big>'''</td>
</tr>
}}
|
{{#if:{{{2|}}}|
<tr>
<th style="width: 85%;">'''Next Dungeon →'''</th>
<th rowspan="2" style="width: 15%;">[[File:Shiren 6 - {{{2}}} Location Icon.png|alt={{{2}}}'s location icon|frameless|72x72px]]</th>
</tr>
<tr>
<td>'''<big>{{Shiren6|{{{2}}}}}</big>'''</td>
</tr>
}}
}}
{{#if: {{{1|}}} |
  {{#if: {{{2|}}} |
    <tr>
    <th rowspan="2" style="width: 15%;">[[File:Shiren 6 - {{{1}}} Location Icon.png|alt={{{1}}}'s location icon|frameless|72x72px]]</th>
    <th style="width: 35%;">'''← Previous Dungeon'''</th>
    <th style="width: 35%;">'''Next Dungeon →'''</th>
    <th rowspan="2" style="width: 15%;">[[File:Shiren 6 - {{{2}}} Location Icon.png|alt={{{2}}}'s location icon|frameless|72x72px]]</th>
    </tr>
    <tr>
    <td>'''<big>{{Shiren6|{{{1}}}}}</big>'''</td>
    <td>'''<big>{{Shiren6|{{{2}}}}}</big>'''</td>
    </tr>
    |
    <tr>
    <th rowspan="2" style="width: 15%;">[[File:Shiren 6 - {{{1}}} Location Icon.png|alt={{{1}}}'s location icon|frameless|72x72px]]</th>
    <th style="width: 85%;">'''← Previous Dungeon'''</th>
    </tr>
    <tr>
    <td>'''<big>{{Shiren6|{{{1}}}}}</big>'''</td>
    </tr>
  }}
  |
  {{#if: {{{2|}}} |
    <tr>
    <th style="width: 85%;">'''Next Dungeon →'''</th>
    <th rowspan="2" style="width: 15%;">[[File:Shiren 6 - {{{2}}} Location Icon.png|alt={{{2}}}'s location icon|frameless|72x72px]]</th>
    </tr>
    <tr>
    <td>'''<big>{{Shiren6|{{{2}}}}}</big>'''</td>
    </tr>
  }}
}}
}}
</table></includeonly><noinclude>
</table></includeonly><noinclude>

Revision as of 20:52, 14 December 2023


Template-info.png Documentation

Usage

This template adds a table to navigate between the previous and next dungeon in its infobox. The basis is formatted as such.

{{Shiren 6 Infobox Locations Nav | <prev> | <next> | title =  }}

Syntax guide