Plugin Directory

Changeset 222946


Ignore:
Timestamp:
03/29/2010 12:14:25 PM (16 years ago)
Author:
Meini
Message:
 
File:
1 edited

Legend:

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

    r222942 r222946  
    2525* Put the following shortcode anywhere on your post or page to create a GMT/UTC clock:
    2626
    27     `[worldtime]`
     27    `[worldtime]` 
    2828
    2929   
    3030* Use the 'places' parameter to specify the clock's time zone:
    3131
    32     `[worldtime places="Paris"]`
     32    `[worldtime places="Paris"]` 
    3333
    3434   
    3535* List several places sperated by a comma. This will create multiple world clocks in a stack (currently maximum 6)
    3636
    37     `[worldtime places="Rome, New York"]`
     37    `[worldtime places="Rome, New York"]` 
    3838
    3939
     
    4646For instance to create a list of world clocks for Paris, New Delhi, New Orleans, New York, and Newark, you can do this:
    4747
    48     `[worldtime places="Paris, New"]`
     48    `[worldtime places="Paris, New"]` 
    4949
    5050
    5151* Or to list all names starting with 'Z'
    5252
    53     `[worldtime places="Z"]`
     53    `[worldtime places="Z"]` 
    5454
    5555
     
    5959If you need to vary the list height, use the parameter lcount, which indicates the number of clocks shown.
    6060
    61     `[worldtime places="London" lcount=2]`
     61    `[worldtime places="London" lcount=2]` 
    6262
    6363
     
    6565If both the lcount and height parameter are used, then Utech World Time will use whichever results in a taller list.
    6666
    67     `[worldtime places="New" height=500]`
     67    `[worldtime places="New" height=500]`  
    6868
    6969
     
    9090
    9191`clock_color`
    92 time background color e.g. base_color=bbb
     92time background color
    9393
    9494`clock_font_color`
    95 clock font color e.g. base_color=666
     95clock font color
    9696
    9797`clock_font_size`
     
    9999
    100100`gap`
    101 space between individual clocks in a stack
     101space (in pixels) between individual clocks in a stack
    102102
    103103`width`
Note: See TracChangeset for help on using the changeset viewer.