The logo competition for the 2025 4chan Spring Babby Cup is now taking submissions.
Please send all submissions to Potatotron. Logos will be placed in this gallery. This will be followed by a polling period to determine which logo will be used.

You must supply a high-res PNG file (5000x5000 limit) and the original multi-layer source file. Additionally you must supply a qualifiers version as well as the main logo.

Cloverleaf logo: .png .svg

Cloverball logo: .ai .png .svg

Difference between revisions of "Template:Time"

From Rigged Wiki
Jump to navigation Jump to search
(testing if this works)
Line 1: Line 1:
<abbr style="border-bottom: 1px dotted #000; background: #f1f1f1;" title="Eastern Time: {{#ifexpr: {{#expr:{{{1}}}-5}} >12|{{#expr: {{#expr:{{{1}}}-5}}-12}}:{{{2}}}pm|{{#expr:{{{1}}}-5}}:{{{2}}}am}}
<abbr style="border-bottom: 1px dotted #000; background: #f1f1f1;" title="Eastern Time: {{#ifexpr: {{#expr:{{{1}}}-5}} >=12|{{#expr: {{#expr:{{{1}}}-5}}-12}}:{{{2}}}pm|{{#expr:{{{1}}}-5}}:{{{2}}}am}}
&#13;Pacific Time: {{#ifexpr: {{#expr:{{{1}}}-8}} >12|{{#expr: {{#expr:{{{1}}}-8}}-12}}:{{{2}}}pm|{{#expr:{{{1}}}-8}}:{{{2}}}am}}"> {{{1}}}:{{{2}}}</abbr>
&#13;Pacific Time: {{#ifexpr: {{#expr:{{{1}}}-8}} >=12|{{#expr: {{#expr:{{{1}}}-8}}-12}}:{{{2}}}pm|{{#expr:{{{1}}}-8}}:{{{2}}}am}}"> {{{1}}}:{{{2}}}</abbr>


<noinclude>
<noinclude>

Revision as of 21:08, 7 February 2014

<abbr style="border-bottom: 1px dotted #000; background: #f1f1f1;" title="Eastern Time: Expression error: Unexpected < operator. &#13;Pacific Time: Expression error: Unexpected < operator."> {{{1}}}:{{{2}}}

Usage:

To show time zones on hover

Parameters

{{Time|17|30}}

1st variable is the hour and 2nd is the minute (in UTC)