Anonymous

Module:Skills/Gathering: Difference between revisions

From Melvor Idle
m
Removed space from constellation ID attribute since redirects are in this format
(Add id attribute to constellation table)
m (Removed space from constellation ID attribute since redirects are in this format)
Line 1,230: Line 1,230:
                 row:tag('td'):attr('rowspan', maxRows)
                 row:tag('td'):attr('rowspan', maxRows)
                 :wikitext(name)
                 :wikitext(name)
                 :attr('id', string.gsub(name, ' ', ''))
                 :attr('id', name)
                 row:tag('td'):attr('rowspan', maxRows)
                 row:tag('td'):attr('rowspan', maxRows)
                 :wikitext((cons.abyssalLevel or cons.level))
                 :wikitext((cons.abyssalLevel or cons.level))