Documentation for this module may be created at Module:Sandbox/Dr vulpes/doc
local p = {};
p.qid = function( frame )
local idnum = mw.wikibase.getEntityIdForCurrentPage()
local idprop = mw.wikibase.getBestStatements( "Q4771271", "P3648" )
return idprop
end