Module:MOS intro: Difference between revisions
Reworded output, added links |
mNo edit summary |
||
| Line 54: | Line 54: | ||
intro = intro .. " repating every " | intro = intro .. " repating every " | ||
elseif n == 2 then | elseif n == 2 then | ||
intro = intro .. " with a pattern of " .. x .. " large steps and " .. y " small steps that repeats twice every " | intro = intro .. " with a pattern of " .. x .. " large steps and " .. y .. " small steps that repeats twice every " | ||
else | else | ||
intro = intro .. " with a pattern of " .. x .. " large steps and " .. y " small steps that repeats " .. n .. " times every " | intro = intro .. " with a pattern of " .. x .. " large steps and " .. y .. " small steps that repeats " .. n .. " times every " | ||
end | end | ||