Module:Infobox RT: Difference between revisions

No edit summary
testing out ploidnum
Line 167: Line 167:
end
end
suffix = p.num2greek(tostring(cot), "cot") .. suffix
suffix = p.num2greek(tostring(cot), "cot") .. suffix
local ploidnum = tostring(math.log(tonumber(equave))/tonumber(ploid))
-- edo join
-- edo join
Line 186: Line 188:
table.insert(data, {
table.insert(data, {
"Ploidacot",
"Ploidacot",
ploidacot .. suffix
ploidnum .. suffix
})
})