Difference between revisions of "Template:Most active graticule"
From Geohashing
imported>Ilpadre |
imported>Mampfred (Changes to use variable ribbonwidth if it's there) |
||
Line 1: | Line 1: | ||
− | <table style="border-width: 1px; border-spacing: 0px; border-style: solid solid solid solid; border-color: lightgray;"> | + | <table style="border-width: 1px; border-spacing: 0px; border-style: solid solid solid solid; border-color: lightgray;{{#if:{{#var:ribbonwidth}}|width:{{#var:ribbonwidth}};|}}"> |
<tr> | <tr> | ||
<td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: tomato; border-collapse: separate;"><div>[[Image:Mostactivegraticule.png|44px]]</div></td> | <td style="border-width: 5px; border-spacing: 2px; border-style: hidden hidden hidden solid; border-color: tomato; border-collapse: separate;"><div>[[Image:Mostactivegraticule.png|44px]]</div></td> |
Revision as of 16:28, 2 December 2010
This graticule earned the Most Active Graticule achievement
|
How to use this template:
{{most active graticule
- | graticule = name of graticule (optional)
- | coordinates = lat lon (optional)
- | month = month and year (required)
- | reached = true if category "coordinates reached" , omit parameter if category "total expeditions" (important)
- | alltime = true if all-time most active graticule, omit parameter if "most active of the month" (important)
- | count = number of expeditions (required)
}}
Example:
{{most active graticule
| graticule = Seattle, Washington
| coordinates = 47 -122
| month = October 2008
| reached = true
| alltime = true
| count = 26
}}
appears as:
The Seattle, Washington graticule (47 -122) earned the Most Active Graticule achievement
|
Example:
{{most active graticule
| month = June 2008
| alltime = true
| count = 19
}}
appears as:
This graticule earned the Most Active Graticule achievement
|
Example:
{{most active graticule
| coordinates = 47 -122
| month = 2008-10
| count = 6
}}
appears as:
This graticule (47 -122) earned the Mostly Active Graticule achievement
|
Example:
{{most active graticule
| graticule = Würzburg, Germany
| month = October 2008
| reached = true
| count = 5
}}
appears as:
The Würzburg, Germany graticule earned the Mostly Active Graticule achievement
|