Actions

Template

Difference between revisions of "LocationInfoBox"

m (Removed full name)
(Changed factions to groups and removed ruling organisation)
Line 19: Line 19:
 
             <td class="infoboxtd1strow" style="padding: 10px;"><b>Demonym</b>:</td>
 
             <td class="infoboxtd1strow" style="padding: 10px;"><b>Demonym</b>:</td>
 
             <td>{{{demonym}}}</td>
 
             <td>{{{demonym}}}</td>
        </tr>
 
    }}
 
    {{#if: {{{ruler|}}}|
 
        <tr>
 
            <td class="infoboxtd1strow" style="padding: 10px;"><b>Ruling Organisation/Person</b>:</td>
 
            <td>[[{{{ruler}}}]]</td>
 
 
         </tr>
 
         </tr>
 
     }}
 
     }}
Line 53: Line 47:
 
"required": true
 
"required": true
 
},
 
},
"faction": {
+
"group": {
"label": "Faction",
+
"label": "Group",
"description": "Any factions the area is aligned with",
+
"description": "Any groups the area is aligned or associated with with",
 
"example": "Templars",
 
"example": "Templars",
 
"type": "wiki-page-name"
 
"type": "wiki-page-name"
Line 77: Line 71:
 
"description": "The name to describe the people from this location ",
 
"description": "The name to describe the people from this location ",
 
"example": "Rathirian",
 
"example": "Rathirian",
"type": "wiki-page-name",
 
"suggested": true
 
},
 
"ruler": {
 
"label": "Ruling Organisation",
 
"description": "The ruling organisation of the location",
 
"example": "Templar Order",
 
 
"type": "wiki-page-name",
 
"type": "wiki-page-name",
 
"suggested": true
 
"suggested": true
Line 99: Line 86:
 
"image",
 
"image",
 
"population",
 
"population",
"faction",
+
"group",
 
"demonym",
 
"demonym",
"ruler",
 
 
"parentLocation"
 
"parentLocation"
 
]
 
]

Revision as of 14:50, 13 September 2020

{{{title}}}

PC info

Template parameters

ParameterDescriptionTypeStatus
Titletitle

Page title, usually the common name for the location

Example
Tala Rane
Stringrequired
Imageimage

An image, could be a map or a picutre of the location

Filesuggested
Populationpopulation

The number of people in the location

Example
31000
Stringrequired
Groupgroup

Any groups the area is aligned or associated with with

Example
Templars
Pageoptional
Demonymdemonym

The name to describe the people from this location

Example
Rathirian
Pagesuggested
Parent LocationparentLocation

The location that this location is within

Example
Amalur
Pagesuggested