Difference between revisions of "Template:Sandbox"

From Free Software Directory
Jump to: navigation, search
m
m
Line 1: Line 1:
<noinclude>
+
{{#ifexpr: {{#ifeq: {{{1|+}}} | {{{1|-}}}
This template displays the alphabetic time zone abbreviation for the one which Boston is under. Currently it should return either <code>EST</code> (default) or <code>EDT</code>.
+
                    | 1
 
+
                    | 0 }}
This template depends on {{#tag: code | <nowiki>{{LOCALTIMESTAMP}}</nowiki>}} (which returns the timestamp for the last time the page was rendered, according to the server's local time) and on {{#tag: code | <nowiki>{{CURRENTTIMESTAMP}}</nowiki>}} (which does the same but always in UTC+0000).
+
          or
 
+
          {{#ifeq: {{{2|+}}} | {{{2|-}}}
As long as {{#tag: code | <nowiki>{{LOCALTIMESTAMP}}</nowiki>}} is correctly set, then the alphabetic time zone abbreviation should change correctly when the time is due.
+
                    | 1
 
+
                    | 0 }}
For testing purposes, this template accepts only one parameter which can be any thing, for the test to succeed the parameter must be a numeric time zone offset preceded by either <code>+</code> or <code>-</code> whose seconds have been converted to their decimal representation and such offset must be recognized by the template.
+
          | true
 
+
          | false }}
If the tests with either the optional parameter or the current timestamps fail to produce a recognized numeric time zone offset, then the default is used with an error message.
 
</noinclude><includeonly>{{#switch: {{#ifeq: {{{1|+}}}
 
                                            | {{{1|-}}}
 
                                            | {{{1}}}
 
                                            | {{#ifexpr: {{#time: xNU | {{LOCALTIMESTAMP}} }} > {{#time: xNU }}
 
                                                          | +{{#expr: ( {{#time: xNU | {{LOCALTIMESTAMP}} }} - {{#time: xNU }} ) / ( 60 ^ 2 ) }}
 
                                                          | {{#ifexpr: {{#time: xNU | {{LOCALTIMESTAMP}} }} < {{#time: xNU }}
 
                                                                      | -{{#expr: ( {{#time: xNU }} - {{#time: xNU | {{LOCALTIMESTAMP}} }} ) / ( 60 ^ 2 ) }}
 
                                                                      | +0 }} }} }}
 
                                    | -5 = EST
 
                                    | -4 = EDT
 
                                    |#default = <span class="error">EST (fallback mode)</span> }}</includeonly>
 

Revision as of 10:19, 6 February 2018

false



Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.