Talk:Two to the N achievement

From Geohashing
Revision as of 11:26, 28 June 2015 by imported>Sourcerer (Forgot signature)

+1 -- Jevanyn (talk) 13:50, 26 May 2015 (EDT)

Not too shabby; could be a fun way to celebrate 256 - approve --Thomcat (talk) 08:46, 27 May 2015 (EDT)

approve I really like it (almost level 6, yay)! But what about planned, but not (really) attempted expeditions? Counting: Actual expeditions? -- RecentlyChanged (talk) 12:16, 27 May 2015 (EDT)

  • I've read the description again, you already thought about the expedition planning/actual expedition/reached thing. I would like counting the actual expeditions more, but I see the point in counting reached ones too. Can we distinguish them somehow? --- RecentlyChanged (talk)
I think we should stick to the system already in use on pages like Most active graticules. I check out every potential expedition and recording these would get silly. Once I step out of my home, that's an expedition which can be counted. And it's a bonus if the coordinates are reached, counted separately. We'll need a global version of the ribbon too. --Sourcerer (talk) 03:49, 28 May 2015 (EDT)

I support being able to "level up" in real life like you would in a video game! Mystrsyko (talk) 11:23, 28 May 2015 (EDT)

People, including me, seem to like the idea of levels so I've tweaked the wording of the proposed ribbon to reflect this. I've added proposed global examples too. --Sourcerer (talk) 12:13, 12 June 2015 (EDT)

I support this achievement, and also the distinction expeditions vs reached. - Danatar7 08:52, 30 May 2015 (EDT)

I approve of this achievement, even though I'm afraid it will be a while before I get the next level of either version of it. Jiml (talk)

Support. I think it's past time to have some sort of achievement for going out on a lot of expeditions. I agree with the ideas that planned expeditions should not be counted, and the idea of having separate 'levels' for attempted vs reached expeditions (currently level 6 by attempts, 5 by points reached) --Eldin (talk) 16:34, 18 June 2015 (EDT)

This proposal has been up almost a month, has support from 7 users (in 7 different graticules on 2 continents), and no objections. I think it's about time for someone to design a ribbon so we can make this an official achievement. --Eldin (talk) 16:28, 22 June 2015 (EDT)

And another supporter. As a mathematichian I like the idea of counting (as you might already have guessed from my user page). DODO (talk) 16:43, 25 June 2015 (EDT)

I may be going to renumber all my expeditions so they are zero indexed. I got a classy teacher wind-up award. I discussed counting with my 16+ aged students and complained that we ought to teach little kids to count starting from zero. One of them taught this to a much younger sibling resulting in the complaint from their teacher. Result! --Sourcerer (talk) 07:26, 28 June 2015 (EDT)

Possible template code

We'd need four versions for coordinates-reached, coordinates-attempted, global-coordinates-reached, global-coordinates-attempted. And an icon too. This code is based on the Consecutive geohash 2 template. --Sourcerer (talk) 07:25, 28 June 2015 (EDT)

{{Ribbon
|color    = green
|icon     = TwoToN.jpg
|user     = {{{name|}}}
|achievement = [[2 <sup>N</sup> Achievement]]
|action   = reaching 2<sup>'''{{{count}}}'''</sup> coordinates on [[{{{date}}} {{{latitude}}} {{{longitude}}}|{{{date}}}]]
|image    = {{{image|}}}
|category = Two to the N achievement
|expedition = [[{{{date}}} {{{latitude}}} {{{longitude}}}]] ({{{count}}})
}}<noinclude>
'''How to use this template:'''

{{TwoToTheN
:| count = '''power of two''' (required)
:| latitude = '''latitude''' (required)
:| longitude = '''longitude''' (required)
:| date = '''date (YYYY-MM-DD format)''' (required)
:''| name = '''name of achiever''' (optional)''
}}

'''Example:'''
<code>{{TwoToTheN
| count = 4
| latitude = 48
| longitude = -123
| date = 2008-08-16
| name = thepiguy
}}</code> appears as:

{{TwoToN
| count = 4
| latitude = 48
| longitude = -123
| date = 2008-08-16
| name = thepiguy
}}

<code>{{TwoToTheN
| count = 4
| latitude = 48
| longitude = -123
| date = 2008-08-16
}}</code> appears as:

{{TwoToTheN
| count = 4
| latitude = 48
| longitude = -123
| date = 2008-08-16
}}

</noinclude>