local p = {} p.spouse = function(frame) local entity = mw.wikibase.getEntity() local label = type(entity.claims.p26) return label end return p