Module:MOS intervals: Difference between revisions
mNo edit summary |
Reverting changes (footnotes didn't work) |
||
| Line 8: | Line 8: | ||
-- TODO: | -- TODO: | ||
-- - Convert | -- - Convert tooltips to footnotes... somehow | ||
-- Main function; to be called by wrapper | -- Main function; to be called by wrapper | ||
| Line 36: | Line 36: | ||
result = result .. '|+ Intervals of ' .. scale_sig .. '\n' | result = result .. '|+ Intervals of ' .. scale_sig .. '\n' | ||
result = result .. '! colspan="3" | Intervals\n' | result = result .. '! colspan="3" | Intervals\n' | ||
result = result .. '! rowspan="2" | | result = result .. '! rowspan="2" | <abbr title="The number of large and small steps the interval spans.">Steps subtended</abbr>\n' | ||
result = result .. '! rowspan="2" | Range in cents\n' | result = result .. '! rowspan="2" | Range in cents\n' | ||
result = result .. '|-\n' | result = result .. '|-\n' | ||
result = result .. '! | result = result .. '! <abbr title="A mos interval denoted solely by the number of steps it subtends.">Generic</abbr>\n' | ||
result = result .. '! | 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 .. '! | result = result .. '! <abbr title="The abbreviated form of the interval. The abbreviation can be further shortened to 'ms' if context allows.">Abbrev.</abbr>\n' | ||
-- Write each row | -- Write each row | ||
| Line 92: | Line 92: | ||
result = result .. "|}" | result = result .. "|}" | ||
return result | return result | ||