Difference between revisions of "Template:Date on weekday after Juliandate/doc"

From blackwiki
Jump to navigation Jump to search
imported>FrescoBot
imported>Vanisaac
m (→‎See also: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
 
Line 53: Line 53:
 
* [[Template:Date on following weekday]]
 
* [[Template:Date on following weekday]]
  
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
+
<includeonly>{{Sandbox other||
 
<!-- Categories go here and interwikis go in Wikidata. -->
 
<!-- Categories go here and interwikis go in Wikidata. -->
 
[[Category:Date-computing templates]]
 
[[Category:Date-computing templates]]
 
}}</includeonly>
 
}}</includeonly>

Latest revision as of 22:48, 24 April 2020

Usage

This template displays the next date after the given Julian date which falls on the specified weekday.

Examples

In the following, 2456803 is the Julian date for 25 May 2014 (a Sunday).

Syntax What it looks like Notes
{{Date on weekday after Juliandate|2456803|Monday}} Error: Invalid time.
{{Date on weekday after Juliandate|2456803|Tuesday}} Error: Invalid time.
{{Date on weekday after Juliandate|2456803|Wednesday}} Error: Invalid time.
{{Date on weekday after Juliandate|2456803|Thursday}} Error: Invalid time.
{{Date on weekday after Juliandate|2456803|Friday}} Error: Invalid time.
{{Date on weekday after Juliandate|2456803|Saturday}} Error: Invalid time.
{{Date on weekday after Juliandate|2456803|Sunday}} Error: Invalid time. When a Julian date falls on the specified weekday, the resulting date will be one week later.

Parameters

{{Date on weekday after Juliandate|JulianDate|Weekday}}

  1. Juliandate - starting Julian date
  2. Weekday - weekday (full English name) for which to generate the date after Julian date

See also