Template:Badge

From Tower Defense Simulator Wiki
Jump to navigation Jump to search
{{{title}}}
No description available


players earned this
Template Documentation
Portions of this template may not be visible without parameter values provided
Template CSS: float.css

Description

[edit]

This template is used to display information about badges that can be obtained in the game.

Syntax & Usage

[edit]
{{Badge
|title = <Badge Name>
|description = <Badge Description>
|rewards = <Badge Reward>
|image = <Badge Icon>
|obtainable = <Obtainability>
}}

The image parameter should be the file name. The obtainable parameter can only be set to "Yes", making it obtainable, "No" making it unobtainable or have nothing in it, making the text showing if a badge is obtainable not appear.

Examples

[edit]

Obtainable Badge

[edit]
{{Badge
|title = Defeat Fallen King
|description = The leader of the army.
|rewards = {{Exp|250}}
|image = FKBadge.png
|obtainable = Yes
}}
Defeat Fallen King
✔ OBTAINABLE
The leader of the army.

Rewards:
Experience 250 EXP

players earned this

Unobtainable Badge

[edit]
{{Badge
|title = Solar Eclipse 2021
|description = Cast the Umbra out of this world!.. for now..
|rewards = [[Executioner]]
|image = Solar2021.png
|obtainable = No
}}
Solar Eclipse 2021
✖ UNOBTAINABLE
Cast the Umbra out of this world!.. for now..

Rewards:
Executioner

136,144 players earned this

Unreleased Badge

[edit]
{{Badge
|title = Defeat Golden Titan
|description = You just destroyed a ton of precious metals! Think about all the money you could've had!
|image = GTBadge.png
}}
Defeat Golden Titan
You just destroyed a ton of precious metals! Think about all the money you could've had!


players earned this

Additional Notes

[edit]

This should not replace the current tables in the Badges page as the template currently cannot have multiple images at once.