Jump to content

Module:TestGetReferencedEntities

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Joely Rooke WMDE (talk | contribs) at 10:01, 27 September 2024 (Created a test module to investigate issue T226925). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local p = {}

function p.test(frame)
	mw.wikibase.getReferencedEntityId( 'Q637739', 'P31', { 'Q7397', 'Q2095', 'Q55488' } )
end

return p