Editing Template:AbilityTableGive 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 1: | Line 1: | ||
<includeonly><templatestyles src="AbilityTable/styles.css" />{{#invoke:AbilityTable| | <includeonly><templatestyles src="AbilityTable/styles.css" />{{#invoke:AbilityTable|abilityPropTable|{{{1|}}}}}</includeonly><noinclude> | ||
Renders a sortable table of all abilities that have the named stat. | |||
== Usage == | |||
<pre>{{AbilityTable|charges}}</pre> | |||
== Parameters == | |||
; 1 : The stat name. Must match a key in [[Module:AbilityTables|the stat_to_props table]]. | |||
== See also == | |||
* [[Template:ItemPropTable]] — equivalent template for items | |||
* [[Module:AbilityTables]] — backing module | |||
* [[Module:GameData]] — shared data-loading framework | |||
[[Category:Ability templates]] | |||
</noinclude> | |||