Module:Infobox AFDO: Difference between revisions

CompactStar (talk | contribs)
No edit summary
CompactStar (talk | contribs)
No edit summary
Line 8: Line 8:
local stepnum = tonumber(steps)
local stepnum = tonumber(steps)
local dualfifth = stepnum % 2 == 1
local dualfifth = stepnum % 2 == 1
local fifth = math.ceil(steps/2)
local fifth = steps+math.ceil(steps/2)
local infobox_data = {}
local infobox_data = {}