Difference between revisions of "Template:THDayofWeek"
From Twilight Heroes Wiki
m (fixing linebreak issue) |
Hoyifung04 (talk | contribs) m (fixed for gained day) |
||
(7 intermediate revisions by 3 users not shown) | |||
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. --><includeonly>{{#switch: <!-- SWITCH for determining name of day --> | + | <!-- 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 --> |
− | {{#expr: ({{CURRENTDAY}} | + | |{{#switch: <!-- SWITCH for determining name of day --> |
− | + | {{#expr: | |
− | + | ( | |
− | + | {{CURRENTDAY}} | |
− | + | + {{#switch:{{CURRENTMONTH}}|01=0|02=31|03=59|04=90|05=120|06=151|07=181|08=212|09=243|10=273|11=304|12=334}} | |
− | + | + ({{CURRENTYEAR}} - 2004) * 365 | |
+ | + ((({{CURRENTYEAR}} - 2006) / 4) round 0) | ||
+ | - (({{CURRENTYEAR}} mod 4 = 0) and (({{CURRENTMONTH}} = 01) or ({{CURRENTMONTH}} = 02))) | ||
+ | - 1776 <!-- Day number for the 16th November 2008 using this formula --> | ||
+ | + (({{#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 --> | ||
+ | - 1 <!-- For the day lost in March 2014 --> | ||
+ | ) mod 6}} | ||
|0=Sunday | |0=Sunday | ||
|1=Moonday | |1=Moonday | ||
Line 12: | Line 19: | ||
|4=Starsday | |4=Starsday | ||
|5=Frayday | |5=Frayday | ||
− | }}</includeonly><noinclude> | + | }} |
+ | |{{#switch: <!-- SWITCH for determining name of day --> | ||
+ | {{#expr: | ||
+ | ( | ||
+ | {{#time: j | {{{1}}}}} | ||
+ | + {{#switch:{{#time: n | {{{1}}}}}|01=0|02=31|03=59|04=90|05=120|06=151|07=181|08=212|09=243|10=273|11=304|12=334}} | ||
+ | + ({{#time: Y | {{{1}}}}} - 2004) * 365 | ||
+ | + ((({{#time: Y | {{{1}}}}} - 2006) / 4) round 0) | ||
+ | - (({{#time: Y | {{{1}}}}} mod 4 = 0) and (({{#time: n | {{{1}}}}} = 01) or ({{#time: n | {{{1}}}}} = 02))) | ||
+ | - 1776 <!-- Day number for the 16th November 2008 using this formula --> | ||
+ | ) mod 6}} | ||
+ | |0=Sunday | ||
+ | |1=Moonday | ||
+ | |2=Thewsday | ||
+ | |3=Winsday | ||
+ | |4=Starsday | ||
+ | |5=Frayday | ||
+ | }}}}</includeonly><noinclude> | ||
==Variable== | ==Variable== | ||
Returns the day of the week in the game of today | 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== | ==Sample== | ||
− | <b>Today is {{</b><b>THDayofWeek}}</b> returns:<br> | + | <b><nowiki>Today is {{THDayofWeek}}</nowiki></b> returns:<br> |
− | + | Today is {{THDayofWeek}}<br><br> | |
− | </noinclude> | + | <b><nowiki>17 July 2009 is {{THDayofWeek|17 July 2009}}</nowiki></b> returns:<br> |
+ | 17 July 2009 is {{THDayofWeek|17 July 2009}} | ||
+ | [[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 Thewsday
17 July 2009 is {{THDayofWeek|17 July 2009}} returns:
17 July 2009 is Thewsday