Module:anui-pron: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 113: Line 113:
function export.show(frame)
function export.show(frame)
local params = {
local params = {
[1] = {default = mw.title.getCurrentTitle().nsText == 'Template' and "ǂA Ṇṵĩ" or mw.title.getCurrentTitle().text},
[1] = { default = mw.title.getCurrentTitle().nsText == 'Template' and "ǂA Ṇṵĩ" or mw.title.getCurrentTitle().text },
}
}
local args = require("Module:parameters").process(frame:getParent().args, params)
local args = require("Module:parameters").process(frame:getParent().args, params)
Line 119: Line 119:
local ipa = "* "
local ipa = "* "
ipa = ipa .. export.crux(term)
ipa = ipa .. line_format(separate_word(term, false, true, false))
end
end


return export
return export