Template:Minesweeper geohash
This user has achieved Level {{{ranknumber}}} of the Minesweeper Geohash achievement
|
How to use this template: This template is trickier than some, so please fill in the data carefully. Note there is no error checking between the ranknumber you specify and the number of flags you specify. If you like you can just ignore all the flags, as in the last example.
{{Minesweeper geohash
- | graticule = full name of the centre graticule in your grid (required)
- | ranknumber = number of surrounding graticules completed (1-8) (required)
- | n = true if graticule to the north has been hashed (optional)
- | ne = true if graticule to the northeast has been hashed (optional)
- | e = true if graticule to the east has been hashed (optional)
- | se = true if graticule to the southeast has been hashed (optional)
- | s = true if graticule to the south has been hashed (optional)
- | sw = true if graticule to the southwest has been hashed (optional)
- | w = true if graticule to the west has been hashed (optional)
- | nw = true if graticule to the northwest has been hashed (optional)
- | name = name of achiever (optional)
}}
Example:
{{Minesweeper geohash
| graticule = Vancouver, British Columbia
| ranknumber = 2
| n = true
| se = true
| name = Srs0
}}
appears as:
Srs0 achieved level 2 of the Minesweeper Geohash achievement
|
Example:
{{Minesweeper geohash
| graticule = Vancouver, British Columbia
| ranknumber = 4
| s = true
| w = true
| ne = true
| se = true
| name = Srs0
}}
appears as:
Srs0 achieved level 4 of the Minesweeper Geohash achievement
|
Example:
{{Minesweeper geohash
| graticule = Vancouver, British Columbia
| ranknumber = 8
| s = true
| e = true
| w = true
| n = true
| ne = true
| nw = true
| se = true
| sw = true
| name = Srs0
}}
appears as:
Srs0 completed the Minesweeper Geohash achievement
|
Example:
{{Minesweeper geohash
| graticule = Vancouver, British Columbia
| ranknumber = 3
}}
appears as:
This user achieved level 3 of the Minesweeper Geohash achievement
|