Difference between revisions of "Template:Two to the N achievement"
imported>Sourcerer m (→Two to the N achievement) |
imported>Sourcerer m (→Two to the N achievement) |
||
Line 62: | Line 62: | ||
− | '''Example - Count your | + | '''Example - Count your coordinates reached and include the user:''' |
<code>{{Two to the N achievement | <code>{{Two to the N achievement | ||
Line 85: | Line 85: | ||
− | '''Example - Count your globalhash | + | '''Example - Count your globalhash coordinates reached and include the user:''' |
<code>{{Two to the N achievement | <code>{{Two to the N achievement |
Revision as of 14:27, 19 July 2015
This user earned the Two to the N achievement
|
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:
Sourcerer earned the Two to the N achievement
|
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:
This user earned the Two to the N achievement
|
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:
Sourcerer earned the Two to the N achievement
|
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:
NWoodruff earned the Two to the N achievement
|
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:
David_Souther earned the Two to the N achievement
|