Module:MOS intro: Difference between revisions

Ganaram inukshuk (talk | contribs)
mNo edit summary
Ganaram inukshuk (talk | contribs)
Rewording
Line 48: Line 48:
-- Add the step counts per period
-- Add the step counts per period
intro = intro .. nL .. " small steps and " .. ns .. " small steps,"
intro = intro .. nL .. " large steps and " .. ns .. " small steps,"
-- Add the number of repetitions
-- Add the number of repetitions
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 period 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 period of " .. x .. " large steps and " .. y .. " small steps that repeats " .. n .. " times every "
end
end
Line 70: Line 70:
intro = intro .. ". "
intro = intro .. ". "
else
else
intro = intro .. ", or every period of " .. period_in_cents .. "¢. "
intro = intro .. ", or every " .. period_in_cents .. "¢. "
end
end