2,851
edits
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
for _, study in ipairs(studies) do | for _, study in ipairs(studies) do | ||
local cellValue = study[row.key] or "" | local cellValue = study[row.key] or "" | ||
wikitable = wikitable .. ' | wikitable = wikitable .. '| ' .. p.template(frame, "VerticalText", cellValue) .. '\n' | ||
end | end | ||
end | end |