Jump to content

Module:BiologicalAgeBiomarkers: Difference between revisions

no edit summary
No edit summary
Tag: Manual revert
No edit summary
Line 12: Line 12:


function p.createCrossTable(frame)
function p.createCrossTable(frame)
    for _, study in ipairs(studies) do
    local count = 0
for _ in pairs(study.biomarkers) do
count = count + 1
end
    study.count = count
end
     -- Start of the wiki table
     -- Start of the wiki table
     local wikitable = '{| class="wikitable sortable"\n'
     local wikitable = '{| class="wikitable sortable"\n'
Cookies help us deliver our services. By using our services, you agree to our use of cookies.