Module:MOS: Difference between revisions
No edit summary |
Added TAMNAMS prefixes for 2/1-equivalent mosses. |
||
| Line 42: | Line 42: | ||
['8L 2s'] = 'taric', | ['8L 2s'] = 'taric', | ||
['9L 1s'] = 'sinatonic' | ['9L 1s'] = 'sinatonic' | ||
} | |||
p.tamnams_prefix = { -- Only mosses with 2/1-equave names in TAMNAMS | |||
['1L 1s'] = 'monwd- (abbr. wood)', | |||
['2L 2s'] = 'biwd- (abbr. bw)', | |||
['1L 5s'] = 'amech-', | |||
['2L 4s'] = 'mal-', | |||
['3L 3s'] = 'triwd- (abbr. trw)', | |||
['4L 2s'] = 'citro- (abbr. cit)', | |||
['5L 1s'] = 'mech-', | |||
['1L 6s'] = 'on-', | |||
['2L 5s'] = 'pel-', | |||
['3L 4s'] = 'mosh-', | |||
['4L 3s'] = 'smi-', | |||
['5L 2s'] = 'dia-', | |||
['6L 1s'] = 'arch-', | |||
['1L 7s'] = 'apine-', | |||
['2L 6s'] = 'subar-', | |||
['3L 5s'] = 'check- (abbr. chk)', | |||
['4L 4s'] = 'tetrawd- (abbr. ttw)', | |||
['5L 3s'] = 'oneiro- (abbr. onei)', | |||
['6L 2s'] = 'ek-', | |||
['7L 1s'] = 'pine-', | |||
['1L 8s'] = 'ablu-', | |||
['2L 7s'] = 'bal-', | |||
['3L 6s'] = 'cher- (abbr. ch)', | |||
['4L 5s'] = 'gram-', | |||
['5L 4s'] = 'cthon- (abbr. cth)', | |||
['6L 3s'] = 'hyru-', | |||
['7L 2s'] = 'arm-', | |||
['8L 1s'] = 'blu-', | |||
['1L 9s'] = 'asina- (abbr. asi)', | |||
['2L 8s'] = 'jar-', | |||
['3L 7s'] = 'seph-', | |||
['4L 6s'] = 'lime-', | |||
['5L 5s'] = 'pentawd- (abbr. pw)', | |||
['6L 4s'] = 'lem-', | |||
['7L 3s'] = 'dico-', | |||
['8L 2s'] = 'tar-', | |||
['9L 1s'] = 'sina- (abbr. si)' | |||
} | } | ||
function table_invert(t) | function table_invert(t) | ||