Minecraft Wiki
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
[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