imported>Ketil3
No edit summary
 
(No difference)

Latest revision as of 12:06, 6 September 2015

Documentation for this module may be created at Module:Sandbox/Ketil3/Famt/doc

local p = {}
function p.main( frame )
	--return mw.dumpObject ( frame.args ) 
	--return frame.args["f"]
	
	return mw.dumpObject ( mw.text.split ( frame.args["f"] , '\n') )
end
return p