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

Welcome to my module sandbox.

This is a sandbox that can be used to test module-related things.

Since it is a sandbox, do not invoke it outside of sandboxes, nor should it be edited by other users.

[view | edit | history | purge]The above documentation is transcluded from Module:Blobs2/Sandbox/doc.
local p = {}
function p.check (f)
	local result = ''
	if not mw.isSubsting() then
		result = '[[Category:Pages with templates requiring substitution]]'
	end
	return result
end

return p
Advertisement