Documentation for this module may be created at Module:Sandbox/User:Artoire/1/doc
return { main = function() mw.x = (mw.x or 0) + 1 return tostring(mw.x) end }