318
edits
mNo edit summary |
mNo edit summary |
||
Line 21: | Line 21: | ||
local hideDungeons = excludeDungeons ~= nil and excludeDungeons or false | local hideDungeons = excludeDungeons ~= nil and excludeDungeons or false | ||
local tableParts = {} | local tableParts = {} | ||
table.insert(tableParts, '{| class="wikitable sortable stickyHeader"') | table.insert(tableParts, '{| class="wikitable sortable stickyHeader" style="width: 100%;"') | ||
table.insert(tableParts, '\r\n|- class="headerRow-1"\r\n!Monster !!Name ') | table.insert(tableParts, '\r\n|- class="headerRow-1"\r\n!Monster !!Name ') |
edits