Modulenn:Wikidata/test

Eus Wikipedia

Documentation for this module may be created at Modulenn:Wikidata/test/doc

-- test module

local p = {}

function p.value()
   return mw.wikibase.getEntityIdForCurrentPage()
end

return p