Module:TAMNAMS: Difference between revisions

Ganaram inukshuk (talk | contribs)
m Bugfix for hardness lookup; revert "hardness_names" back to "step_ratio(s)"
Ganaram inukshuk (talk | contribs)
Updated to shorter prefixes
Line 172: Line 172:
-- And abbrevs
-- And abbrevs
p.mos_abbrevs = {
p.mos_abbrevs = {
['1L 1s'] = 'wood',
['1L 1s'] = 'w',
['2L 2s'] = 'bw',
['2L 2s'] = 'bw',
['1L 5s'] = 'amech',
['1L 5s'] = 'amk',
['2L 4s'] = 'mal',
['2L 4s'] = 'mal',
['3L 3s'] = 'trw',
['3L 3s'] = 'tw',
['4L 2s'] = 'cit',
['4L 2s'] = 'cit',
['5L 1s'] = 'mech',
['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'] = 'arch',
['6L 1s'] = 'arc',
['1L 7s'] = 'apine',
['1L 7s'] = 'ap',
['2L 6s'] = 'subar',
['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'] = 'pine',
['7L 1s'] = 'p',
['1L 8s'] = 'ablu',
['1L 8s'] = 'ablu',
['2L 7s'] = 'bal',
['2L 7s'] = 'bz',
['3L 6s'] = 'ch',
['3L 6s'] = 'ch',
['4L 5s'] = 'gram',
['4L 5s'] = 'gm',
['5L 4s'] = 'cth',
['5L 4s'] = 'ct',
['6L 3s'] = 'hyru',
['6L 3s'] = 'hy',
['7L 2s'] = 'arm',
['7L 2s'] = 'arm',
['8L 1s'] = 'blu',
['8L 1s'] = 'blu',
['1L 9s'] = 'asi',
['1L 9s'] = 'asi',
['2L 8s'] = 'jar',
['2L 8s'] = 'ja',
['3L 7s'] = 'seph',
['3L 7s'] = 'sp',
['4L 6s'] = 'lime',
['4L 6s'] = 'lm',
['5L 5s'] = 'pw',
['5L 5s'] = 'pw',
['6L 4s'] = 'lem',
['6L 4s'] = 'le',
['7L 3s'] = 'dico',
['7L 3s'] = 'di',
['8L 2s'] = 'tar',
['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'] = 'triv',
['1L 1s'] = 'trv',
['1L 2s'] = 'atri',
['1L 2s'] = 'at',
['2L 1s'] = 'tri',
['2L 1s'] = 't',
['1L 3s'] = 'atetra',
['1L 3s'] = 'att',
['3L 1s'] = 'tetra',
['3L 1s'] = 'tt',
['1L 4s'] = 'ped',
['1L 4s'] = 'pd',
['2L 3s'] = 'pent',
['2L 3s'] = 'pt',
['3L 2s'] = 'apent',
['3L 2s'] = 'apt',
['4L 1s'] = 'manu'
['4L 1s'] = 'mnu'
}
}


Line 240: Line 240:
p.equave_agnostic_abbrevs = {
p.equave_agnostic_abbrevs = {
['1L 1s'] = 'trv',
['1L 1s'] = 'trv',
['1L 2s'] = 'atri',
['1L 2s'] = 'at',
['2L 1s'] = 'tri',
['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'] = 'manu'
['4L 1s'] = 'mnu'
}
}