local p = {} function p.getNRHPReference(frame) local entity = mw.wikibase.getEntity() if entity then local snaks = entity['claims']['P649'] return mw.wikibase.renderSnaks( snaks ) end return 'no entity' end return p