Module:Sandbox/Jackmcbarn

This is an old revision of this page, as edited by Jackmcbarn (talk | contribs) at 19:59, 20 June 2014 (act like a template). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {}

function p.main(frame)
	return frame:getParent():preprocess(mw.title.new(frame.args[1]):getContent())
end

return p, '{{X1}}'