module:KnightMiner/Sandbox

Jump to navigation Jump to search

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] [refresh]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