Jump to content

Module:Expand wikitext: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Created page with 'local p = {} function p.main(frame) return frame:preprocess(frame.args[1]) end return p'
(No difference)

Revision as of 14:09, 14 July 2016

local p = {}

function p.main(frame)
	return frame:preprocess(frame.args[1])
end

return p