Module:BiologicalAgeBiomarkers: Difference between revisions

no edit summary
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 ""
wikitable = wikitable .. '! ' .. p.template(frame, "VerticalText", cellValue) .. '\n'
            if (row.rotate) then
cellValue = p.template(frame, "VerticalText", cellValue)
else
end
wikitable = wikitable .. '! ' .. cellValue .. '\n'
         end
         end
end
end