Module:KnightMiner/Sandbox - minecraft.fandom.com

Jump to navigation Jump to search
Treść tej podstrony pochodzi z artykułu „Module:KnightMiner/Sandbox” w domenie minecraft.fandom.com na licencji CC BY-NC-SA 3.0
[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