Module:MOS intro: Difference between revisions

Ganaram inukshuk (talk | contribs)
Added TAMNAMS name lookup and support for entering names outside of TAMNAMS
Ganaram inukshuk (talk | contribs)
Corrected step count output for multi-period mosses
Line 110: Line 110:
intro = intro .. " with a period of 1 large step and "
intro = intro .. " with a period of 1 large step and "
else
else
intro = intro .. " with a period of " .. n .. " large steps and "
intro = intro .. " with a period of " .. x .. " large steps and "
end
end
if y == 1 then
if y == 1 then
intro = intro .. "1 small step "
intro = intro .. "1 small step "
else
else
intro = intro .. n .. " small steps "
intro = intro .. y .. " small steps "
end
end
if n == 2 then
if n == 2 then