Module:MOS intervals: Difference between revisions

Ganaram inukshuk (talk | contribs)
Custom prefixes are used for both the prefix and abbrev, unless a separate abbrev is entered.
Ganaram inukshuk (talk | contribs)
Trying footnotes again
Line 39: Line 39:
result = result .. '! rowspan="2" | Range in cents\n'
result = result .. '! rowspan="2" | Range in cents\n'
result = result .. '|-\n'
result = result .. '|-\n'
result = result .. '! <abbr title="A mos interval denoted solely by the number of steps it subtends.">Generic</abbr>\n'
result = result .. '! Generic<sup>[[#mosstep-1|[1]]]</sup>\n'
result = result .. '! <abbr title="A mos interval denoted by the large and small steps it subtends. More large steps makes it major or augmented; more small steps makes it minor or diminished.">Specific</abbr>\n'
result = result .. '! Specific<sup>[[#mosstep-2|[1]]]</sup>\n'
result = result .. '! <abbr title="The abbreviated form of the interval. The abbreviation can be further shortened to &#39;ms&#39; if context allows.">Abbrev.</abbr>\n'
result = result .. '! Abbrev.<sup>[[#mosstep-3|[1]]]</sup>\n'
-- Write each row
-- Write each row
Line 92: Line 92:
result = result .. "|}"
result = result .. "|}"
result = result .. '# <span id="mosteps-1">A mos interval denoted solely by the number of steps it subtends.</span>\n'
result = result .. '# <span id="mosteps-2">A mos interval denoted by the large and small steps it subtends. More large steps makes it major or augmented; more small steps makes it minor or diminished.</span>\n'
result = result .. '# <span id="mosteps-3">The abbreviated form of the interval. The abbreviation can be further shortened to &#39;ms&#39; if context allows.</span>\n'
return result
return result