Module:Ka-translit explained
local p =
local ISO_9984 = ;
--currentlocal national_system = ;
function p.tr(frame) text = frame.args[1] if text
nil or text
"" or mw.ustring.find(text, "[Ⴀ-ჼ]")
nil then return '
Please place Georgian text in the first parameter of .' else return (mw.ustring.gsub(text, '.', national_system)) endend
return p