Template:Location Infobox/doc: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
|type = | |type = | ||
|aspect = <!-- use only for plane pages --> | |aspect = <!-- use only for plane pages --> | ||
|novarch = <!-- use only for plane pages --> | |||
|plane = <!-- actual name of plane --> | |plane = <!-- actual name of plane --> | ||
|planeAspect = <!-- use only if actual plane name doesn't specify aspect --> | |planeAspect = <!-- use only if actual plane name doesn't specify aspect --> | ||
| Line 21: | Line 22: | ||
|type = Town | |type = Town | ||
|aspect = | |aspect = | ||
|novarch = | |||
|plane = Plane of Reality | |plane = Plane of Reality | ||
|planeAspect = | |planeAspect = | ||
| Line 32: | Line 34: | ||
|type = Town | |type = Town | ||
|aspect = | |aspect = | ||
|novarch = | |||
|plane = Plane of Reality | |plane = Plane of Reality | ||
|planeAspect = | |planeAspect = | ||
| Line 68: | Line 71: | ||
"type": "string", | "type": "string", | ||
"example": "Beauty, Love, Peace" | "example": "Beauty, Love, Peace" | ||
}, | |||
"novarch": { | |||
"label": "Novarch", | |||
"description": "Plane's Novarch, used only for Plane pages", | |||
"type": "string", | |||
"example": "Apeiron, Blade, Victus" | |||
}, | }, | ||
"plane": { | "plane": { | ||
| Line 99: | Line 108: | ||
"type", | "type", | ||
"aspect", | "aspect", | ||
"novarch", | |||
"plane", | "plane", | ||
"planeAspect", | "planeAspect", | ||
Latest revision as of 17:36, 4 September 2025
This is the documentation page for Location Infobox. It contains usage information, categories, and other content not part of the original template page. | ||
|---|---|---|
| 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 |