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",
"locatedIn",
"north",
"north",
"south",
"south",

Latest revision as of 14:13, 9 March 2024

InfoBoxMaps

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Titletitle

Route Title

Unknownrequired
Imageimage

Filename for the image

Unknownrequired
Located InlocatedIn

The map this one is located in

Page nameoptional
Northnorth

Name of the Northern location

Page nameoptional
Southsouth

Name of the Southern location

Page nameoptional
easteast

Name of the Eastern location

Page nameoptional
Westwest

Name of the Western location

Page nameoptional