Content deleted Content added
test |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
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')['bar-chart']
return chart(frame)
end
|