Template:BuildingMaxLevel/doc

From Survivors of Atlantis Wiki
Jump to navigation Jump to search

Template Description

Shows a specified building's maximum level. The building can be specified by name or by the id it has in the Module:Buildings/data. When no building is found -1 will be shown.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
namename

Name of the building

Stringsuggested

Examples

{{BuildingMaxLevel}}
−1

{{BuildingMaxLevel|Fortress}}
11

{{BuildingMaxLevel|science CENTER}}
16

{{BuildingMaxLevel|name = Farm}}
15

{{BuildingMaxLevel|name = banana}}
−1

{{BuildingMaxLevel|name = 3}}
10

{{BuildingMaxLevel|id = 3}}
−1

{{BuildingMaxLevel|3}}
10