Module:TestSitelinkAspects

local mw = require('mw')

function test()
	local entity = mw.wikibase.getSitelink("Q1", "enwiki")
	return entity
end