Difference between revisions of "Template:OutageCounter"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{#expr: (-260 +{{#time:z}})}} days without an outage! | {{#expr: (-260 +{{#time:z}})}} days without an outage! | ||
<noinclude>[[Category:Front page templates]]</noinclude> | <noinclude>[[Category:Front page templates]]</noinclude> | ||
<noinclude>Here's the code I whipped up:<nowiki>{{#expr: (-xxx +{{#time:z}})}}</nowiki> | <noinclude>Here's the code I whipped up:<nowiki>{{#expr: (-xxx +{{#time:z}})}}</nowiki> | ||
<br>To calculate the date to put in without having to figure it out manually use http://mistupid.com/calendar/dayofyear.htm | <br>To calculate the date to put in without having to figure it out manually use http://mistupid.com/calendar/dayofyear.htm | ||
<br>Then replace xxx with the calculated date.--[[User:Ror|Ror]]</noinclude> | <br>Then replace xxx with the calculated date.--[[User:Ror|Ror]]</noinclude> |
Revision as of 09:02, 27 September 2009
59 days without an outage!
Here's the code I whipped up:{{#expr: (-xxx +{{#time:z}})}}
To calculate the date to put in without having to figure it out manually use http://mistupid.com/calendar/dayofyear.htm
Then replace xxx with the calculated date.--Ror