From Wikipedia, the free encyclopedia
local p = {}
p.spouse = function(frame)
local entity = mw.wikibase.getEntity()
local label = mw.wikibase.label( "Q" .. entity.claims.p26[0].mainsnak.datavalue.value["numeric-id"])
return "[[" + label + "]]"
end
return p