View source for Module:IPA symbol
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local p, __output, args, data = {}, {}, {}, mw.loadData("Module:IPA symbol/data")
local id, output
__output.name = function() return data.correspondences[id]["name"] end
__output.wikipage = function() return data.correspondences[id]["wikipage"] end
__output.soundfile = function() return data.correspondences[id]["soundfile"] end
__output.type = function() return data.correspondences[id]["type"] end
local function html_error(message)
if args.custom_error then
return args.custom_error
else
return mw.ustring.format(
'<strong class="error">Error using {{[[Template:IPA symbol|IPA symbol]]}}: %s%s</strong>'
,message
,mw.title.getCurrentTitle().isContentPage and ("[[Category:International Phonetic Alphabet pages needing attention|" .. (args[1] or "") .. "]]") or ""
)
end
end
function p.main(frame)
000
1:0
Template used on this page:
Return to Module:IPA symbol.