Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "Template:User time zone"

From Paragon Wiki Archive
Jump to: navigation, search
(userbox stolen from wikipedia.)
 
(cleanup.)
Line 1: Line 1:
 
<div style="float:left;border:solid #ccc 1px;margin: 1px;">
 
<div style="float:left;border:solid #ccc 1px;margin: 1px;">
 
{| cellspacing="0" style="width:238px;background: #fff;"
 
{| cellspacing="0" style="width:238px;background: #fff;"
| style="width:45px;height:45px;background:#ccc;text-align:center;font-size:14pt;color:font color;"| {{#switch:{{{2}}}|watch=[[Image:Noia 64 apps clock.png{{!}}46px]]|clock=[[Image:Wall clock.jpg{{!}}46px]]|alarm=[[Image:Windup alarm clock.jpg{{!}}46px]]|{{{1}}}}}
+
| style="width:45px;height:45px;background:#ccc;text-align:center;font-size:14pt;color:font color;"|{{{1}}}
| style="font-size: 8pt; padding: 4pt; line-height: 1.25em; color: font color;" | This user's time zone is '''{{#if:{{{3|}}}|[[{{{3}}}|{{{1}}}]]|[[{{{1}}}]]}}'''.
+
| style="font-size: 8pt; padding: 4pt; line-height: 1.25em; color: font color;" | This user's time zone is [[Wikipedia:{{{1}}}]]'''.
|}</div><noinclude>{{clear}}
+
|}</div><noinclude>{{clr}}
----
+
 
This template is meant to replace all other time zone related templates. Please see the usage to create your template.
+
==Usage==
+
The first variable of the template is required and can be UTC with or without an offset, GMT, or your time zone's abbreviation. The second variable is the image you wish to use. There are three images to from which to choose, or you can leave it blank, and your time zone's abbreviation will be displayed where the image would be. It is recommended that you use an image with a time zone with an offset. The third variable is for the link for the timezone abbreviation to point to - by default, this is the abbreviation itself, which is usually a disambiguation. The old syntax using '''<code><nowiki>time zone{{!}}time zone abbreviation</nowiki></code>''' in the first argument is still currently supported, but requires that an image be used.
+
 
===Samples===
 
===Samples===
 
{|
 
{|
 
!Template output
 
!Template output
 
!Stand alone code
 
!Stand alone code
![[Template:Babel|Babel box]] code
 
 
|-
 
|-
 
|{{User time zone|UTC}}
 
|{{User time zone|UTC}}
 
|<pre>{{User time zone|UTC}}</pre>
 
|<pre>{{User time zone|UTC}}</pre>
|<pre>|time zone{{!}}UTC|</pre>
 
 
|-
 
|-
 
|{{User time zone|GMT}}
 
|{{User time zone|GMT}}
 
|<pre>{{User time zone|GMT}}</pre>
 
|<pre>{{User time zone|GMT}}</pre>
|<pre>|time zone{{!}}GMT|</pre>
 
 
|-
 
|-
 
|{{User time zone|EST}}
 
|{{User time zone|EST}}
 
|<pre>{{User time zone|EST}}</pre>
 
|<pre>{{User time zone|EST}}</pre>
|<pre>|time zone{{!}}EST|</pre>
+
|}</noinclude>
|-
+
|{{User time zone|UTC-5}}
+
|<pre>{{User time zone|UTC-5}}</pre>
+
|<pre>|time zone{{!}}UTC-5|</pre>
+
|-
+
|{{User time zone|UTC+0:20}}
+
|<pre>{{User time zone|UTC+0:20}}</pre>
+
|<pre>|time zone{{!}}UCT+0:20|</pre>
+
|-
+
|{{User time zone|UTC|watch}}
+
|<pre>{{User time zone|UTC|watch}}</pre>
+
|<pre>|time zone{{!}}UTC{{!}}watch|</pre>
+
|-
+
|{{User time zone|GMT|watch}}
+
|<pre>{{User time zone|GMT|watch}}</pre>
+
|<pre>|time zone{{!}}GMT{{!}}watch|</pre>
+
|-
+
|{{User time zone|EST|watch}}
+
|<pre>{{User time zone|EST|watch}}</pre>
+
|<pre>|time zone{{!}}EST{{!}}watch|</pre>
+
|-
+
|{{User time zone|UTC-5|watch}}
+
|<pre>{{User time zone|UTC-5|watch}}</pre>
+
|<pre>|time zone{{!}}UTC-5{{!}}watch|</pre>
+
|-
+
|{{User time zone|UTC+0:20|watch}}
+
|<pre>{{User time zone|UTC+0:20|watch}}</pre>
+
|<pre>|time zone{{!}}UTC+0:20{{!}}watch|</pre>
+
|-
+
|{{User time zone|UTC|clock}}
+
|<pre>{{User time zone|UTC|clock}}</pre>
+
|<pre>|time zone{{!}}UTC{{!}}clock|</pre>
+
|-
+
|{{User time zone|GMT|clock}}
+
|<pre>{{User time zone|GMT|clock}}</pre>
+
|<pre>|time zone{{!}}GMT{{!}}clock|</pre>
+
|-
+
|{{User time zone|EST|clock}}
+
|<pre>{{User time zone|EST|clock}}</pre>
+
|<pre>|time zone{{!}}EST{{!}}clock|</pre>
+
|-
+
|{{User time zone|UTC-5|clock}}
+
|<pre>{{User time zone|UTC-5|clock}}</pre>
+
|<pre>|time zone{{!}}UTC-5{{!}}clock|</pre>
+
|-
+
|{{User time zone|UTC+0:20|clock}}
+
|<pre>{{User time zone|UTC+0:20|clock}}</pre>
+
|<pre>|time zone{{!}}UTC+0:20{{!}}clock|</pre>
+
|-
+
|{{User time zone|UTC|alarm}}
+
|<pre>{{User time zone|UTC|alarm}}</pre>
+
|<pre>|time zone{{!}}UTC{{!}}|alarm|</pre>
+
|-
+
|{{User time zone|GMT|alarm}}
+
|<pre>{{User time zone|GMT|alarm}}</pre>
+
|<pre>|time zone{{!}}GMT{{!}}alarm|</pre>
+
|-
+
|{{User time zone|EST|alarm}}
+
|<pre>{{User time zone|EST|alarm}}</pre>
+
|<pre>|time zone{{!}}EST{{!}}alarm|</pre>
+
|-
+
|{{User time zone|UTC-5|alarm}}
+
|<pre>{{User time zone|UTC-5|alarm}}</pre>
+
|<pre>|time zone{{!}}UTC-5{{!}}alarm|</pre>
+
|-
+
|{{User time zone|UTC+0:20|alarm}}
+
|<pre>{{User time zone|UTC+0:20|alarm}}</pre>
+
|<pre>|time zone{{!}}UTC+0:20{{!}}alarm|</pre>
+
|}
+
 
+
===Offsets===
+
'''Available [[UTC]] offsets:''' [[UTC+14|+14]], [[UTC+13:45|+13:45]], [[UTC+13|+13]], [[UTC+12:45|+12:45]], [[UTC+12|+12]], [[UTC+11:30|+11:30]], [[UTC+11|+11]], [[UTC+10:30|+10:30]], [[UTC+10|+10]], [[UTC+9:30|+9:30]], [[UTC+9|+9]], [[UTC+8:45|+8:45]], [[UTC+8:30|+8:30]], [[UTC+8|+8]], [[UTC+7:30|+7:30]], [[UTC+7:20|+7:20]], [[UTC+7|+7]], [[UTC+6:30|+6:30]], [[UTC+6|+6]], [[UTC+5:45|+5:45]], [[UTC+5:40|+5:40]], [[UTC+5:30|+5:30]], [[UTC+5|+5]], [[UTC+4:51|+4:51]], [[UTC+4:30|+4:30]], [[UTC+4|+4]], [[UTC+3:30|+3:30]], [[UTC+3|+3]], [[UTC+2|+2]], [[UTC+1|+1]], [[UTC+0:30|+0:30]], [[UTC+0:20|+0:20]], [[UTC-0:25|-0:25]], [[UTC-1|-1]], [[UTC-2|-2]], [[UTC-2:30|-2:30]], [[UTC-3|-3]], [[UTC-3:30|-3:30]], [[UTC-4|-4]], [[UTC-5|-5]], [[UTC-6|-6]], [[UTC-7|-7]], [[UTC-8|-8]], [[UTC-9|-9]], [[UTC-9:30|-9:30]], [[UTC-10|-10]], [[UTC-11|-11]], [[UTC-12|-12]]
+
[[Category:Time zone user templates| ]][[Category:User templates using ParserFunctions|Time zone]]</noinclude>
+

Revision as of 03:11, 25 January 2007

{{{1}}} This user's time zone is [[Wikipedia:{{{1}}}]].

Samples

Template output Stand alone code
UTC This user's time zone is UTC.
{{User time zone|UTC}}
GMT This user's time zone is GMT.
{{User time zone|GMT}}
EST This user's time zone is EST.
{{User time zone|EST}}