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

Template:Card stats/doc: Difference between revisions

Template page
Content added Content deleted
No edit summary
(updated template data)
Line 11: Line 11:
"label": "Minimum performance",
"label": "Minimum performance",
"type": "number",
"type": "number",
"required": true
"required": true,
"description": "The minimum value of the performance stat without any Master Ranks or Side Stories unlocked (usually at level 1).",
"example": "3760\n"
},
},
"min technique": {
"min technique": {
"label": "Minimum technique",
"label": "Minimum technique",
"type": "number",
"type": "number",
"required": true
"required": true,
"description": "The minimum value of the technique stat without any Master Ranks or Side Stories unlocked (usually at level 1).",
"example": "3145"
},
},
"min stamina": {
"min stamina": {
"label": "Minimum stamina",
"label": "Minimum stamina",
"type": "number",
"type": "number",
"required": true
"required": true,
"description": "The minimum value of the stamina stat without any Master Ranks or Side Stories unlocked (usually at level 1).",
"example": "3276"
},
},
"min power": {
"min power": {
"label": "Minimum power",
"label": "Minimum power",
"type": "number",
"type": "number",
"required": true
"required": true,
"description": "The sum of the minimum values of the performance, technique, and stamina stats without any Master Ranks or Side Stories unlocked (usually at level 1).",
"example": "10181"
},
},
"max performance": {
"max performance": {
"label": "Maximum performance",
"label": "Maximum performance",
"type": "number",
"type": "number",
"required": true
"required": true,
"description": "The maximum value of the performance stat without any Master Ranks or Side Stories unlocked (usually at maximum level).",
"example": "11680"
},
},
"max technique": {
"max technique": {
"label": "Maximum technique",
"label": "Maximum technique",
"type": "number",
"type": "number",
"required": true
"required": true,
"description": "The maximum value of the technique stat without any Master Ranks or Side Stories unlocked (usually at maximum level).",
"example": "9835"
},
},
"max stamina": {
"max stamina": {
"label": "Maximum stamina",
"label": "Maximum stamina",
"type": "number",
"type": "number",
"required": true
"required": true,
"description": "The maximum value of the stamina stat without any Master Ranks or Side Stories unlocked (usually at maximum level).",
"example": "10225"
},
},
"max power": {
"max power": {
"label": "Maximum power",
"label": "Maximum power",
"type": "number",
"type": "number",
"required": true
"required": true,
"description": "The sum of the maximum values of the performance, technique, and stamina stats without any Master Ranks or Side Stories unlocked (usually at the maximum level).",
"example": "31740"
},
},
"rarity": {
"rarity": {
"label": "Rarity",
"label": "Rarity",
"type": "string"
"type": "string",
"description": "The rarity of the card. Valid values are \"1\", \"2\", \"3\", \"4\", or \"Birthday\".",
"example": "4",
"suggested": true
}
}
},
},
Line 64: Line 83:
"max stamina",
"max stamina",
"max power"
"max power"
]
],
"description": "This template shows the stats of a card."
}
}
</templatedata>
</templatedata>

Revision as of 03:16, 9 August 2022

This template shows the minimum and maximum values for each stat for a card. The maximum level is automatically set depending on the card rarity. The rarity parameter defaults to the rarity page variable if not set.

Parameters

This template shows the stats of a card.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Rarityrarity

The rarity of the card. Valid values are "1", "2", "3", "4", or "Birthday".

Example
4
Stringsuggested
Minimum performancemin performance

The minimum value of the performance stat without any Master Ranks or Side Stories unlocked (usually at level 1).

Example
3760
Numberrequired
Minimum techniquemin technique

The minimum value of the technique stat without any Master Ranks or Side Stories unlocked (usually at level 1).

Example
3145
Numberrequired
Minimum staminamin stamina

The minimum value of the stamina stat without any Master Ranks or Side Stories unlocked (usually at level 1).

Example
3276
Numberrequired
Minimum powermin power

The sum of the minimum values of the performance, technique, and stamina stats without any Master Ranks or Side Stories unlocked (usually at level 1).

Example
10181
Numberrequired
Maximum performancemax performance

The maximum value of the performance stat without any Master Ranks or Side Stories unlocked (usually at maximum level).

Example
11680
Numberrequired
Maximum techniquemax technique

The maximum value of the technique stat without any Master Ranks or Side Stories unlocked (usually at maximum level).

Example
9835
Numberrequired
Maximum staminamax stamina

The maximum value of the stamina stat without any Master Ranks or Side Stories unlocked (usually at maximum level).

Example
10225
Numberrequired
Maximum powermax power

The sum of the maximum values of the performance, technique, and stamina stats without any Master Ranks or Side Stories unlocked (usually at the maximum level).

Example
31740
Numberrequired

Quick copy

{{Card stats
|rarity = 
|min performance = 
|min technique   = 
|min stamina     = 
|min power       = 
|max performance = 
|max technique   = 
|max stamina     = 
|max power       = 
}}

Examples

Level 1Level 20
Performance9932482
Technique9512379
Stamina10862715
Power30307576
{{Card stats
|rarity = 1
|min performance = 993
|min technique   = 951
|min stamina     = 1086
|min power       = 3030
|max performance = 2482
|max technique   = 2379
|max stamina     = 2715
|max power       = 7576
}}
Level 1Level 60
Performance376011680
Technique31459835
Stamina327610225
Power1018131740
{{Card stats
|rarity = 4
|min performance = 3760
|min technique   = 3145
|min stamina     = 3276
|min power       = 10181
|max performance = 11680
|max technique   = 9835
|max stamina     = 10225
|max power       = 31740
}}


Cookies help us deliver our services. By using our services, you agree to our use of cookies.