Difference between revisions of "Template:Two to the N achievement"

From Geohashing
imported>Sourcerer
(Two to the N achievement)
 
(Upgrade to Ribbon2)
 
(20 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Ribbon
+
{{#switch:{{{graticule}}}
 +
|true={{Achievement
 
|color      = green
 
|color      = green
|icon        = TwoToN.jpg
+
|icon        = TwoToN.png
 +
|user        = {{{name|This graticule}}}
 +
|achievement = [[Two to the N achievement]]
 +
|action      = being the location of 2<sup>'''{{{count}}}'''</sup> {{#if:{{{reached|}}}||attempted}} expeditions on [[{{{date}}} {{{latitude|}}} {{{longitude|}}}]] and is promoted to '''Level {{{count}}}''' {{#if:{{{reached|}}}|(Coordinates reached)|(Expeditions)}}
 +
|image      = {{{image|}}}
 +
|category    = Two to the N achievement
 +
|expedition  = [[{{{date}}}{{{latitude|}}} {{{longitude|}}}]]
 +
}}
 +
|#default={{Achievement
 +
|color      = green
 +
|icon        = TwoToN.png
 
|user        = {{{name|}}}
 
|user        = {{{name|}}}
 
|achievement = [[Two to the N achievement]]
 
|achievement = [[Two to the N achievement]]
|action      = {{#if:{{{reached|}}}|reaching|attempting to reach}} 2<sup>'''{{{count}}}'''</sup> {{#if:{{{global|}}}|global hashpoints|hashpoints}} on [[{{{date}}} {{#if:{{{global|}}}|global|{{{latitude|}}} {{{longitude|}}}}}|{{{date}}}]]
+
|action      = {{#if:{{{reached|}}}|reaching|attempting to reach}} 2<sup>'''{{{count}}}'''</sup>{{#if:{{{global|}}}|&nbsp;global|}}{{#if:{{{retro|}}}|&nbsp;retro|}} hashpoints {{#if:{{{retro|}}}|including the one for|on}} [[{{{date}}} {{#if:{{{global|}}}|global|{{{latitude|}}} {{{longitude|}}}}}]] and is promoted to '''Level {{{count}}}''' ({{#if:{{{retro|}}}|Retro&nbsp;|}}{{#if:{{{reached|}}}|{{#if:{{{retro|}}}|coordinates reached|Coordinates reached}}|{{#if:{{{retro|}}}|expeditions|Expeditions}}}})
 
|image      = {{{image|}}}
 
|image      = {{{image|}}}
 
|category    = Two to the N achievement
 
|category    = Two to the N achievement
 
|expedition  = [[{{{date}}} {{#if:{{{global|}}}|global|{{{latitude|}}} {{{longitude|}}}}}]]
 
|expedition  = [[{{{date}}} {{#if:{{{global|}}}|global|{{{latitude|}}} {{{longitude|}}}}}]]
}}<noinclude>
+
}}}}<noinclude>
 
'''How to use this template:'''
 
'''How to use this template:'''
  
{{TwoToTheN
+
{{Two to the N achievement
 
:| count = '''power of two''' (required)
 
:| count = '''power of two''' (required)
 
:| date  = '''date (YYYY-MM-DD)''' (required)
 
:| date  = '''date (YYYY-MM-DD)''' (required)
 
:''| latitude  = '''latitude''' (do not include for the globalhash ribbon)''
 
:''| latitude  = '''latitude''' (do not include for the globalhash ribbon)''
 
:''| longitude = '''longitude''' (do not include for the globalhash ribbon)''
 
:''| longitude = '''longitude''' (do not include for the globalhash ribbon)''
:''| name      = '''name of achiever''' (optional)''
+
:''| name      = '''name of achiever''' (optional)'' OR '''graticule name''' (optional)''
 
:''| global    = '''true''' (optional - include for globalhash counting)''
 
:''| global    = '''true''' (optional - include for globalhash counting)''
 
:''| reached  = '''true''' (optional - include if you are counting coordinates reached)''
 
:''| reached  = '''true''' (optional - include if you are counting coordinates reached)''
 +
:''| retro  = '''true''' (optional - include if you are counting retro expeditions or coordinates reached)''
 +
:''| graticule = '''true''' (optional - include if you are a graticule)''
 
}}
 
}}
  
'''Examples:'''
+
 
<code>{{TwoToTheN
+
'''Example - Count your expeditions, whether or not you reached the coordinates and include the user:'''
 +
 
 +
<code>&#x007B;{Two to the N achievement
 
| count    = 5
 
| count    = 5
 
| latitude  = 52
 
| latitude  = 52
Line 28: Line 43:
 
| date      = 2011-01-01
 
| date      = 2011-01-01
 
| name      = Sourcerer
 
| name      = Sourcerer
}}</code> appears as:
+
}}</code>
  
{{TwoToN
+
appears as:
 +
 
 +
{{Two to the N achievement
 
| count = 5
 
| count = 5
 
| latitude  = 52
 
| latitude  = 52
Line 38: Line 55:
 
}}
 
}}
  
<code>{{TwoToTheN
+
 
 +
'''Example - Count your expeditions, whether or not you reached the coordinates and omit the user:'''
 +
 
 +
<code>&#x007B;{Two to the N achievement
 
| count    = 5
 
| count    = 5
 
| latitude  = 52
 
| latitude  = 52
 
| longitude = 0
 
| longitude = 0
 
| date      = 2011-01-01
 
| date      = 2011-01-01
}}</code> appears as:
+
}}</code>
  
{{TwoToTheN
+
appears as:
 +
 
 +
{{Two to the N achievement
 
| count = 5
 
| count = 5
 
| latitude = 52
 
| latitude = 52
Line 52: Line 74:
 
}}
 
}}
  
<code>{{TwoToTheN
+
 
 +
'''Example - Count your coordinates reached and include the user:'''
 +
 
 +
<code>&#x007B;{Two to the N achievement
 
| count    = 4
 
| count    = 4
 
| latitude  = 51
 
| latitude  = 51
Line 58: Line 83:
 
| date      = 2010-09-24
 
| date      = 2010-09-24
 
| reached  = true
 
| reached  = true
}}</code> appears as:
+
| name = Sourcerer
 +
}}</code>
 +
 
 +
appears as:
  
{{TwoToTheN
+
{{Two to the N achievement
 
| count = 4
 
| count = 4
 
| latitude = 51
 
| latitude = 51
Line 66: Line 94:
 
| date = 2010-09-24
 
| date = 2010-09-24
 
| reached  = true
 
| reached  = true
 +
| name = Sourcerer
 +
}}
 +
 +
 +
'''Example - Count your retro coordinates reached and include the user:'''
 +
 +
<code>&#x007B;{Two to the N achievement
 +
| count = 1
 +
| latitude = 50
 +
| longitude = 19
 +
| reached = true
 +
| retro = true
 +
| date = 2003-06-21
 +
| name = [[User:Malgond|Malgond]]
 +
}}</code>
 +
 +
appears as:
 +
 +
{{Two to the N achievement
 +
| count = 1
 +
| latitude = 50
 +
| longitude = 19
 +
| reached = true
 +
| retro = true
 +
| date = 2003-06-21
 +
| name = [[User:Malgond|Malgond]]
 
}}
 
}}
  
'''Globalhash Examples:'''
+
 
<code>{{TwoToTheN
+
'''Example - Count your globalhash coordinates reached and include the user:'''
 +
 
 +
<code>&#x007B;{Two to the N achievement
 
| count  = 1
 
| count  = 1
 
| date    = 2015-04-19
 
| date    = 2015-04-19
Line 75: Line 131:
 
| global  = true
 
| global  = true
 
| reached = true
 
| reached = true
}}</code> appears as:
+
}}</code>
 +
 
 +
appears as:
  
{{TwoToN
+
{{Two to the N achievement
 
| count = 1
 
| count = 1
 
| date = 2015-04-19
 
| date = 2015-04-19
Line 85: Line 143:
 
}}
 
}}
  
<code>{{TwoToTheN
+
 
 +
'''Example - Count your globalhash expeditions, whether or not you reached the coordinates and include the user:'''
 +
 
 +
<code>&#x007B;{Two to the N achievement
 
| count  = 0
 
| count  = 0
 
| date    = 2009-03-04
 
| date    = 2009-03-04
 
| name    = David_Souther
 
| name    = David_Souther
 
| global  = true
 
| global  = true
}}</code> appears as:
+
}}</code>
 +
 
 +
appears as:
  
{{TwoToN
+
{{Two to the N achievement
 
| count = 0
 
| count = 0
 
| date = 2009-03-04
 
| date = 2009-03-04
 
| name = David_Souther
 
| name = David_Souther
 
| global  = true
 
| global  = true
}}</noinclude>
+
}}
 +
 
 +
 
 +
'''Example - Be a graticule, count the coordinates reached within you, and include your name:'''
 +
 
 +
<code>&#x007B;{Two to the N achievement
 +
| graticule = true
 +
| count    = 5
 +
| latitude  = 52
 +
| longitude = 9
 +
| date      = 2015-03-25
 +
| reached  = true
 +
| name = Hannover, Germany
 +
}}</code>
 +
 
 +
appears as:
 +
 
 +
{{Two to the N achievement
 +
| graticule = true
 +
| count    = 5
 +
| latitude  = 52
 +
| longitude = 9
 +
| date      = 2015-03-25
 +
| reached  = true
 +
| name = Hannover, Germany
 +
}}
 +
 
 +
[[Category:Achievement award templates]]
 +
</noinclude>

Latest revision as of 19:51, 27 September 2020

TwoToN.png
This user earned the Two to the N achievement
by attempting to reach 2{{{count}}} hashpoints on [[{{{date}}} ]] and is promoted to Level {{{count}}} (Expeditions).

How to use this template:

{{Two to the N achievement

| count = power of two (required)
| date = date (YYYY-MM-DD) (required)
| latitude = latitude (do not include for the globalhash ribbon)
| longitude = longitude (do not include for the globalhash ribbon)
| name = name of achiever (optional) OR graticule name (optional)
| global = true (optional - include for globalhash counting)
| reached = true (optional - include if you are counting coordinates reached)
| retro = true (optional - include if you are counting retro expeditions or coordinates reached)
| graticule = true (optional - include if you are a graticule)

}}


Example - Count your expeditions, whether or not you reached the coordinates and include the user:

{{Two to the N achievement | count = 5 | latitude = 52 | longitude = 0 | date = 2011-01-01 | name = Sourcerer }}

appears as:

TwoToN.png
Sourcerer earned the Two to the N achievement
by attempting to reach 25 hashpoints on 2011-01-01 52 0 and is promoted to Level 5 (Expeditions).


Example - Count your expeditions, whether or not you reached the coordinates and omit the user:

{{Two to the N achievement | count = 5 | latitude = 52 | longitude = 0 | date = 2011-01-01 }}

appears as:

TwoToN.png
This user earned the Two to the N achievement
by attempting to reach 25 hashpoints on 2011-01-01 52 0 and is promoted to Level 5 (Expeditions).


Example - Count your coordinates reached and include the user:

{{Two to the N achievement | count = 4 | latitude = 51 | longitude = -0 | date = 2010-09-24 | reached = true | name = Sourcerer }}

appears as:

TwoToN.png
Sourcerer earned the Two to the N achievement
by reaching 24 hashpoints on 2010-09-24 51 -0 and is promoted to Level 4 (Coordinates reached).


Example - Count your retro coordinates reached and include the user:

{{Two to the N achievement | count = 1 | latitude = 50 | longitude = 19 | reached = true | retro = true | date = 2003-06-21 | name = Malgond }}

appears as:

TwoToN.png
by reaching 21 retro hashpoints including the one for 2003-06-21 50 19 and is promoted to Level 1 (Retro coordinates reached).


Example - Count your globalhash coordinates reached and include the user:

{{Two to the N achievement | count = 1 | date = 2015-04-19 | name = NWoodruff | global = true | reached = true }}

appears as:

TwoToN.png
NWoodruff earned the Two to the N achievement
by reaching 21 global hashpoints on 2015-04-19 global and is promoted to Level 1 (Coordinates reached).


Example - Count your globalhash expeditions, whether or not you reached the coordinates and include the user:

{{Two to the N achievement | count = 0 | date = 2009-03-04 | name = David_Souther | global = true }}

appears as:

TwoToN.png
David_Souther earned the Two to the N achievement
by attempting to reach 20 global hashpoints on 2009-03-04 global and is promoted to Level 0 (Expeditions).


Example - Be a graticule, count the coordinates reached within you, and include your name:

{{Two to the N achievement | graticule = true | count = 5 | latitude = 52 | longitude = 9 | date = 2015-03-25 | reached = true | name = Hannover, Germany }}

appears as:

TwoToN.png
Hannover, Germany earned the Two to the N achievement
by being the location of 25 expeditions on 2015-03-25 52 9 and is promoted to Level 5 (Coordinates reached).