Jump to content

Module:TestSitelinkAspects

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Sean Leong (WMDE) (talk | contribs) at 15:04, 27 February 2025. The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local mw = require('mw')

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