local i = {} function i.RemoveSpaces(frame) local txt = frame.args[1]; txt = mw.ustring.gsub(txt, ' ', ''); return txt; end return i;