Plugin Directory

Changeset 222868


Ignore:
Timestamp:
03/29/2010 06:47:51 AM (16 years ago)
Author:
Meini
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • utech-world-time-for-wp/trunk/readme.txt

    r222851 r222868  
    2626
    2727    `[worldtime]`
     28
    2829   
    2930* Use the 'places' parameter to specify the clock's time zone:
    3031
    3132    `[worldtime places="Paris"]`
     33
    3234   
    3335* List several places sperated by a comma. This will create multiple world clocks in a stack (currently maximum 6)
    3436
    3537    `[worldtime places="Rome, New York"]`
     38
    3639
    3740Please note, the name of the location has to match exactly with a name in the list of our (ever expanding) database, if it is not found you will either default to the GMT/UTC clock or it will return a list of possible matches e.g. London will produce two clocks. See below on how to deal with this situation.
     
    4548    `[worldtime places="Paris, New"]`
    4649
     50
    4751* Or to list all names starting with 'Z'
    4852   
    4953    `[worldtime places="Z"]`
     54
    5055
    5156Please note currently there are only up to 6 clocks supported in a stack. Also please limit the total number of clocks per page to 6, see below for further details.
     
    5661    `[worldtime places="London" lcount=2]`
    5762
     63
    5864* Alternatively you can adjust the height of the list in pixels with the height parameter.
    5965If both the lcount and height parameter are used, then Utech World Time will use whichever results in a taller list.
     
    6268
    6369
     70
    6471**Complete list of parameters of this version**
    6572
    6673`places`
    67 -Takes a list of comma seperated towns
     74takes a list of comma seperated towns
    6875
    6976`lcount`
    70 - overrides the height of the list (number of clocks)
     77overrides the height of the list (number of clocks)
    7178
    7279`height`
    73 - overrides the height of the list (pixels)
     80overrides the height of the list (pixels)
    7481
    7582`base_color`
    76 - background color e.g. base_color=fff
     83background color e.g. base_color=fff
    7784
    7885`base_font_color`
    79 - location font color e.g. base_color=000
     86location font color e.g. base_color=000
    8087
    8188`base_font_size`
    82 - location font size
     89location font size
    8390
    8491`clock_color`
    85 - time background color e.g. base_color=bbb
     92time background color e.g. base_color=bbb
    8693
    8794`clock_font_color`
    88 - clock font color e.g. base_color=666
     95clock font color e.g. base_color=666
    8996
    9097`clock_font_size`
    91 - clock font size
     98clock font size
    9299
    93100`gap`
    94 - space between individual clocks in a stack
     101space between individual clocks in a stack
    95102
    96103`width`
    97 - overrides width in pixels
     104overrides width in pixels
    98105
    99106`sec`
    100 - will hide seconds if set to 0, e.g. sec=0
     107will hide seconds if set to 0, e.g. sec=0
    101108
    102109`exact`
    103 - will only find exact matches of places if set to anything other than 0, e.g. exact=1
     110will only find exact matches of places if set to anything other than 0, e.g. exact=1
    104111This is useful for places like for instance London which would otherwise produce 2 clocks: London and London (Canada)
    105112
Note: See TracChangeset for help on using the changeset viewer.