Module:Sandbox/User:Artoire/1

From Brighter Shores Wiki
Revision as of 14:24, 16 December 2024 by Artoire (talk | contribs) (Created page with "return { main = function() mw.x = (mw.x or 0) + 1 return tostring(mw.x) end }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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
}