Template:InfoboxLocation: Difference between revisions
Created page with " <noinclude> <templatedata> { "params": { "Duration": {}, "Wikipedia": { "type": "url" }, "Cities Visited": {}, "Image": {} }, "paramOrder": [ "Image", "Cities Visited", "Duration", "Wikipedia" ] } </templatedata> </noinclude>" |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
[[Category:Infobox templates]] | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"Duration": {}, | "image": { | ||
" | "label": "Image" | ||
}, | |||
"duration": { | |||
"label": "Duration" | |||
}, | |||
"citiesVisited": { | |||
"label": "Cities Visited" | |||
}, | |||
"wikipediaLink": { | |||
"label": "Wikipedia", | |||
"type": "url" | "type": "url" | ||
}, | }, | ||
" | "country": { | ||
"label": "Country" | |||
} | |||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "country", | ||
" | "image", | ||
" | "duration", | ||
" | "citiesVisited", | ||
"wikipediaLink" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata></noinclude> | ||
</noinclude> |