Module:Sandbox/Danski454/Force parse

Revision as of 15:39, 21 June 2020 by imported>Danski454 (Created page with 'local p = {} function p.main(frame) return frame:preprocess( frame.args[0] ) end return p')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Sandbox/Danski454/Force parse/doc

local p = {}
function p.main(frame)
	return frame:preprocess( frame.args[0] )
end
return p