Template:AbilitySection/doc: Difference between revisions

Jump to navigation Jump to search
Vergir (talk | contribs)
mNo edit summary
Vergir (talk | contribs)
m update doc
Line 5: Line 5:
On narrow viewports the two columns stack vertically via CSS flex-wrap. Styles are loaded from [[Template:AbilitySection/styles.css]] via TemplateStyles.
On narrow viewports the two columns stack vertically via CSS flex-wrap. Styles are loaded from [[Template:AbilitySection/styles.css]] via TemplateStyles.


Intended to replace [[Template:Ability tabs]] on hero pages. Editors place four of these blocks in sequence, one per ability, each under its own <code>=== Ability Name ===</code> heading directly on the hero page.
An interaction-hint rail is generated automatically between the card and the details panel: small item icons showing how the ability interacts with items, driven by [[Module:AbilityHints]].
 
An interaction-hint rail is generated automatically between the card and the details panel: small item icons showing how the ability interacts with items (dispellable, duration-reduced, blocked, etc.), driven by [[Module:AbilityHints]]. It takes no parameters — membership comes from the same lists as the interaction tables.


Tab visibility rules:
Tab visibility rules:
Line 44: Line 42:
},
},
"interactions": {
"interactions": {
"description": "Wikitext for the Interactions tab. Use {{AbilityInteraction}} blocks.",
"description": "Wikitext for the Interactions tab. Use {{tl|AbilityInteraction}} blocks.",
"example": "{{AbilityInteraction | title = ... | text = ... }}",
"example": "{{AbilityInteraction | title = ... | text = ... }}",
"type": "string",
"type": "string",
Line 73: Line 71:
| interactions =
| interactions =
{{AbilityInteraction
{{AbilityInteraction
| type      = negative
| interaction = debuff resist
| iconfile  = Debuff Reducer.png
| link      = Debuff Reducer
| title    = Debuff Resist
| text      = Debuff Resist shortens duration of [[Movement Slow|move slow]] and accuracy debuff.
| text      = Debuff Resist shortens duration of [[Movement Slow|move slow]] and accuracy debuff.
}}
}}
Line 91: Line 86:
| interactions =
| interactions =
{{AbilityInteraction
{{AbilityInteraction
| type      = negative
| interaction = debuff resist
| iconfile  = Debuff Reducer.png
| text       = Debuff Resist shortens duration of [[Movement Slow|move slow]] and accuracy debuff.
| link      = Debuff Reducer
| title    = Debuff Resist
| text     = Debuff Resist shortens duration of [[Movement Slow|move slow]] and accuracy debuff.
}}
}}
}}
}}