Anonymous

Module:Skills/Gathering: Difference between revisions

From Melvor Idle
m
Replaced Thieving npc.name link with an icon link
m (Add ID attribute to Thieving area table)
m (Replaced Thieving npc.name link with an icon link)
 
Line 759: Line 759:
         row:tag('td'):wikitext(Icons.Icon({npc.name, type='thieving', notext=true}))
         row:tag('td'):wikitext(Icons.Icon({npc.name, type='thieving', notext=true}))
         row:tag('td'):attr('data-sort-value', npc.name)
         row:tag('td'):attr('data-sort-value', npc.name)
             :wikitext('[[' .. npc.name .. ']]')
             :wikitext(Icons.Icon({npc.name, type='thieving', noicon=true}))
         row:tag('td'):wikitext(area.name)
         row:tag('td'):wikitext(area.name)
         row:tag('td'):wikitext(level)
         row:tag('td'):wikitext(level)