local export = local mapping = ;
-- translit any words or phrasesfunction export.tr(text, lang, sc) text = mw.ustring.gsub(text, '([F12])', function(c) return mapping[c] end) return textend return export
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/Aftabuzzaman/Test".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.