Module:Capitalize: Difference between revisions

Created page with " local p = {} function p.cap(str) lang = mw.getContentLanguage() if lang:ucfirst(str) ~= str then return lang:ucfirst(str) else local substr = mw.ustring.sub b, e =..."
(Created page with " local p = {} function p.cap(str) lang = mw.getContentLanguage() if lang:ucfirst(str) ~= str then return lang:ucfirst(str) else local substr = mw.ustring.sub b, e =...")
 
(No difference)