local lib = {} function lib.test() local entity1 = mw.wikibase.getEntity('Q1') local entity2 = mw.wikibase.getEntity('Q2') return entity1.id .. ' ' .. entity2.id end return lib