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

From Geohashing
imported>Sourcerer
m (Two to the N achievement)
imported>Sourcerer
m (Two to the N achievement)
Line 21: Line 21:
 
}}
 
}}
  
'''Examples:'''
+
 
 +
'''Example - Count your expeditions, whether or not you reached the coordinates and include the user:'''
  
 
<code>&#x007B;{Two to the N achievement
 
<code>&#x007B;{Two to the N achievement
Line 29: Line 30:
 
| date      = 2011-01-01
 
| date      = 2011-01-01
 
| name      = Sourcerer
 
| name      = Sourcerer
}}</code> appears as:
+
}}</code>
 +
 
 +
appears as:
  
 
{{Two to the N achievement
 
{{Two to the N achievement
Line 38: Line 41:
 
| name = Sourcerer
 
| name = Sourcerer
 
}}
 
}}
 +
 +
 +
'''Example - Count your expeditions, whether or not you reached the coordinates and omit the user:'''
  
 
<code>&#x007B;{Two to the N achievement
 
<code>&#x007B;{Two to the N achievement
Line 44: Line 50:
 
| longitude = 0
 
| longitude = 0
 
| date      = 2011-01-01
 
| date      = 2011-01-01
}}</code> appears as:
+
}}</code>
 +
 
 +
appears as:
  
 
{{Two to the N achievement
 
{{Two to the N achievement
Line 52: Line 60:
 
| date = 2011-01-01
 
| date = 2011-01-01
 
}}
 
}}
 +
 +
 +
'''Example - Count your expeditions where you reached the coordinates and include the user:'''
  
 
<code>&#x007B;{Two to the N achievement
 
<code>&#x007B;{Two to the N achievement
Line 59: Line 70:
 
| date      = 2010-09-24
 
| date      = 2010-09-24
 
| reached  = true
 
| reached  = true
}}</code> appears as:
+
| name = Sourcerer
 +
}}</code>
 +
 
 +
appears as:
  
 
{{Two to the N achievement
 
{{Two to the N achievement
Line 67: Line 81:
 
| date = 2010-09-24
 
| date = 2010-09-24
 
| reached  = true
 
| reached  = true
 +
| name = Sourcerer
 
}}
 
}}
  
'''Globalhash Examples:'''
+
 
 +
'''Example - Count your globalhash expeditions where you reached the coordinates and include the user:'''
  
 
<code>&#x007B;{Two to the N achievement
 
<code>&#x007B;{Two to the N achievement
Line 77: Line 93:
 
| global  = true
 
| global  = true
 
| reached = true
 
| reached = true
}}</code> appears as:
+
}}</code>
 +
 
 +
appears as:
  
 
{{Two to the N achievement
 
{{Two to the N achievement
Line 86: Line 104:
 
| reached = true
 
| reached = true
 
}}
 
}}
 +
 +
 +
'''Example - Count your globalhash expeditions, whether or not you reached the coordinates and include the user:'''
  
 
<code>&#x007B;{Two to the N achievement
 
<code>&#x007B;{Two to the N achievement
Line 92: Line 113:
 
| name    = David_Souther
 
| name    = David_Souther
 
| global  = true
 
| global  = true
}}</code> appears as:
+
}}</code>
 +
 
 +
appears as:
  
 
{{Two to the N achievement
 
{{Two to the N achievement

Revision as of 14:09, 19 July 2015

TwoToN.jpg
This user earned the Two to the N achievement
by attempting to reach 2{{{count}}} hashpoints on [[{{{date}}} ]].

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)
| global = true (optional - include for globalhash counting)
| reached = true (optional - include if you are counting coordinates reached)

}}


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 expeditions where you reached the coordinates 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 globalhash expeditions where you reached the coordinates 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).