Template:ResearchUnlockConstructionSpeedIncrease

From Survivors of Atlantis Wiki
Jump to navigation Jump to search

Template Description

Shows a specified research's Construction Speed Increase unlock in percentage. The research can be specified by name or by the id it has in the Module:Research/data. When no research is found -1 will be shown.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
namename

Name of the research

Stringsuggested
levellevel

The unlock of the research at this specific level

Default
1
Numberoptional

Examples

{{ResearchUnlockConstructionSpeedIncrease}}
−1

{{ResearchUnlockConstructionSpeedIncrease|Levitation|1}}
10

{{ResearchUnlockConstructionSpeedIncrease|aerial COMBAT|2}}
0

{{ResearchUnlockConstructionSpeedIncrease|name = levitation|level = 3}}
30

{{ResearchUnlockConstructionSpeedIncrease|name = levitation|3}}
30

{{ResearchUnlockConstructionSpeedIncrease|levitation|level = 3}}
30

{{ResearchUnlockConstructionSpeedIncrease|levitation}}
10

{{ResearchUnlockConstructionSpeedIncrease|level = 3}}
−1

{{ResearchUnlockConstructionSpeedIncrease|name = levitation|level = text}}
−1

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

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

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

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