Actions

Template

Difference between revisions of "LocationInfoBox"

(Fixed location type)
(Fixed parent type)
Line 27: Line 27:
 
             <tr>
 
             <tr>
 
                 <td class="infoboxtd1strow" style="padding: 10px;">
 
                 <td class="infoboxtd1strow" style="padding: 10px;">
                    <b>
+
                  <b>
                        {{#switch: {{{type}}}
+
{{#switch: {{{type}}}
                            | Town
+
    | Town
                            | Village
+
    | Village
                            | City = Province
+
    | City = Province
                            | Province = State
+
    | Province = State
                            | State = Continent
+
    | State = Continent
                            | #default = Parent Location
+
    | #default = Parent Location
                        }}
+
}}
                     </b>:</td>
+
                     </b>:
 +
                </td>
 
                 <td>[[{{{parentLocation}}}]]</td>
 
                 <td>[[{{{parentLocation}}}]]</td>
 
             </tr>
 
             </tr>

Revision as of 21:57, 17 September 2020



A Test location
ByAllah.jpg
Type: Test location type
Population: 6969
                  

Parent Location

                   :
A Parent Location
Associated Group(s): Some Group
           The extra content
           This is used by other templates to add stuff in here


This location info box template is used by the more specific types of location, so that they all keep a consistent style. This contains the fields that every location should have.

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
Extra contentextraContent

Additional content

Unknownoptional
Typetype

The type of location

Example
State, Province etc.
Unknownoptional