Difference between revisions of "Template talk:Meetup graticule"

From Geohashing
imported>M5rammy
(Chrono-Navigation and Geo-Navigation links)
imported>M5rammy
(Chrono-Navigation and Geo-Navigation links)
Line 40: Line 40:
 
|}
 
|}
  
Need I explain why?  I'm working on a script (outside of the wiki) to generate the code for any day and grat (with options), I'll let you know when it's ready.  In any case I'd be honored if you want to adopt this code for your grat pages too.
+
Need I explain why?  I'm wrote a script (outside of the wiki) to generate the code for any day and grat (with options).  In any case I'd be honored if you want to adopt this code for your grat pages too.
  
Here is a link to the asp/vbscript code and a ReadME file
+
Here is a the asp/vbscript code and a ReadME file: [[NaviCodeGen]] (NAVIgational CODE GENerator)
http://www.google.com/notebook/public/04259349773763264301/BDQKlIgoQpYjG1q0j?hl=en
 
  
[[User:M5rammy|m5rammy]] 18:58, 30 June 2008 (UTC)
+
[[User:M5rammy|m5rammy]] 19:23, 30 June 2008 (UTC)

Revision as of 19:23, 30 June 2008

Chrono-Navigation and Geo-Navigation links

On the meetup pages for my grat (Cincinnati, Ohio), I've added the following code directly after the Map code and before the About section, modifying the dates each week's page:

{| border="1" style="text-align:center"
|-<br>
| rowspan="3" | [[2008-06-21 39 -84|Prev Sat]]<br>Today<br>[[2008-07-05 39 -84|Next Sat]]
| rowspan="3" | Neighboring<br>Meetups<br>today &rarr;
| [[2008-06-28 40 -85|NW]]
| [[2008-06-28 40 -84|N]]
| [[2008-06-28 40 -83|NE]]
|-
| [[2008-06-28 39 -85|W]]
| us
| [[2008-06-28 39 -83|E]]
|-
| [[2008-06-28 38 -85|SW]]
| [[2008-06-28 38 -84|S]]
| [[2008-06-28 38 -83|SE]]
|}

which gives ...

Prev Sat
Today
Next Sat
Neighboring
Meetups
today →
NW N NE
W us E
SW S SE

Need I explain why? I'm wrote a script (outside of the wiki) to generate the code for any day and grat (with options). In any case I'd be honored if you want to adopt this code for your grat pages too.

Here is a the asp/vbscript code and a ReadME file: NaviCodeGen (NAVIgational CODE GENerator)

m5rammy 19:23, 30 June 2008 (UTC)