Module:MOS intro: Difference between revisions

Ganaram inukshuk (talk | contribs)
m Fixed error with links and link text
Ganaram inukshuk (talk | contribs)
m Fixed error with octave-equivalence link
Line 98: Line 98:
-- Is the scale nonoctave?
-- Is the scale nonoctave?
if equave_in_cents == 1200 then
if equave_in_cents == 1200 then
sentence = sentence .. string.format("an [[octave-equivalent|octave equivalence]] [[moment of symmetry]] scale")
sentence = sentence .. string.format("an [[octave equivalence|octave-equivalent]] [[moment of symmetry]] scale")
else
else
sentence = sentence .. string.format("a [[non-octave]], [[%s]]-equivalent [[moment_of_symmetry]] scale", equave_as_ratio)
sentence = sentence .. string.format("a [[non-octave]], [[%s]]-equivalent [[moment_of_symmetry]] scale", equave_as_ratio)