4,683
edits
m (Add ID attribute to fishing area tables) |
m (Add ID attribute to Thieving area table) |
||
Line 858: | Line 858: | ||
local row = root:tag('tr') | local row = root:tag('tr') | ||
row:tag('td'):wikitext(area.name) | row:tag('td'):wikitext(area.name) | ||
:attr('id', area.name) | |||
row:tag('td'):wikitext(minLevel) | row:tag('td'):wikitext(minLevel) | ||
:css('text-align', 'center') | :css('text-align', 'center') |