Editing Template:AbilityInteraction/docGive feedback
Jump to navigation
Jump to search
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 24: | Line 24: | ||
}, | }, | ||
"state": { | "state": { | ||
"description": "Omit when the interaction applies normally. Use partial when it applies only in part, disabled when it does not apply at all | "description": "Omit when the interaction applies normally. Use partial when it applies only in part, or disabled when it does not apply at all.", | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ "partial", "disabled | "suggestedvalues": [ "partial", "disabled" ] | ||
} | } | ||
}, | }, | ||
| Line 40: | Line 40: | ||
<pre> | <pre> | ||
{{AbilityInteraction | {{AbilityInteraction | ||
| interaction = | | interaction = dispel | ||
| text = | | text = | ||
* Any dispel immediately "drops" the target off the cart. | |||
}} | }} | ||
</pre> | </pre> | ||
{{AbilityInteraction | {{AbilityInteraction | ||
| interaction = | | interaction = dispel | ||
| text = | | text = | ||
* Any dispel immediately "drops" the target off the cart. | |||
}} | }} | ||
| Line 85: | Line 70: | ||
}} | }} | ||
=== | === Interaction that does not apply === | ||
<pre> | <pre> | ||
| Line 109: | Line 94: | ||
Add an entry to the {{code|REGISTRY}} table at the top of [[Module:AbilityInteraction]]. An entry should contain {{code|title}}, {{code|type}}, {{code|iconfile}}, and {{code|link}}, which pass down to the underlying {{tl|IconBox}}. The {{code|aliases}} just specifies different ways to write an interaction. | Add an entry to the {{code|REGISTRY}} table at the top of [[Module:AbilityInteraction]]. An entry should contain {{code|title}}, {{code|type}}, {{code|iconfile}}, and {{code|link}}, which pass down to the underlying {{tl|IconBox}}. The {{code|aliases}} just specifies different ways to write an interaction. | ||
<noinclude>[[Category:Template documentation]]</noinclude> | <noinclude>[[Category:Template documentation]]</noinclude> | ||