Documentation for this module may be created at Module:Sandbox/Galobtter/Get lead/doc
--simple module to get lead paragraphs, designed for portals local p = {} function p.main(frame) return mw.ustring.match(frame.args[1], ".+\n(.-'''.+)") end return p