local p = {} function p.desc() entity = mw.wikibase.getEntityObject() if entity == nil then return '' end id = entity.id return entity:getDescription( 'zh' ) end return p