Module:MonsterVariantsTable: Difference between revisions
m
Spaces to tabs
(Fix unlock_level logic for when it's N/A. Use plinkt styling. Align levels to the right.) |
m (Spaces to tabs) |
||
Line 19:
function p._main(variant)
}▼
return ":''No variants found for "..variant.."''"
end
end
Line 60:
function p.sort_by_combat(data)
end
Line 87:
:done()
:done()
return tbl
end
Line 99:
:th('Combat level'):done()
:done()
for _, entry in ipairs(results) do
out = p.insert_row(out, entry)
end
return out
end
|