Difference between revisions of "Template:InfoBoxMaps"
From Pokémon Shadows
Jump to navigationJump to search
(5 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:{{{ | {{#if:{{{locatedIn|}}}| | ||
<tr> | |||
<th>Located in</th> | |||
<td>[[{{{locatedIn}}}]]</td> | |||
</tr>}} | |||
{{#if:{{{north|}}}| | |||
<tr> | <tr> | ||
<th>North</th> | <th>North</th> | ||
<td>{{{ | <td>[[{{{north}}}]]</td> | ||
</tr>}} | </tr>}} | ||
{{#if:{{{ | {{#if:{{{south|}}}| | ||
<tr> | <tr> | ||
<th>South</th> | <th>South</th> | ||
<td>{{{ | <td>[[{{{south}}}]]</td> | ||
</tr>}} | </tr>}} | ||
{{#if:{{{ | {{#if:{{{east|}}}| | ||
<tr> | <tr> | ||
<th>East</th> | <th>East</th> | ||
<td>{{{ | <td>[[{{{east}}}]]</td> | ||
</tr>}} | </tr>}} | ||
{{#if:{{{ | {{#if:{{{west|}}}| | ||
<tr> | <tr> | ||
<th>West</th> | <th>West</th> | ||
<td>{{{ | <td>[[{{{west}}}]]</td> | ||
</tr>}} | </tr>}} | ||
</table> | </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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
title | title | no description | Unknown | required |
image | image | no description | Unknown | required |
locatedIn | locatedIn | no description | Page name | optional |
north | north | no description | Page name | optional |
south | south | no description | Page name | optional |
east | east | no description | Page name | optional |
west | west | no description | Page name | optional |