The logo competition for the 2025 4chan Winter Cup is now taking submissions. | ||
The deadline is January 6th, 23:59 UTC. Logos will be placed in this gallery to facilitate discussion. This will be followed by a polling period to determine which logo will be used. Please send all submissions to Potatotron. You must supply a high-res PNG file (5000x5000 limit) and the original multi-layer source file. | ||
Cloverleaf logo: .png .svg |
|
Cloverball logo: .ai .png .svg |
Difference between revisions of "Template:Time"
Jump to navigation
Jump to search
(End of DST adjustment) |
(DST adjustment, text improvements) |
||
Line 1: | Line 1: | ||
<abbr style="border-bottom: 1px dotted #000; background: #f1f1f1;" title="Eastern Time: {{#ifexpr: {{#expr:{{{1}}}- | <abbr style="border-bottom: 1px dotted #000; background: #f1f1f1;" title="Eastern Time: {{#ifexpr: {{#expr:{{{1}}}-4}} >12|{{#expr: {{#expr:{{{1}}}-4}}-12}}:{{{2}}} pm|{{#ifexpr: {{#expr:{{{1}}}-4}} =12|12:{{{2}}} pm|{{#ifexpr: {{#expr:{{{1}}}-4}} <0|{{#expr:12+({{{1}}}-4)}}:{{{2}}} pm|{{#ifexpr: {{#expr:{{{1}}}-4}} =0|12:{{{2}}} am|{{#expr:{{{1}}}-4}}:{{{2}}} am}}}}}}}} | ||
Pacific Time: {{#ifexpr: {{#expr:{{{1}}}- | Pacific Time: {{#ifexpr: {{#expr:{{{1}}}-7}} >12|{{#expr: {{#expr:{{{1}}}-7}}-12}}:{{{2}}} pm|{{#ifexpr: {{#expr:{{{1}}}-7}} =12|12:{{{2}}} pm|{{#ifexpr: {{#expr:{{{1}}}-7}} <0|{{#expr:12+({{{1}}}-7)}}:{{{2}}} pm|{{#ifexpr: {{#expr:{{{1}}}-7}} =0|12:{{{2}}} am|{{#expr:{{{1}}}-7}}:{{{2}}} am}}}}}}}}"> {{{1}}}:{{{2}}}</abbr> | ||
<noinclude> | <noinclude> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
==Usage | ==Usage== | ||
Shows the corresponding time in the US Eastern and Pacific time zones on hover. | |||
===Parameters=== | ===Parameters=== | ||
<pre>{{Time|17|30}}</pre> | <pre>{{Time|17|30}}</pre> | ||
The first variable is the hour and the second one is the minute (in UTC).</noinclude> |
Revision as of 17:37, 12 March 2017
<abbr style="border-bottom: 1px dotted #000; background: #f1f1f1;" title="Eastern Time: Expression error: Unexpected < operator. Pacific Time: Expression error: Unexpected < operator."> {{{1}}}:{{{2}}}
Usage
Shows the corresponding time in the US Eastern and Pacific time zones on hover.
Parameters
{{Time|17|30}}
The first variable is the hour and the second one is the minute (in UTC).