Difference between revisions of "Template:Most active graticule"
From Geohashing
imported>Mampfred (Changes to use variable ribbonwidth if it's there) |
imported>Sourcerer m (→Added Category) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
<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> | ||
− | <td style="padding: 0px 12px 0px 10px;"> '''{{#if:{{{graticule|}}}|The [[{{{graticule}}}]]|This}} 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}} 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|}}}| 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>{{most active graticule | <code>{{most active graticule | ||
Line 78: | Line 79: | ||
| count = 5 | | count = 5 | ||
}} | }} | ||
+ | |||
+ | '''Example:''' | ||
+ | <code>{{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
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)
- | 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:
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
|
Example:
{{most active graticule
| graticule = Atlanta, Georgia
| year = 2009
| reached = true
| count = 666
}}
appears as:
The Atlanta, Georgia graticule earned the Most Active Graticule achievement
|