Plugin Directory

Changeset 222942


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

Legend:

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

    r222938 r222942  
    2323**Quick Start**
    2424
    25 * Put the following shortcode anywhere on your post or page to create a GMT/UTC clock: 
     25* 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
Note: See TracChangeset for help on using the changeset viewer.