Template:Location Infobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 21: | Line 21: | ||
<data source="plane"> | <data source="plane"> | ||
<label>Plane</label> | <label>Plane</label> | ||
<format>{{{plane}}}<!-- | <format>[[{{{plane}}}]]<!-- | ||
Plane of X -->{{#if:{{{planeAspect|}}}|<nowiki> </nowiki>({{{planeAspect}}})}}</format> | Plane of X -->{{#if:{{{planeAspect|}}}|<nowiki> </nowiki>({{{planeAspect}}})}}</format> | ||
</data> | </data> | ||
Revision as of 06:43, 4 September 2025
Note: parts of or the entire template might not be visible without values provided.
| Main | Documentation | Usage |
Syntax
{{Location Infobox
|title = <!-- use only if different than actual page name -->
|image =
|type =
|aspect = <!-- use only for plane pages -->
|novarch = <!-- use only for plane pages -->
|plane = <!-- actual name of plane -->
|planeAspect = <!-- use only if actual plane name doesn't specify aspect -->
|continent =
|town =
}}
Example
Iia
{{Location Infobox
|title = Iia
|image = Town Iia.png
|type = Town
|aspect =
|novarch =
|plane = Plane of Reality
|planeAspect =
|continent = Lusciell
|town =
}}
Template Data
Infobox used to display information about a location.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | Name of location
| String | optional |
| Image | image | Location's image(s) | Content | required |
| Type | type | Location's type
| String | required |
| Aspect | aspect | Plane's Aspect, used only for Plane pages
| String | optional |
| Novarch | novarch | Plane's Novarch, used only for Plane pages
| String | optional |
| Plane | plane | Location's associated Plane
| String | optional |
| Plane with Aspect | planeAspect | Plane with Aspect, used only if actual Plane name doesn't specify Aspect
| String | optional |
| Continent | continent | Location's continent
| String | optional |
| Town | town | Location's town
| String | optional |