Module:siwa-pron/testcases: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:


local function linkup(text)
local function linkup(text)
if not gmatch(text, "·") and gmatch(text, "%u") then
if not mw.ustring.gmatch(text, "·") and mw.ustring.gmatch(text, "%u") then
text=text
text=text
else text=mw.ustring.lower(text) end
else text=mw.ustring.lower(text) end