Module:ModifierTables/Sandbox: Difference between revisions

no edit summary
No edit summary
Tag: Manual revert
No edit summary
Line 295: Line 295:
    local row = {}
    local row = {}
    row.name = node.name
    row.name = node.name
    row.icon = Icons.Icon({'SkillTree%23'..string.gsub(node.name, ' ', ''), node.name, type='skill', img='SkillTree'})
    row.icon = Icons.Icon({'Skill Tree'..string.gsub(node.name, ' ', ''), node.name, type='skill', img='Skill Tree'})
    row.expIcon = Icons.getDLCColumnIcon(node.id)
    row.expIcon = Icons.getDLCColumnIcon(node.id)
    row.expSort = Icons.getExpansionID(node.id)
    row.expSort = Icons.getExpansionID(node.id)
    row.type = 'Skill Tree Node'
    row.type = '[[Skill Tree|Skill Tree Node]]'
    row.typeText = 'Skill Tree Node'
    row.typeText = 'Skill Tree Node'
393

edits