Module:MOS intro: Difference between revisions
Added TAMNAMS name lookup and support for entering names outside of TAMNAMS |
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 " .. | 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 .. | intro = intro .. y .. " small steps " | ||
end | end | ||
if n == 2 then | if n == 2 then | ||