Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

This template displays an info card for a badge. It supports both badges with and without more than one stage. It is designed for use inside a scrollbox of a list of badges.

Template parameters

ParameterDescriptionTypeStatus
namename

Name of the badge

Stringrequired
descriptiondescription

The badge's description

Stringrequired
trophy_typetrophy_type

The trophy type the badge rewards (only set this for Bonus trophies)

Suggested values
Bonus
Stringoptional
total_trophiestotal_trophies

Total number of trophies earned for completing all stages.

Numberrequired
stagesstages

The number of stages the badge has (if not just 1)

Numberoptional
stage_typestage_type

The type of action required to progress stages of the badge

Example
games
Stringoptional
stage_1_valuestage_1_value

The number of actions required to complete Stage 1

Numberoptional
stage_1_trophiesstage_1_trophies

The number of trophies rewarded for completing Stage 1

Numberoptional
stage_2_valuestage_2_value

The number of actions required to complete Stage 2

Numberoptional
stage_2_trophiesstage_2_trophies

The number of trophies rewarded for completing Stage 2

Numberoptional
stage_3_valuestage_3_value

The number of actions required to complete Stage 3

Numberoptional
stage_3_trophiesstage_3_trophies

The number of trophies rewarded for completing Stage 3

Numberoptional
stage_4_valuestage_4_value

The number of actions required to complete Stage 4

Numberoptional
stage_4_trophiesstage_4_trophies

The number of trophies rewarded for completing Stage 4

Numberoptional
stage_5_valuestage_5_value

The number of actions required to complete Stage 5

Numberoptional
stage_5_trophiesstage_5_trophies

The number of trophies rewarded for completing Stage 5

Numberoptional
stage_6_valuestage_6_value

The number of actions required to complete Stage 6

Numberoptional
stage_6_trophiesstage_6_trophies

The number of trophies rewarded for completing Stage 6

Numberoptional
stage_7_valuestage_7_value

The number of actions required to complete Stage 7

Numberoptional
stage_7_trophiesstage_7_trophies

The number of trophies rewarded for completing Stage 7

Numberoptional
stage_8_valuestage_8_value

The number of actions required to complete Stage 8

Numberoptional
stage_8_trophiesstage_8_trophies

The number of trophies rewarded for completing Stage 8

Numberoptional
stage_9_valuestage_9_value

The number of actions required to complete Stage 9

Numberoptional
stage_9_trophiesstage_9_trophies

The number of trophies rewarded for completing Stage 9

Numberoptional
stage_10_valuestage_10_value

The number of actions required to complete Stage 10

Numberoptional
stage_10_trophiesstage_10_trophies

The number of trophies rewarded for completing Stage 10

Numberoptional

Examples

{{Badge
| name = Ace in the Box
| description = Personally eliminate all 4 members of the opposing team in a round of Battle Box.
| total_trophies = 70
}}

produces:

Ace in the Box

Ace in the Box

Personally eliminate all 4 members of the opposing team in a round of Battle Box.

70


{{Badge
| name = Battle Box Player
| description = Play all rounds of Battle Box in '''X''' games.
| total_trophies = 400
| stages = 7
| stage_type = games
| stage_1_value = 15
| stage_1_trophies = 50
| stage_2_value = 50
| stage_2_trophies = 50
| stage_3_value = 125
| stage_3_trophies = 50
| stage_4_value = 250
| stage_4_trophies = 50
| stage_5_value = 475
| stage_5_trophies = 50
| stage_6_value = 800
| stage_6_trophies = 50
| stage_7_value = 1300
| stage_7_trophies = 100
}}

produces:

Battle Box Player

Battle Box Player

Play all rounds of Battle Box in X games.

400

7 Stages

Stage 1
15 games
50
Stage 2
50 games
50
Stage 3
125 games
50
Stage 4
250 games
50
Stage 5
475 games
50
Stage 6
800 games
50
Stage 7
1300 games
100
Contents