This page can be used as a building block in other pages.
;Description
[indent]This template is used to create a location infobox.[/indent];Syntax
[indent]Type <code>[template]t|infobox location|...[/template]</code> somewhere, with parameters as shown below.[/indent];Sample output
[code]{{infobox location
| name = Land of Bob [defaults to pagename]
| image = Image:Example.jpg
| imagewidth = [defaults to 250]
| caption = Bob the Flower
| map = Image:Example.jpg
| mapwidth = [defaults to 250]
| mapcaption = Land of Bob
| type = Garden
| level = 10-20
| location = Earth
| inhabitants = Flowerfolk
}}[/code]Results in...
[template]infobox location
| name = Land of Bob
| image = Image:Example.jpg
| caption = Bob the Flower
| map = Image:Example.jpg
| mapcaption = Bob the Flower
| type = Garden
| level = 10-20
| location = Earth
| inhabitants = Flowerfolk
[/template]