Documentation for this module may be created at Module:Sandbox/Spacing form/doc
-- -- Verifying a claim in the documentation -- local p = {} p.test = function() local s = "" for k in pairs(mw.ustring) do s = s .. k .. "\n" end return s end return p