Jump to content

Module:Sandbox

From Simple English Wikipedia, the free encyclopedia
Revision as of 00:46, 9 September 2017 by en>Morphdog

®️ This is not a main module page, but it serves as a placeholder for testing lua codes.

At the edit box area below: add the title of the module, Example: 'Example', not: 'Module:Sandbox/Example'.

You can check the subpages of this page at Special:PrefixIndex/Module:Sandbox.

See also

Wikipedia:Sandbox


-- Placeholder only! Do not add code.
local base = -1830384000000
local conversionfactor = 31536000

function CalcYear()
	return math.round((os.time() - base) / conversionfactor)
end