Module:TAMNAMS: Difference between revisions
m Bugfix for hardness lookup; revert "hardness_names" back to "step_ratio(s)" |
Updated to shorter prefixes |
||
| Line 172: | Line 172: | ||
-- And abbrevs | -- And abbrevs | ||
p.mos_abbrevs = { | p.mos_abbrevs = { | ||
['1L 1s'] = ' | ['1L 1s'] = 'w', | ||
['2L 2s'] = 'bw', | ['2L 2s'] = 'bw', | ||
['1L 5s'] = ' | ['1L 5s'] = 'amk', | ||
['2L 4s'] = 'mal', | ['2L 4s'] = 'mal', | ||
['3L 3s'] = ' | ['3L 3s'] = 'tw', | ||
['4L 2s'] = 'cit', | ['4L 2s'] = 'cit', | ||
['5L 1s'] = ' | ['5L 1s'] = 'mk', | ||
['1L 6s'] = 'on', | ['1L 6s'] = 'on', | ||
['2L 5s'] = 'pel', | ['2L 5s'] = 'pel', | ||
| Line 184: | Line 184: | ||
['4L 3s'] = 'smi', | ['4L 3s'] = 'smi', | ||
['5L 2s'] = 'dia', | ['5L 2s'] = 'dia', | ||
['6L 1s'] = ' | ['6L 1s'] = 'arc', | ||
['1L 7s'] = ' | ['1L 7s'] = 'ap', | ||
['2L 6s'] = ' | ['2L 6s'] = 'sb', | ||
['3L 5s'] = 'chk', | ['3L 5s'] = 'chk', | ||
['4L 4s'] = 'ttw', | ['4L 4s'] = 'ttw', | ||
['5L 3s'] = 'onei', | ['5L 3s'] = 'onei', | ||
['6L 2s'] = 'ek', | ['6L 2s'] = 'ek', | ||
['7L 1s'] = ' | ['7L 1s'] = 'p', | ||
['1L 8s'] = 'ablu', | ['1L 8s'] = 'ablu', | ||
['2L 7s'] = ' | ['2L 7s'] = 'bz', | ||
['3L 6s'] = 'ch', | ['3L 6s'] = 'ch', | ||
['4L 5s'] = ' | ['4L 5s'] = 'gm', | ||
['5L 4s'] = ' | ['5L 4s'] = 'ct', | ||
['6L 3s'] = ' | ['6L 3s'] = 'hy', | ||
['7L 2s'] = 'arm', | ['7L 2s'] = 'arm', | ||
['8L 1s'] = 'blu', | ['8L 1s'] = 'blu', | ||
['1L 9s'] = 'asi', | ['1L 9s'] = 'asi', | ||
['2L 8s'] = ' | ['2L 8s'] = 'ja', | ||
['3L 7s'] = ' | ['3L 7s'] = 'sp', | ||
['4L 6s'] = ' | ['4L 6s'] = 'lm', | ||
['5L 5s'] = 'pw', | ['5L 5s'] = 'pw', | ||
['6L 4s'] = ' | ['6L 4s'] = 'le', | ||
['7L 3s'] = ' | ['7L 3s'] = 'di', | ||
['8L 2s'] = ' | ['8L 2s'] = 'ta', | ||
['9L 1s'] = 'si' | ['9L 1s'] = 'si' | ||
} | } | ||
| Line 226: | Line 226: | ||
-- And prefixes | -- And prefixes | ||
p.equave_agnostic_prefixes = { | p.equave_agnostic_prefixes = { | ||
['1L 1s'] = ' | ['1L 1s'] = 'trv', | ||
['1L 2s'] = ' | ['1L 2s'] = 'at', | ||
['2L 1s'] = ' | ['2L 1s'] = 't', | ||
['1L 3s'] = ' | ['1L 3s'] = 'att', | ||
['3L 1s'] = ' | ['3L 1s'] = 'tt', | ||
['1L 4s'] = ' | ['1L 4s'] = 'pd', | ||
['2L 3s'] = ' | ['2L 3s'] = 'pt', | ||
['3L 2s'] = ' | ['3L 2s'] = 'apt', | ||
['4L 1s'] = ' | ['4L 1s'] = 'mnu' | ||
} | } | ||
| Line 240: | Line 240: | ||
p.equave_agnostic_abbrevs = { | p.equave_agnostic_abbrevs = { | ||
['1L 1s'] = 'trv', | ['1L 1s'] = 'trv', | ||
['1L 2s'] = ' | ['1L 2s'] = 'at', | ||
['2L 1s'] = ' | ['2L 1s'] = 't', | ||
['1L 3s'] = 'att', | ['1L 3s'] = 'att', | ||
['3L 1s'] = 'tt', | ['3L 1s'] = 'tt', | ||
| Line 247: | Line 247: | ||
['2L 3s'] = 'pt', | ['2L 3s'] = 'pt', | ||
['3L 2s'] = 'apt', | ['3L 2s'] = 'apt', | ||
['4L 1s'] = ' | ['4L 1s'] = 'mnu' | ||
} | } | ||