Template:Ability card v2/Card/AltBox/doc: Difference between revisions

m moved headings up a level
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Overview ==
== 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 ===
=== Multiple Alt boxes in a container ===
==== Multiple Alt boxes in a container ====
<pre><nowiki>
<pre><nowiki>
<div ...>
<div ...>
Line 50: Line 50:
"params": {
"params": {
"scale_type": {
"scale_type": {
"description": "Type of attribute scaling (other scalings exist, but only \"spirit\" is currently supported)",
"description": "Type of attribute scaling",
"example": "spirit",
"example": "spirit",
"type": "string",
"type": "string",
"suggestedvalues": [
"suggestedvalues": [
"spirit"
"spirit",
                "weapon_power"
]
]
},
},