Module:siwa-pron: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 9: Line 9:
}
}
local args = m_par.process(parent_args, params)
local args = m_par.process(parent_args, params)
local function separateSyllable(word)
trans=args
end


accent="(\''Aingo\'') "
accent="(\''Aingo\'') "
Line 22: Line 18:
local prefix = "[[w:IPA chart|IPA]]<sup>(" .. key_link .. ")</sup>:&#32;"
local prefix = "[[w:IPA chart|IPA]]<sup>(" .. key_link .. ")</sup>:&#32;"
trans = "<span style=\"font-size:110%;font-family:Gentium,'DejaVu Sans','Segoe UI',sans-serif>[" .. mw.title.getCurrentTitle().text .. "]</span>"
trans = "<span style=\"font-size:110%;font-family:Gentium,'DejaVu Sans','Segoe UI',sans-serif>[" .. args .. "]</span>"


output = accent..prefix..trans
output = accent..prefix..trans

Navigation menu