Jump to content

Module:Module wikitext/demo

From Wikipedia, the free encyclopedia

require("Module:Module wikitext/sandbox"):addText("This is a demo page"):newLine()

local p = {}

p.main = function(frame)
	return "foo"
end

return package.loaded["Module:Module wikitext/sandbox"].wrapper(p)