Documentation for this module may be created at Module:Sandbox/Galobtter/Extract short description/doc
local p = {} function p.main(frame) return string.match(frame:expandTemplate({title = ':'..frame.args[1]}), '<div class="shortdescription.->(.-)<') end return p