You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _documentation/creating-challenges/08-mustache-tag-replacement.en_US.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,26 +13,26 @@ To reference a property, surround its name with double curly braces or "mustache
13
13
## Workspace Properties
14
14
Some workspaces, notably Task Completion, make additional properties available for substitution that are specific to the workspace state rather than the task itself. These "workspace" properties always begin with a hash (`#`), e.g. `#mapZoom`, to avoid confusion with task feature properties. Workspace properties are always case-sensitive. The following workspace properties may be available (as with task feature properties, mustache tags referencing missing workspace properties will be replaced with empty text):
15
15
16
-
`{{#mapBBox}}`: a WSEN comma-separated bounding box of the current map bounds
16
+
`{{#mapBBox}}`: a WSEN comma-separated bounding box of the current map bounds
17
17
18
-
`{{#mapWest}}`: the longitude of the west side of the current map bounds
18
+
`{{#mapWest}}`: the longitude of the west side of the current map bounds
19
19
20
-
`{{#mapSouth}}`: the latitude of the south side of the current map bounds
20
+
`{{#mapSouth}}`: the latitude of the south side of the current map bounds
21
21
22
-
`{{#mapEast}}`: the longitude of the east side of the current map bounds
22
+
`{{#mapEast}}`: the longitude of the east side of the current map bounds
23
23
24
-
`{{#mapNorth}}`: the latitude of the north side of the current map bounds
24
+
`{{#mapNorth}}`: the latitude of the north side of the current map bounds
25
25
26
-
`{{#mapZoom}}`: the current zoom of the map
26
+
`{{#mapZoom}}`: the current zoom of the map
27
27
28
-
`{{#mapLat}}`: The latitude of the map’s current centerpoint
28
+
`{{#mapLat}}`: The latitude of the map’s current centerpoint
29
29
30
-
`{{#mapLon}}`: The longitude of the map’s current centerpoint
30
+
`{{#mapLon}}`: The longitude of the map’s current centerpoint
31
31
32
-
`{{#osmType}}`: The type (node/way/relation) of the current task feature if it can be determined
32
+
`{{#osmType}}`: The type (node/way/relation) of the current task feature if it can be determined
33
33
34
-
`{{#osmId}}`: The numerical OSM id of the current task feature if it can be determined
34
+
`{{#osmId}}`: The numerical OSM id of the current task feature if it can be determined
35
35
36
-
`{{#mrTaskId}}`: the internal MapRoulette id of the current task (not the OSM id)
36
+
`{{#mrTaskId}}`: the internal MapRoulette id of the current task (not the OSM id)
0 commit comments