View source for Module:BiologicalAgeBiomarkers
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
local p = {}
local data = require('Module:BiologicalAgeBiomarkers/Data')
local biomarkers = data.biomarkers
local rows = data.rows
local studies = data.studies
function p.template(frame, name, arg)
return frame:expandTemplate({title = name, args = { arg }})
end
function p.createCrossTable(frame)
-- Start of the wiki table
local wikitable = '{| class="wikitable sortable"\n'
-- Column headers: Biomarker and System
wikitable = wikitable .. '! colspan="2" | Sort !! '
for _, study in pairs(studies) do
wikitable = wikitable .. ' !! '
000
1:0
Template used on this page:
Return to Module:BiologicalAgeBiomarkers.