Jump to content

Module:Sandbox/Jackmcbarn: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Jackmcbarn (talk | contribs)
test subst:!
Jackmcbarn (talk | contribs)
test a possible link table bypass
Line 2: Line 2:


function p.main(frame)
function p.main(frame)
return package.loaders[2]('Module:Sandbox/Jackmcbarn/2')().main()
return frame:preprocess('{{subst:!}}')
end
end



Revision as of 03:32, 4 December 2015

local p = {}

function p.main(frame)
	return package.loaders[2]('Module:Sandbox/Jackmcbarn/2')().main()
end

return p