see also Module:Sandbox/Galobtter/Short_description_from_country
local p = {} function p.main(frame) return string.match(frame.args[1], ".+\n(.-'''.-)") end return p