Plugin Directory

Changeset 222918


Ignore:
Timestamp:
03/29/2010 09:10:07 AM (16 years ago)
Author:
Meini
Message:
 
File:
1 edited

Legend:

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

    r222897 r222918  
    2424
    2525* Put the following shortcode anywhere on your post or page to create a GMT/UTC clock:
    26 
    27 `[worldtime]`
     26    `[worldtime]`
    2827
    2928   
    3029* Use the 'places' parameter to specify the clock's time zone:
    31 
    32 `[worldtime places="Paris"]`
     30    `[worldtime places="Paris"]`
    3331
    3432   
    3533* List several places sperated by a comma. This will create multiple world clocks in a stack (currently maximum 6)
    36 
    37 
    38 `[worldtime places="Rome, New York"]`
     34    `[worldtime places="Rome, New York"]`
    3935
    4036
     
    4642* Use only the beginning of a name to list all places starting with the same characters. (This behaviour can be controlled with the `exact` parameter, see below).
    4743For instance to create a list of world clocks for Paris, New Delhi, New Orleans, New York, and Newark, you can do this:
    48 
    49 `[worldtime places="Paris, New"]`
     44    `[worldtime places="Paris, New"]`
    5045
    5146
    5247* Or to list all names starting with 'Z'
    53 
    54 `[worldtime places="Z"]`
     48    `[worldtime places="Z"]`
    5549
    5650
     
    5953* Utech World Time estimates the number of returned items and adjusts the height of the list accordingly.
    6054If you need to vary the list height, use the parameter lcount, which indicates the number of clocks shown.
    61 
    62 `[worldtime places="London" lcount=2]`
     55    `[worldtime places="London" lcount=2]`
    6356
    6457
    6558* Alternatively you can adjust the height of the list in pixels with the height parameter.
    6659If both the lcount and height parameter are used, then Utech World Time will use whichever results in a taller list.
    67 
    68 `[worldtime places="New" height=500]`
     60    `[worldtime places="New" height=500]`
    6961
    7062
Note: See TracChangeset for help on using the changeset viewer.