Jump to content

Module:TestSitelinkAspects

From Wikipedia, the free encyclopedia
local mw = require('mw')

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