Module:Skill List/Header: Difference between revisions

Jump to navigation Jump to search
no edit summary
mNo edit summary
No edit summary
Line 27: Line 27:
}
}
local usedColumns = ""
local usedColumns = ""
for columnId, columnLabel in ipairs(possibleColumns) do
for columnId, columnLabel in pairs(possibleColumns) do
if getSkill.skill[exampleSkill][columnId] then
if getSkill.skill[exampleSkill][columnId] then
usedColumns = usedColumns .. "! " .. columnLabel .. "\n"
usedColumns = usedColumns .. "! " .. columnLabel .. "\n"

Navigation menu