45,647
edits
No edit summary |
No edit summary |
||
Line 287: | Line 287: | ||
ipa = ipa .. line_format(separate_word(term, false, false, true), {args.dia or 'Western'}) | ipa = ipa .. line_format(separate_word(term, false, false, true), {args.dia or 'Western'}) | ||
if mw.title.getCurrentTitle().nsText ~= 'Template' then | if mw.title.getCurrentTitle().nsText ~= 'Template' then | ||
table.insert(categories, "Western Siwa | table.insert(categories, "Western Siwa terms") | ||
table.insert(categories, "Siwa | table.insert(categories, "Siwa terms with Western IPA pronunciation") | ||
end | end | ||
elseif detect_dialect(term) == "e" then | elseif detect_dialect(term) == "e" then | ||
Line 294: | Line 294: | ||
ipa = ipa .. line_format(separate_word(term, false, true, false), {args.dia or 'Eastern'}) | ipa = ipa .. line_format(separate_word(term, false, true, false), {args.dia or 'Eastern'}) | ||
if mw.title.getCurrentTitle().nsText ~= 'Template' then | if mw.title.getCurrentTitle().nsText ~= 'Template' then | ||
table.insert(categories, "Eastern Siwa | table.insert(categories, "Eastern Siwa terms") | ||
table.insert(categories, "Siwa | table.insert(categories, "Siwa terms with Eastern IPA pronunciation") | ||
end | end | ||
elseif args.a then | elseif args.a then | ||
Line 307: | Line 307: | ||
ipa = ipa .. line_format(separate_word(term, true, true, false), {args.dia or 'Eastern'}) | ipa = ipa .. line_format(separate_word(term, true, true, false), {args.dia or 'Eastern'}) | ||
if mw.title.getCurrentTitle().nsText ~= 'Template' then | if mw.title.getCurrentTitle().nsText ~= 'Template' then | ||
table.insert(categories, "Siwa | table.insert(categories, "Siwa terms with Eastern IPA pronunciation") | ||
end | end | ||
end | end | ||
Line 321: | Line 321: | ||
end | end | ||
if mw.title.getCurrentTitle().nsText ~= 'Template' then | if mw.title.getCurrentTitle().nsText ~= 'Template' then | ||
table.insert(categories, "Siwa | table.insert(categories, "Siwa terms with Western IPA pronunciation") | ||
end | end | ||
end | end |