Jump to content

Module:BiologicalAgeBiomarkers: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 193: Line 193:
         for _, study in ipairs(studies) do
         for _, study in ipairs(studies) do
             -- Retrieve data value for the current cell, using the nested structure
             -- Retrieve data value for the current cell, using the nested structure
             local cellValue = study.data[bm.key] or ""
             local cellValue = study.biomarkers[bm.key] or ""
             wikitable = wikitable .. ' || ' .. cellValue
             wikitable = wikitable .. ' || ' .. cellValue
         end
         end
Cookies help us deliver our services. By using our services, you agree to our use of cookies.