Difference between revisions of "Template:THDayofWeek"
From Twilight Heroes Wiki
(test) |
Hoyifung04 (talk | contribs) m (fixed for gained day) |
||
Line 1: | Line 1: | ||
− | <!-- This function works by finding the number of days which have elapsed since the 16th November 2008, which was a Sunday, and which also was the day after this function was (first) made. This is adjusted for the two days lost in July 2009 | + | <!-- This function works by finding the number of days which have elapsed since the 16th November 2008, which was a Sunday, and which also was the day after this function was (first) made. This is adjusted for the two days lost in July 2009, one day lost in June 2013, and one day gained in March 2014--><includeonly>{{#ifeq:{{{1|?}}}|? <!-- checks for an EVALUATION statement, if argument exists --> |
|{{#switch: <!-- SWITCH for determining name of day --> | |{{#switch: <!-- SWITCH for determining name of day --> | ||
{{#expr: | {{#expr: | ||
Line 11: | Line 11: | ||
+ (({{#time: H}} >= 4) and ({{#time: i}} >= 10) or ({{#time: H}} >= 5)) | + (({{#time: H}} >= 4) and ({{#time: i}} >= 10) or ({{#time: H}} >= 5)) | ||
+ 3 <!-- For the two days lost in July 2009 and one in June 2013 --> | + 3 <!-- For the two days lost in July 2009 and one in June 2013 --> | ||
+ | - 1 <!-- For the day lost in March 2014 --> | ||
) mod 6}} | ) mod 6}} | ||
|0=Sunday | |0=Sunday | ||
Line 40: | Line 41: | ||
==Function== | ==Function== | ||
− | Returns the day of the week of any day after | + | Returns the day of the week of any day after 30 March 2014. |
==Sample== | ==Sample== | ||
− | <b>Today is {{</ | + | <b><nowiki>Today is {{THDayofWeek}}</nowiki></b> returns:<br> |
Today is {{THDayofWeek}}<br><br> | Today is {{THDayofWeek}}<br><br> | ||
− | <b>17 July 2009 is {{ | + | <b><nowiki>17 July 2009 is {{THDayofWeek|17 July 2009}}</nowiki></b> returns:<br> |
17 July 2009 is {{THDayofWeek|17 July 2009}} | 17 July 2009 is {{THDayofWeek|17 July 2009}} | ||
[[Category:Utility Templates|{{PAGENAME}}]]</noinclude> | [[Category:Utility Templates|{{PAGENAME}}]]</noinclude> |
Latest revision as of 17:00, 30 March 2014
Variable
Returns the day of the week in the game of today
Function
Returns the day of the week of any day after 30 March 2014.
Sample
Today is {{THDayofWeek}} returns:
Today is Moonday
17 July 2009 is {{THDayofWeek|17 July 2009}} returns:
17 July 2009 is Thewsday