Module:Sandbox/Habst

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