Template:Infobox location/doc

From Official Temtem Wiki
Jump to navigation Jump to search
Template-info.png Documentation

A basic infobox for use on location pages. Contains a few parameters to start with, and more expected to be added later.

Usage[edit]

{{Infobox location
| name = 
| image = 
| description = 
| connectedAreas = 
| island =
}}

Parameters[edit]

Parameter Data type Description
name String The name of the location
image String The file name and extension, without the File prefix or other markup. For example, if the image was File:Route1.jpg, you'd input Route1.jpg. It will be sized to 314x300px, or you can add a | size = to the infobox call to override this.
description Wikitext A short description of the location, if available/desired. This will be automatically italicized.
connectedAreas Wikitext A list of other locations connected to this one. Suggested format is [[place1]]<br/>[[place2]]<br/>[[place3]], but this is not required to be used.
island Wikitext The island where the location is situated.

Example[edit]

Prasine Coast
Route1.jpg
A nice peaceful walk along the coast.
Details
Connected Areas Lochburg
Nanto
Island Deniz
{{Infobox location
| name = Prasine Coast
| image = Route1.jpg
| description = A nice peaceful walk along the coast.
| connectedAreas = [[Lochburg]]<br/>[[Nanto]]
| island = Deniz
}}