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