Template:BuildingUnlockFieldSlots

From Survivors of Atlantis Wiki
Jump to navigation Jump to search

Template Description

Shows a specified building's Field Slots unlock. 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[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
namename

Name of the building

Stringsuggested
levellevel

The unlock of the building at this specific level

Default
1
Numberoptional

Examples

{{BuildingUnlockFieldSlots}}
−1

{{BuildingUnlockFieldSlots|Fortress|1}}
9

{{BuildingUnlockFieldSlots|science CENTER|2}}
0

{{BuildingUnlockFieldSlots|name = Fortress|level = 3}}
15

{{BuildingUnlockFieldSlots|name = Fortress|3}}
15

{{BuildingUnlockFieldSlots|Fortress|level = 3}}
15

{{BuildingUnlockFieldSlots|Fortress}}
9

{{BuildingUnlockFieldSlots|level = 3}}
−1

{{BuildingUnlockFieldSlots|name = Fortress|level = text}}
−1

{{BuildingUnlockFieldSlots|name = banana|level = 4}}
−1

{{BuildingUnlockFieldSlots|name = 3|level = 5}}
0

{{BuildingUnlockFieldSlots|id = 3|level = 5}}
−1

{{BuildingUnlockFieldSlots|3|level = 5}}
0