Template:Ability card v2/Card/AltBox/doc: Difference between revisionsGive feedback
m added inputs to produce examples |
Gammaton32 (talk | contribs) No edit summary |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
== Overview == | |||
Display element for an alternate ability, similar to main box attributes. Can be any number of these on an ability card | Display element for an alternate ability attribute, similar to main box attributes. Can be any number of these on an ability card | ||
=== Examples === | === Examples === | ||
| Line 39: | Line 39: | ||
==== In an Ability Card ==== | ==== In an Ability Card ==== | ||
<pre><nowiki>{{Ability card v2 | <pre><nowiki>{{Ability card v2 | ||
| hero_name= | | hero_name=Vindicta | ||
| ability_num= | | ability_num=3 | ||
}}</nowiki></pre> | }}</nowiki></pre> | ||
{{Ability card v2 | {{Ability card v2 | ||
| hero_name= | | hero_name=Vindicta | ||
| ability_num= | | ability_num=3 | ||
}} | }} | ||
<templatedata> | <templatedata> | ||
| Line 54: | Line 50: | ||
"params": { | "params": { | ||
"scale_type": { | "scale_type": { | ||
"description": "Type of attribute scaling | "description": "Type of attribute scaling", | ||
"example": "spirit", | "example": "spirit", | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"spirit" | "spirit", | ||
"weapon_power" | |||
] | ] | ||
}, | }, | ||