Documentation for this module may be created at Module:Sandbox/Mmullie (WMF)/wb/doc

local p = {}
function p.wb(frame)
    return mw.wikibase.getEntity( frame.args[1] )
end
return p