Module:snon-translit: Difference between revisions

From Linguifex
Jump to navigation Jump to search
Melinoë (talk | contribs)
Created page with "local export = {} local tt = { ["s"]='ꞅ', ["r"]='ꞃ', }; function export.tr(text, lang, sc) text = mw.ustring.gsub(text, '.', tt) return text end return export"
 
Melinoë (talk | contribs)
Blanked the page
Tag: Blanking
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
local export = {}
local tt = {
["s"]='ꞅ', ["r"]='ꞃ',
};


function export.tr(text, lang, sc)
text = mw.ustring.gsub(text, '.', tt)
return text
end
return export

Latest revision as of 19:19, 8 April 2026

Documentation for this module may be created at Module:snon-translit/doc