Difference between revisions of "Template:InfoBoxMaps"
From Pokémon Shadows
Jump to navigationJump to search
Line 6: | Line 6: | ||
<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> |
Revision as of 14:13, 28 May 2022
InfoBoxMaps
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
title | title | no description | Unknown | required |
image | image | no description | Unknown | required |
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 |