Content deleted Content added
test |
No edit summary |
||
Line 62:
function p.hasOSM(frame)
return getBestStatement(mw.wikibase.getEntityIdForCurrentPage(), 'P402') and 'yes' or 'no'
end
function p.chart(frame)
local chart = require('Module:Chart')
return chart(frame)
end
|