Difference between revisions of "Template:InfoBoxMaps"

From Pokémon Shadows
Jump to navigationJump to search
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
     <div class="infobox-image">[[File:{{{image}}}|200px]]</div>}}
     <div class="infobox-image">[[File:{{{image}}}|200px]]</div>}}
     <table>
     <table>
        {{#if:{{{locatedIn|}}}|
        <tr>
            <th>Located in</th>
            <td>[[{{{locatedIn}}}]]</td>
        </tr>}}
         {{#if:{{{north|}}}|
         {{#if:{{{north|}}}|
         <tr>
         <tr>
             <th>North</th>
             <th>North</th>
             <td>{{{north}}}</td>
             <td>[[{{{north}}}]]</td>
         </tr>}}
         </tr>}}
         {{#if:{{{south|}}}|
         {{#if:{{{south|}}}|
         <tr>
         <tr>
             <th>South</th>
             <th>South</th>
             <td>{{{south}}}</td>
             <td>[[{{{south}}}]]</td>
         </tr>}}
         </tr>}}
         {{#if:{{{east|}}}|
         {{#if:{{{east|}}}|
         <tr>
         <tr>
             <th>East</th>
             <th>East</th>
             <td>{{{east}}}</td>
             <td>[[{{{east}}}]]</td>
         </tr>}}
         </tr>}}
         {{#if:{{{west|}}}|
         {{#if:{{{west|}}}|
         <tr>
         <tr>
             <th>West</th>
             <th>West</th>
             <td>{{{west}}}</td>
             <td>[[{{{west}}}]]</td>
         </tr>}}
         </tr>}}
     </table>
     </table>
Line 29: Line 34:
{
{
"params": {
"params": {
"title": {},
"title": {
"image": {},
"required": true
"north": {},
},
"south": {},
"image": {
"east": {},
"required": true
"west": {}
},
"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": [
"paramOrder": [
"title",
"title",
"image",
"image",
        "locatedIn",
"north",
"north",
"south",
"south",

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