Modèle:Infobox location

De Official Temtem Wiki
Aller à la navigation Aller à la recherche


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[modifier]

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

Parameters[modifier]

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.

Example[modifier]

Prasine Coast
Route1.jpg
A nice peaceful walk along the coast.
Connected Areas
Lochburg
Nanto


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