Minecraft Wiki
Advertisement
[view | edit | history | purge]DocumentationJump to code ↴

This is a module for KnightMiner to test bits of lua code, since modules are required to be in the module namespace.

Do not use this module in the main namespaces, as its contents will change at any time without warning.


[view | edit | history | purge]The above documentation is transcluded from Module:KnightMiner/Sandbox/doc.
local p = {}
function p.test( f )
	return f:callParserFunction('REVISIONTIMESTAMP', f:callParserFunction('FULLPAGENAME', ''))
end
return p
Advertisement