Template:InfoBoxMaps: Difference between revisions
From Pokémon Breeders
Jump to navigationJump to search
(Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{{image}}}|200px]]</div>}} <table> {{#if:{{{locatedIn|}}}| <tr> <th>Located in</th> <td>[[{{{locatedIn}}}]]</td> </tr>}} {{#if:{{{north|}}}| <tr> <th>North</th> <td>[[{{{north}}}]]</td> </tr>}} {{#if:{{{south|}}}| <tr...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 31: | Line 31: | ||
</div> | </div> | ||
<noinclude> | <noinclude> | ||
[[Category:Template]] | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"title": { | "title": { | ||
"required": true | "required": true, | ||
"label": "Title", | |||
"description": "Route Title" | |||
}, | }, | ||
"image": { | "image": { | ||
"required": true | "required": true, | ||
"label": "Image", | |||
"description": "Filename for the image" | |||
}, | }, | ||
"locatedIn": { | "locatedIn": { | ||
"type": "wiki-page-name" | "type": "wiki-page-name", | ||
"label": "Located In", | |||
"description": "The map this one is located in" | |||
}, | }, | ||
"north": { | "north": { | ||
"type": "wiki-page-name" | "type": "wiki-page-name", | ||
"label": "North", | |||
"description": "Name of the Northern location" | |||
}, | }, | ||
"south": { | "south": { | ||
"type": "wiki-page-name" | "type": "wiki-page-name", | ||
"label": "South", | |||
"description": "Name of the Southern location" | |||
}, | }, | ||
"east": { | "east": { | ||
"type": "wiki-page-name" | "type": "wiki-page-name", | ||
"description": "Name of the Eastern location" | |||
}, | }, | ||
"west": { | "west": { | ||
"type": "wiki-page-name" | "type": "wiki-page-name", | ||
"label": "West", | |||
"description": "Name of the Western location" | |||
} | } | ||
}, | }, | ||
Line 59: | Line 73: | ||
"title", | "title", | ||
"image", | "image", | ||
"locatedIn", | |||
"north", | "north", | ||
"south", | "south", |
Latest revision as of 14:13, 9 March 2024
InfoBoxMaps
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | Route Title | Unknown | required |
Image | image | Filename for the image | Unknown | required |
Located In | locatedIn | The map this one is located in | Page name | optional |
North | north | Name of the Northern location | Page name | optional |
South | south | Name of the Southern location | Page name | optional |
east | east | Name of the Eastern location | Page name | optional |
West | west | Name of the Western location | Page name | optional |