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