Difference between revisions of "Template:InfoBoxMaps"

From Pokémon Shadows
Jump to navigationJump to search
m (Desbrina moved page InfoBoxMaps to Template:InfoBoxMaps)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox">
<div class="infobox">
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
    <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
    <div class="infobox-image">[[File:{{{image}}}|200px]]</div>}}
<table>{{#if:{{{param1|}}}|<tr>
    <table>
    <th>Parameter 1</th>
        {{#if:{{{locatedIn|}}}|
    <td>{{{param1}}}</td>
        <tr>
</tr>}}{{#if:{{{param2|}}}|<tr>
            <th>Located in</th>
    <th>Parameter 2</th>
            <td>[[{{{locatedIn}}}]]</td>
    <td>{{{param2}}}</td>
        </tr>}}
</tr>}}{{#if:{{{param3|}}}|<tr>
        {{#if:{{{north|}}}|
    <th>Parameter 3</th>
        <tr>
    <td>{{{param3}}}</td>
            <th>North</th>
</tr>}}{{#if:{{{param4|}}}|<tr>
            <td>[[{{{north}}}]]</td>
    <th>Parameter 4</th>
        </tr>}}
    <td>{{{param4}}}</td>
        {{#if:{{{south|}}}|
</tr>}}{{#if:{{{param5|}}}|<tr>
        <tr>
    <th>Parameter 5</th>
            <th>South</th>
    <td>{{{param5}}}</td>
            <td>[[{{{south}}}]]</td>
</tr>}}</table>
        </tr>}}
        {{#if:{{{east|}}}|
        <tr>
            <th>East</th>
            <td>[[{{{east}}}]]</td>
        </tr>}}
        {{#if:{{{west|}}}|
        <tr>
            <th>West</th>
            <td>[[{{{west}}}]]</td>
        </tr>}}
    </table>
</div>
</div>
<noinclude>
<templatedata>
{
"params": {
"title": {
"required": true
},
"image": {
"required": true
},
"locatedIn": {
"type": "wiki-page-name"
},
"north": {
"type": "wiki-page-name"
},
"south": {
"type": "wiki-page-name"
},
"east": {
"type": "wiki-page-name"
},
"west": {
"type": "wiki-page-name"
}
},
"paramOrder": [
"title",
"image",
        "locatedIn",
"north",
"south",
"east",
"west"
]
}
</templatedata>
</noinclude>

Latest revision as of 05:39, 5 June 2022

InfoBoxMaps

No description.

Template parameters

ParameterDescriptionTypeStatus
titletitle

no description

Unknownrequired
imageimage

no description

Unknownrequired
locatedInlocatedIn

no description

Page nameoptional
northnorth

no description

Page nameoptional
southsouth

no description

Page nameoptional
easteast

no description

Page nameoptional
westwest

no description

Page nameoptional