Map size:
{{game.config.map.width}}x{{game.config.map.height}}
Units:
{{game.units.length}}
Add unit
{{foo}}

Map is dragable if world size is bigger than vizible part.

Available params are:

width
width of map in cells
height
height of map in cells
units
number of units on map
stones
number of stones on map

Source on GitHub