Jump to content

Module:TestGetReferencedEntities: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Created a test module to investigate issue T226925
(No difference)

Revision as of 10:01, 27 September 2024

local p = {}

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

return p