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", | |||
"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 |