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