Difference between revisions of "Template:Dow date to use"

From Geohashing
imported>Tjtrumpet2323
m
imported>Tjtrumpet2323
m
Line 1: Line 1:
{{ #ifexpr: {{ #time: N | {{CURRENTTIMESTAMP}} }} >= 5
+
{{ #ifexpr: {{ #time: N | {{{1|{{CURRENTTIMESTAMP}} }}} }} >= 5
| {{Dow date to use/isWeekend|{{{1}}}|30w={{{30w|0}}} }} <!-- is a Saturday/Sunday, use Friday, but check holidays first -->
+
| {{Dow date to use/isWeekend|{{{1|{{CURRENTTIMESTAMP}} }}}|30w={{{30w|0}}} }} <!-- is a Saturday/Sunday, use Friday, but check holidays first -->
| {{Dow date to use/isWeekday|{{{1}}}|30w={{{30w|0}}} }} <!-- is a weekday, use own date -->
+
| {{Dow date to use/isWeekday|{{{1|{{CURRENTTIMESTAMP}} }}}|30w={{{30w|0}}} }} <!-- is a weekday, use own date -->
 
}}<noinclude>
 
}}<noinclude>
 
== Usage ==
 
== Usage ==
 
<code><nowiki>{{Dow date to use|2008-05-25|30w=0}}</nowiki></code>
 
<code><nowiki>{{Dow date to use|2008-05-25|30w=0}}</nowiki></code>
  
 +
* Defaults to current date.  Use parameter in <code><nowiki>yyyy-mm-dd</nowiki></code> format for other dates.
 
* Considers weekends and backwards-compatible [[30W]] rule.
 
* Considers weekends and backwards-compatible [[30W]] rule.
 
** Defaults to '''not''' using 30W rule (i.e., gives coords for west of 30W).  For east of 30W, use <code><nowiki>30w=1</nowiki></code> parameter.
 
** Defaults to '''not''' using 30W rule (i.e., gives coords for west of 30W).  For east of 30W, use <code><nowiki>30w=1</nowiki></code> parameter.
 
* Will soon also consider [[Dow holiday]]s.
 
* Will soon also consider [[Dow holiday]]s.
 
</noinclude>
 
</noinclude>

Revision as of 04:13, 25 May 2008

Template:Dow date to use/considerHolidays

Usage

{{Dow date to use|2008-05-25|30w=0}}

  • Defaults to current date. Use parameter in yyyy-mm-dd format for other dates.
  • Considers weekends and backwards-compatible 30W rule.
    • Defaults to not using 30W rule (i.e., gives coords for west of 30W). For east of 30W, use 30w=1 parameter.
  • Will soon also consider Dow holidays.