Difference between revisions of "Template:Infobox time zone"

From blackwiki
Jump to navigation Jump to search
imported>Soumya-8974
imported>CambridgeBayWeather
(Reverted to revision 906460464 by Plastikspork (talk): Broke the template (TW))
Line 1: Line 1:
{{Infobox
+
<includeonly>{{Infobox
| above         = {{{title|{{{name|{{PAGENAMEBASE}} }}} }}}
+
|above       = {{{title|{{{name|{{PAGENAMEBASE}}}}}}}}
| subheader      = {{{dst_title|{{{dst_name|}}} }}}
+
|image        = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|Standard World Time Zones.png}}}|size={{{imagesize|300px}}}|alt={{{alt|}}}}}
image        = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|Standard World Time Zones.png}}}|size={{{imagesize|300px}}}|alt={{{alt|}}} }}
+
|caption     = {{{caption|}}}
| caption       = {{{caption|}}}
+
|headerstyle = background:#ccf;
| headerstyle   = background:#ccf;
+
|labelstyle   = background:#ddf;
| labelstyle   = background:#ddf;
+
|header1     = UTC offset
| header1 = {{#if:{{{offset|}}}{{{dst_offset|}}}|Offsets}}
+
|label2      = {{{initials|UTC}}}
| label2  = Normal
+
|data2        = [[UTC{{{offset|±00:00}}}]]
|  data2  = {{#if:{{{offset|}}}|[[UTC{{{offset|}}}]] }}
+
|label3      = {{{dst initials|}}}
| label3  = DST
+
|data3        = {{#ifeq:{{{dst offset|}}}|||[[UTC{{{dst offset|}}}]]}}
|   data3  = {{#if:{{{dst_offset|}}}|[[UTC{{{dst_offset|}}}]] }}
+
|header4      = {{#ifeq:{{#invoke:String|find|{{time|{{{name|{{{initials|UTC}}}}}}|dst={{#ifeq:{{{dst use|all}}}|none|no|yes}}|df={{{format|dmy}}}}}|unknown timezone}}|0|Current time}}
| header4  = Current time
+
|data5       = {{#ifeq:{{#invoke:String|find|{{time|{{{name|{{{initials|UTC}}}}}}|dst={{#ifeq:{{{dst use|all}}}|none|no|yes}}|df={{{format|dmy}}}}}|unknown timezone}}|0|{{time|{{{name|{{{initials|UTC}}}}}}|dst={{#ifeq:{{{dst use|all}}}|none|no|yes}}|df={{{format|dmy}}}}}}}
|   data5 = {{time|{{{acronym|{{PAGENAME}} }}}|df={{{date_format|}}} }}
+
|header6     = {{#ifeq:{{{display observance|}}}|no||Observance of DST}}
| header6 = {{#if:{{{dst_use|}}}|Observance of DST}}
+
|data7       = {{#ifeq:{{{display observance|}}}|no||{{#switch:{{{dst use|{{{daylight savings use|}}}}}}
|   data7 = {{#switch:{{{dst_use|}}}
 
 
   |none=DST is not observed in this time zone.
 
   |none=DST is not observed in this time zone.
   |only=This time zone is only used for DST. {{#if:{{{non_dst_initials|}}}|For the rest of the year, {{{non_dst_initials}}} is used.}}
+
   |only=This time zone is only used for DST. {{#if:{{{non dst initials|}}}|For the rest of the year, {{{non dst initials}}} is used.}}
   |some|parts=DST is observed in {{{dst_use|}}} of this time zone.
+
   |some|parts=DST is observed in {{{dst use|{{{daylight savings use|}}}}}} of this time zone.
   |all=DST is observed throughout this time zone.}}
+
   |#default|all=DST is observed throughout this time zone.}} }}
| header8  = {{#if:{{{meridian|{{Infobox time zone/meridian-central|UTC{{{offset|}}} }} }}}|Meridians}}
 
|  data9  = {{{meridian|{{Infobox time zone/meridian-central|{{#if:{{{offset|}}}|UTC{{{offset|}}}|{{PAGENAME}} }} }} }}}
 
 
}}
 
}}
{{#ifeq:{{#invoke:String|find|{{time|{{{name|{{{initials|UTC}}}}}}|dst={{#ifeq:{{{dst use|all}}}|none|no|yes}}|df={{{format|dmy}}}}}|unknown timezone}}|0||[[Category:Infobox time zone with unknown time zone]]}}[[Category:Pages using infobox time zone]]<!-- KEEP HERE FOR PAGE TRACKING REASONS (THIS IS MEANT TO BE HERE) --><noinclude>
+
{{#ifeq:{{#invoke:String|find|{{time|{{{name|{{{initials|UTC}}}}}}|dst={{#ifeq:{{{dst use|all}}}|none|no|yes}}|df={{{format|dmy}}}}}|unknown timezone}}|0||[[Category:Infobox time zone with unknown time zone]]}}[[Category:Pages using infobox time zone]]</includeonly><!-- KEEP HERE FOR PAGE TRACKING REASONS (THIS IS MEANT TO BE HERE) --><noinclude>
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

Revision as of 10:10, 16 July 2019

Template documentation[view] [edit] [history] [purge]

Template:Update

Usage

Recommended Usage

{{Infobox time zone
|caption =                    (caption for the image)
|dst use =                    (time zone uses DST, accepted values: all, none, some, parts, only; default is all)
|initials =                   (initials during standard time)
|dst initials =               (DST timezone initials, keep blank if daylight saving isn't used)
|offset =                     (offset from UTC during standard time)
|dst offset =                 (offset from UTC during DST, keep blank if daylight saving isn't used)
}}

All Parameters

{{Infobox time zone
|title =                      (title of the infobox; default is pagename)
|image =                      (a image for the infobox)
|caption =                    (caption for the image)
|dst use =                    (time zone uses DST, accepted values: all, none, some, parts, only; default is all)
|initials =                   (initials during standard time)
|name =                       (full name of the timezone, to be used when initials are shared with another zone causing the time to show incorrectly)
|dst initials =               (DST timezone initials, keep blank if daylight saving isn't used)
|non dst initials =           (initials of standard, non-DST timezone that is used when a DST-only timezone is not active; only use on DST only timezones)
|offset =                     (offset from UTC during standard time)
|dst offset =                 (offset from UTC during DST, keep blank if daylight saving isn't used)
|display observance =         (display the DST observance section; default is to display; single accepted value: no)
}}

Tracking categories