Difference between revisions of "Template:Minesweeper geohash"
From Geohashing
imported>Thepiguy (Removed aouncment) |
imported>Robyn (Thepiguy likes black better than blue.) |
||
Line 1: | Line 1: | ||
<table style="border-width: 1px; border-spacing: 0px; border-style: solid solid solid solid; border-color: lightgrey;"> | <table style="border-width: 1px; border-spacing: 0px; border-style: solid solid solid solid; border-color: lightgrey;"> | ||
<tr> | <tr> | ||
− | <td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: | + | <td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: black; border-collapse: separate;"><div> |
<table style="border-width: 0px; border-spacing: 0px; border-style: solid solid solid solid;"> | <table style="border-width: 0px; border-spacing: 0px; border-style: solid solid solid solid;"> | ||
<tr><td>{{#if:{{{nw|}}}|[[Image:Minesweeper geohash flag.jpg]]|[[Image:Minesweeper geohash empty.jpg]]}}</td><td>{{#if:{{{n|}}}|[[Image:Minesweeper geohash flag.jpg]]|[[Image:Minesweeper geohash empty.jpg]]}}</td><td>{{#if:{{{ne|}}}|[[Image:Minesweeper geohash flag.jpg]]|[[Image:Minesweeper geohash empty.jpg]]}}</td></tr> | <tr><td>{{#if:{{{nw|}}}|[[Image:Minesweeper geohash flag.jpg]]|[[Image:Minesweeper geohash empty.jpg]]}}</td><td>{{#if:{{{n|}}}|[[Image:Minesweeper geohash flag.jpg]]|[[Image:Minesweeper geohash empty.jpg]]}}</td><td>{{#if:{{{ne|}}}|[[Image:Minesweeper geohash flag.jpg]]|[[Image:Minesweeper geohash empty.jpg]]}}</td></tr> |
Revision as of 04:51, 26 August 2008
This user has achieved Level {{{ranknumber}}} of the Minesweeper Geohash achievement
|
How to use this template: This template is tricker than some, so please fill in the data carefully.
{{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, else blank
- | ne = true if graticule to the northeast has been hashed, else blank
- | e = true if graticule to the east has been hashed, else blank
- | se = true if graticule to the southeast has been hashed, else blank
- | s = true if graticule to the south has been hashed, else blank
- | sw = true if graticule to the southwest has been hashed, else blank
- | w = true if graticule to the west has been hashed, else blank
- | nw = true if graticule to the northwest has been hashed, else blank
- | 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 = 2
| s = true
| w = true
| ne = true
| se = true
| name = Srs0
}}
appears as:
Srs0 achieved level 2 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
|