Module:Sandbox/Aude/NRHP: Difference between revisions

Content deleted Content added
add return
test
Line 2:
 
function p.getNRHPReference(frame)
local entity = mw.wikibase.getEntityObjectgetEntity()
if entity then
Line 9:
end
return 'no entity'
end