{{#invoke:Wikibase|EntityIdForTitle|Deutschland}}
ergibt Q183
local p = {} function p.EntityIdForTitle(frame) return mw.wikibase.getEntityIdForTitle( frame.args[1] ) end return p