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.sprite (f)
	return '<span class="sprite" style="background-image:{{FileUrl|CommentSprite.png}};background-position:-16px -16px;width:16px;height:16px><br></span>'
end

return p
Advertisement