Module:ModifierTables: Difference between revisions

_getModifierTable: Amend Agility pillar links to use anchors
(I believe I have poked agility obstacles to properly link to where they are on the page)
(_getModifierTable: Amend Agility pillar links to use anchors)
Line 356: Line 356:
local row = {}
local row = {}
row.name = pillar.name
row.name = pillar.name
row.icon = Icons.Icon({'Agility', pillar.name, type='skill'})
row.icon = Icons.Icon({'Agility%23'..string.gsub(pillar.name, ' ', ''), pillar.name, type='skill', img='Agility'})
row.expIcon = Icons.getExpansionIcon(pillar.id)
row.expIcon = Icons.getExpansionIcon(pillar.id)
row.type = '[[Agility#Passive Pillars|Agility Pillar]]'
row.type = '[[Agility#Passive Pillars|Agility Pillar]]'