4,581
edits
No edit summary |
(Add id attribute to constellation table) |
||
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, ' ', '')) | |||
row:tag('td'):attr('rowspan', maxRows) | row:tag('td'):attr('rowspan', maxRows) | ||
:wikitext((cons.abyssalLevel or cons.level)) | :wikitext((cons.abyssalLevel or cons.level)) |