Module:BiologicalAgeBiomarkers: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 19: Line 19:
         wikitable = wikitable .. sep
         wikitable = wikitable .. sep
         sep = '|-\n'
         sep = '|-\n'
         wikitable = wikitable .. '! colspan="2" | ' .. row.name .. '\n'
         wikitable = wikitable .. '! colspan="3" | ' .. row.name .. '\n'
         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'
wikitable = wikitable .. '! ' .. p.template(frame, "VerticalText", cellValue) .. '\n'
         end
         end
end
end