imported>Danski454
Created page with 'local p = {} function p.main(frame) return frame:preprocess( frame.args[0] ) end return p'
 
(No difference)

Latest revision as of 15:39, 21 June 2020

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