Template:InfoBoxMaps: Difference between revisions

From Pokémon Breeders
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 36: Line 36:
"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 60: 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