View source for Module:IPA
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local export = {}
local params = {
[1] = {},
[2] = {list = true},
nolarge = {type = "boolean"},
linked = {type = "boolean"},
nopre = {alias = "noprefix"},
noprefix = {type = "boolean"},
}
function export.show(frame)
local args = require("Module:parameters").process(frame:getParent().args, params)
local language = require("Module:languages").get_by_code(args[1])
if language == nil then
error("No such language: " .. args[1])
end
local language_pron = "Appendix:" .. language.name .. "_pronunciation"
out = ""
if not args["noprefix"] then
out = out .. "[[w:International_Phonetic_Alphabet|IPA]]"
000
1:0
Templates used on this page:
Return to Module:IPA.