Jump to content

Module:BiologicalAgeBiomarkers: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 24: Line 24:
     for i, row in ipairs(rows) do
     for i, row in ipairs(rows) do
         wikitable = wikitable .. '|-\n'
         wikitable = wikitable .. '|-\n'
         wikitable = wikitable .. '! ' .. row.name .. ' !! ' .. ''
         wikitable = wikitable .. '! ' .. row.name .. '\n'
wikitable = wikitable .. '!\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)
wikitable = wikitable .. '! ' .. p.template(frame, "VerticalText", cellValue) .. '\n'
         end
         end
wikitable = wikitable .. '\n'
end
end


Cookies help us deliver our services. By using our services, you agree to our use of cookies.