Difference between revisions of "User:CJ/sandbox/coords"

From Geohashing
imported>CJ
imported>CJ
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Announce|'''Note:''' This page is still in experimental phase! Feel free to leave any suggestions on its [[User_talk:CJ/sandbox/cords|talk page]].|bg=yellow}}
+
{{Announce|This automated box is now nearing completion. Feel free to leave any suggestions on its [[User_talk:CJ/sandbox/cords|talk page]].|bg=yellow}}
  
{| class="wikitable" style="text-align: center; vertical-align: top; border: 3px solid black; border-collapse: collapse; margin: 1em" border="1" cellpadding="2" width="600"
+
 
 +
< I now simply need to write in the conditional statement that produces a colspan=2 result for the weekend coords (ie when both West and East of -30 have the same result). I will do this when I return to my computer on Mon 25th August. -- CJ >
 +
 
 +
Test style 1:
 +
 
 +
{| class="wikitable" style="text-align: center; vertical-align: top; border: 3px solid black; border-collapse: collapse; margin: 1em" border="1" cellpadding="5" width="600"
 
!width=20%| Date
 
!width=20%| Date
 
!width=40%| West of [[30W Time Zone Rule|–30°]]
 
!width=40%| West of [[30W Time Zone Rule|–30°]]
 
!width=40%| East of –30°
 
!width=40%| East of –30°
 
|-
 
|-
! {{date link|{{ #time: Y-m-d }}|D j M Y}}
+
! align="right"|{{date link|{{ #time: Y-m-d }}|D j M Y}}
 
| {{coordinates|{{ #time: Y-m-d }}}}
 
| {{coordinates|{{ #time: Y-m-d }}}}
 
| {{coordinates|{{ #time: Y-m-d }}|30w=1}}
 
| {{coordinates|{{ #time: Y-m-d }}|30w=1}}
 
|-
 
|-
! {{date link|{{ #time: Y-m-d | -1 days}}|D j M Y}}
+
! align="right"|{{date link|{{ #time: Y-m-d | -1 days}}|D j M Y}}
 
| {{coordinates|{{ #time: Y-m-d | -1 days}}}}
 
| {{coordinates|{{ #time: Y-m-d | -1 days}}}}
 
| {{coordinates|{{ #time: Y-m-d | -1 days}}|30w=1}}
 
| {{coordinates|{{ #time: Y-m-d | -1 days}}|30w=1}}
 
|-
 
|-
! {{date link|{{ #time: Y-m-d | -2 days}}|D j M Y}}
+
! align="right"|{{date link|{{ #time: Y-m-d | -2 days}}|D j M Y}}
 
| {{coordinates|{{ #time: Y-m-d | -2 days}}}}
 
| {{coordinates|{{ #time: Y-m-d | -2 days}}}}
 
| {{coordinates|{{ #time: Y-m-d | -2 days}}|30w=1}}
 
| {{coordinates|{{ #time: Y-m-d | -2 days}}|30w=1}}
 
|-
 
|-
! {{date link|{{ #time: Y-m-d | -3 days}}|D j M Y}}
+
! align="right"|{{date link|{{ #time: Y-m-d | -3 days}}|D j M Y}}
 
| {{coordinates|{{ #time: Y-m-d | -3 days}}}}
 
| {{coordinates|{{ #time: Y-m-d | -3 days}}}}
 
| {{coordinates|{{ #time: Y-m-d | -3 days}}|30w=1}}
 
| {{coordinates|{{ #time: Y-m-d | -3 days}}|30w=1}}
 
|-
 
|-
! {{date link|{{ #time: Y-m-d | -4 days}}|D j M Y}}
+
! align="right"|{{date link|{{ #time: Y-m-d | -4 days}}|D j M Y}}
 
| {{coordinates|{{ #time: Y-m-d | -4 days}}}}
 
| {{coordinates|{{ #time: Y-m-d | -4 days}}}}
 
| {{coordinates|{{ #time: Y-m-d | -4 days}}|30w=1}}
 
| {{coordinates|{{ #time: Y-m-d | -4 days}}|30w=1}}
 
|-
 
|-
! {{date link|{{ #time: Y-m-d | -5 days}}|D j M Y}}
+
! align="right"|{{date link|{{ #time: Y-m-d | -5 days}}|D j M Y}}
 
| {{coordinates|{{ #time: Y-m-d | -5 days}}}}
 
| {{coordinates|{{ #time: Y-m-d | -5 days}}}}
 
| {{coordinates|{{ #time: Y-m-d | -5 days}}|30w=1}}
 
| {{coordinates|{{ #time: Y-m-d | -5 days}}|30w=1}}
 
|-
 
|-
! {{date link|{{ #time: Y-m-d | -6 days}}|D j M Y}}
+
! align="right"|{{date link|{{ #time: Y-m-d | -6 days}}|D j M Y}}
 
| {{coordinates|{{ #time: Y-m-d | -6 days}}}}
 
| {{coordinates|{{ #time: Y-m-d | -6 days}}}}
 
| {{coordinates|{{ #time: Y-m-d | -6 days}}|30w=1}}
 
| {{coordinates|{{ #time: Y-m-d | -6 days}}|30w=1}}
 
|-
 
|-
! {{date link|{{ #time: Y-m-d | -7 days}}|D j M Y}}
+
! align="right"|{{date link|{{ #time: Y-m-d | -7 days}}|D j M Y}}
 
| {{coordinates|{{ #time: Y-m-d | -7 days}}}}
 
| {{coordinates|{{ #time: Y-m-d | -7 days}}}}
 
| {{coordinates|{{ #time: Y-m-d | -7 days}}|30w=1}}
 
| {{coordinates|{{ #time: Y-m-d | -7 days}}|30w=1}}
 
|}
 
|}
 +
 +
 +
Test style 2:
 +
 +
<table style="text-align: center; vertical-align: top; border: 3px solid black; border-collapse: collapse; margin: 1em" border="1" cellpadding="5" width="600">
 +
<tr><th width="20%">Date</th>
 +
<th width="40%">West of [[30W Time Zone Rule|–30°]]</th>
 +
<th width="40%">East of –30°</th></tr>
 +
 +
{{#ifeq: {{coordinates|{{ #time: Y-m-d }}}}|{{coordinates|{{ #time: Y-m-d }}|30w=1}}|
 +
<tr><td>today</td>
 +
<td>same</td>
 +
<td>same</td>|
 +
<tr><td>today</td>
 +
<td>different</td>
 +
<td>different</td>}}
 +
 +
</table>

Latest revision as of 07:55, 22 August 2008

This automated box is now nearing completion. Feel free to leave any suggestions on its talk page.


< I now simply need to write in the conditional statement that produces a colspan=2 result for the weekend coords (ie when both West and East of -30 have the same result). I will do this when I return to my computer on Mon 25th August. -- CJ >

Test style 1:

Date West of –30° East of –30°
Sun 16 Jun 2024 .9301731, .2214024 .9301731, .2214024
Sat 15 Jun 2024 .9301731, .2214024 .9301731, .2214024
Fri 14 Jun 2024 .9301731, .2214024 .9301731, .2214024
Thu 13 Jun 2024 .9301731, .2214024 .9301731, .2214024
Wed 12 Jun 2024 .9301731, .2214024 .9301731, .2214024
Tue 11 Jun 2024 .9301731, .2214024 .9301731, .2214024
Mon 10 Jun 2024 .9301731, .2214024 .9301731, .2214024
Sun 9 Jun 2024 .9301731, .2214024 .9301731, .2214024


Test style 2:

Date West of –30° East of –30°
today same same