Difference between revisions of "Template:Most active graticule"

From Geohashing
imported>Danatar
m
imported>Sourcerer
m (Added Category)
 
(9 intermediate revisions by 4 users not shown)
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:tobecreated.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>
<td style="padding: 0px 12px 0px 10px;"> '''{{#if:{{{graticule|}}}|The [[{{{graticule}}}]]|This}}&nbsp;graticule {{#if:{{{coordinates|}}}|({{{coordinates}}})|}} earned the [[Most active graticules|Most Active Graticule]] achievement'''
+
<td style="padding: 0px 12px 0px 10px;"> '''{{#if:{{{graticule|}}}|The [[{{{graticule}}}]]|This}}&nbsp;graticule {{#if:{{{coordinates|}}}|({{{coordinates}}})|}} earned the [[Most active graticules|Most{{#ifexpr:({{{count|10}}}<10)|ly|}} Active Graticule]] achievement'''
:{{#if:{{{alltime|}}}||for the month of {{{month}}}}} in the category '''{{#if:{{{reached|}}}|coordinates reached|total expeditions}}''' by being the location of '''{{{count}}}''' {{#if:{{{reached|}}}|successful|}} expeditions {{#if:{{{alltime|}}}|from the start of geohashing until {{{month}}}|}}.</td>
+
:{{#if:{{{alltime|}}}||for the {{#if:{{{year|}}}|year {{{year}}}|month of {{{month}}} }} }} in the category '''{{#if:{{{reached|}}}|coordinates reached|total expeditions}}''' by being the location of '''{{{count}}}''' {{#if:{{{reached|}}}|successful|}} expeditions{{#if:{{{alltime|}}}|&nbsp;from the start of geohashing until {{{month}}}|}}.</td>
 
</tr>
 
</tr>
 
</table>[[Category:Most active graticules achievement]]
 
</table>[[Category:Most active graticules achievement]]
Line 13: Line 13:
 
:''| coordinates = '''lat lon''' (optional)''
 
:''| coordinates = '''lat lon''' (optional)''
 
:| month = '''month and year''' (required)
 
:| month = '''month and year''' (required)
 +
:| year = '''year''' (optional)
 
:| reached = '''true''' if category "coordinates reached" , omit parameter if category "total expeditions" (important)
 
:| 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)
 
:| alltime = '''true''' if all-time most active graticule, omit parameter if "most active of the month" (important)
Line 18: Line 19:
 
}}
 
}}
  
 
+
 
 
'''Example:'''
 
'''Example:'''
 
<code>&#x007B;{most active graticule
 
<code>&#x007B;{most active graticule
Line 78: Line 79:
 
| count = 5
 
| count = 5
 
}}
 
}}
 +
 +
'''Example:'''
 +
<code>&#x007B;{most active graticule
 +
| graticule = Atlanta, Georgia
 +
| year = 2009
 +
| reached = true
 +
| count = 666
 +
}}</code> appears as:
 +
 +
{{most active graticule
 +
| graticule = Atlanta, Georgia
 +
| reached = true
 +
| year = 2009
 +
| count = 666
 +
}}
 +
[[Category:Achievement award templates]]
 +
</noinclude>

Latest revision as of 10:22, 20 July 2015

Mostactivegraticule.png
This graticule earned the Most Active Graticule achievement
for the month of {{{month}}} in the category total expeditions by being the location of {{{count}}} expeditions.

How to use this template:

{{most active graticule

| graticule = name of graticule (optional)
| coordinates = lat lon (optional)
| month = month and year (required)
| year = year (optional)
| 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:

Mostactivegraticule.png
The Seattle, Washington graticule (47 -122) earned the Most Active Graticule achievement
in the category coordinates reached by being the location of 26 successful expeditions from the start of geohashing until October 2008.


Example: {{most active graticule | month = June 2008 | alltime = true | count = 19 }} appears as:

Mostactivegraticule.png
This graticule earned the Most Active Graticule achievement
in the category total expeditions by being the location of 19 expeditions from the start of geohashing until June 2008.


Example: {{most active graticule | coordinates = 47 -122 | month = 2008-10 | count = 6 }} appears as:

Mostactivegraticule.png
This graticule (47 -122) earned the Mostly Active Graticule achievement
for the month of 2008-10 in the category total expeditions by being the location of 6 expeditions.


Example: {{most active graticule | graticule = Würzburg, Germany | month = October 2008 | reached = true | count = 5 }} appears as:

Mostactivegraticule.png
The Würzburg, Germany graticule earned the Mostly Active Graticule achievement
for the month of October 2008 in the category coordinates reached by being the location of 5 successful expeditions.


Example: {{most active graticule | graticule = Atlanta, Georgia | year = 2009 | reached = true | count = 666 }} appears as:

Mostactivegraticule.png
The Atlanta, Georgia graticule earned the Most Active Graticule achievement
for the year 2009 in the category coordinates reached by being the location of 666 successful expeditions.