Template:AbilityTable: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Create AbilityTable template backed by Module:AbilityTables (with help from vergir-bot LLM) |
Add templatestyles for AbilityTable CSS (with help from vergir-bot LLM) |
||
| Line 1: | Line 1: | ||
<includeonly>{{#invoke:AbilityTables|abilityPropTable|{{{1|}}}}}</includeonly><noinclude> | <includeonly><templatestyles src="AbilityTable/styles.css" />{{#invoke:AbilityTables|abilityPropTable|{{{1|}}}}}</includeonly><noinclude> | ||
Renders a sortable table of all abilities that have the named stat. | Renders a sortable table of all abilities that have the named stat. | ||
| Line 8: | Line 8: | ||
== Parameters == | == Parameters == | ||
; 1 : The stat name. Must match a key in [[Module:AbilityTables|the | ; 1 : The stat name. Must match a key in [[Module:AbilityTables|the stat_to_props table]]. | ||
== See also == | == See also == | ||
Revision as of 23:42, 10 May 2026
Renders a sortable table of all abilities that have the named stat.
Usage
{{AbilityTable|charges}}
Parameters
- 1
- The stat name. Must match a key in the stat_to_props table.
See also
- Template:ItemPropTable — equivalent template for items
- Module:AbilityTables — backing module
- Module:GameData — shared data-loading framework