Difference between revisions of "Template talk:Meetup graticule"

From Geohashing
imported>M5rammy
(Chrono-Navigation and Geo-Navigation links)
imported>M5rammy
m (Chrono-Navigation and Geo-Navigation links)
Line 1: Line 1:
 
== Chrono-Navigation and Geo-Navigation links ==
 
== 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:
+
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, for each week's page:
  
 
<pre>
 
<pre>
Line 42: Line 42:
 
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.
 
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)
+
Here is a the asp/vbscript code and a ReadMe file: [[NaviCodeGen]] (NAVIgational CODE GENerator)
  
 
[[User:M5rammy|m5rammy]] 19:23, 30 June 2008 (UTC)
 
[[User:M5rammy|m5rammy]] 19:23, 30 June 2008 (UTC)

Revision as of 00:03, 1 July 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, for 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)