Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
MediaWiki help
Creopedia
Search
Search
Appearance
Log in
Personal tools
Log in
View source for Template:Location/doc
Template
Discussion
English
Read
View source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
View source
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
←
Template:Location/doc
{{Documentation}} Output an infobox and set categories with [[Module:Location]]. == Usage == <syntaxhighlight lang="wikitext"> {{Location |name = Zaytoon Village |region = Zaytoon Region |north = North location |south = South location |west = West location |east = East location |map = Tokyo special wards map ja.svg }} </syntaxhighlight> == TemplateData == <templatedata> { "params": { "name": { "label": "Name", "description": "Name of the location", "example": "Zaytoon Village", "type": "string", "suggested": true }, "image": { "label": "Image", "description": "Image of the location", "type": "wiki-file-name", "suggested": true }, "north": { "label": "North", "description": "North connecting location of the location", "example": "Zaytoon Village", "type": "wiki-page-name", "suggested": true }, "east": { "label": "East", "description": "East connecting location of the location", "example": "Zaytoon Village", "type": "wiki-page-name", "suggested": true }, "south": { "label": "South", "description": "South connecting location of the location", "example": "Zaytoon Village", "type": "wiki-page-name", "suggested": true }, "west": { "label": "West", "description": "West connecting location of the location", "example": "Zaytoon Village", "type": "wiki-page-name", "suggested": true }, "map": { "label": "Map image", "description": "Image of the map", "type": "wiki-file-name", "suggested": true } }, "description": "Output an infobox and set categories for a location page", "paramOrder": [ "name", "image", "north", "east", "south", "west", "map" ], "format": "block" } </templatedata> <includeonly> [[Category:Templates]] </includeonly>
Template used on this page:
Template:Documentation
(
view source
)
Return to
Template:Location/doc
.