Template:Location: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
(add "is terrain?" field to locations to indicate whether they are a type of world map terrain (versus a city/landmark/dungeon/etc))
No edit summary
 
(One intermediate revision by the same user not shown)
Line 39: Line 39:
{{#if: {{{faction|}}} | {{infobox row|label=Faction|field=[[{{{faction}}}]] }} }}
{{#if: {{{faction|}}} | {{infobox row|label=Faction|field=[[{{{faction}}}]] }} }}
{{#if: {{{biome|}}}  | {{infobox row|label=Biome|field=[[{{{biome}}}]] }} }}
{{#if: {{{biome|}}}  | {{infobox row|label=Biome|field=[[{{{biome}}}]] }} }}
{{#if: {{{terrain|}}} | {{infobox row|label=Is [[:Category:Terrain|Terrain]]?|field={{{terrain}}} }} }}
{{#ifeq: {{lc:{{{terrain|no}}}}} | yes | {{infobox row|field=<div style="text-align:center;"><i>[[World_map#Terrain|world map terrain]]</i></div> }} }}
{{#if: {{{leader|}}}  | {{infobox row|label=Leader|field={{Consecutive templates|{{{leader}}}|</br>|</br>|||favilink}} }} }}
{{#if: {{{leader|}}}  | {{infobox row|label=Leader|field={{Consecutive templates|{{{leader}}}|</br>|</br>|||favilink}} }} }}
{{#if: {{{floors|}}}  | {{infobox row|Total Floors|{{{floors}}} }} }}
{{#if: {{{floors|}}}  | {{infobox row|Total Floors|{{{floors}}} }} }}

Latest revision as of 22:14, 28 December 2021

This template defines the table "Locations". View table.This template adds rows to the table "GeneralData", which is declared by the template General data table. View table.

Template-info.png Documentation

Arguments

title title. defaults to page name string
faction faction the location is associated with. string (the template will autolink to the page)
terrain "yes" if this is a type of world map terrain. No by default. boolean
biome the type of parent terrain that the location is located in. string (the template will autolink to the page)
leader the leader of the place string (the template will autolink to the page)
floors how deep in strata the bottom is. reserved for the more vertically inclined locations. integer

Usage Example

{{Location
| title = Joppa
| image = ovw_joppa.png
| faction = Villagers of Joppa
| biome = Salt Marsh
| terrain = no
| leader = Elder Irudad
| desc = Ants in the viridian chaff, the farmers sap the last drops of pristine moisture out of the salt-spangled earth.
| gotoid = JoppaWorld.11.22.1.1.10
}}