local p = {} function p.removeSpaces(frame) local name = frame.args[1] return mw.ustring.gsub(name, " ", "") end return p