45,640
edits
No edit summary |
No edit summary |
||
Line 81: | Line 81: | ||
table.insert(IPA, term) | table.insert(IPA, term) | ||
if find(term, "·") then | --[[if find(term, "·") then | ||
morphemes = {} | morphemes = {} | ||
morphemes = mw.text.split(term, "·") | morphemes = mw.text.split(term, "·") | ||
Line 87: | Line 87: | ||
print(morphemes[morpheme]) | print(morphemes[morpheme]) | ||
end | end | ||
end | end]] | ||
IPA = table.concat(IPA) | IPA = table.concat(IPA) |