local p = {} p.main = function(frame) local currentTitle = mw.title.getCurrentTitle() local shortDesc = currentTitle:getDescription() return shortDesc end return p