Plugin Directory

Changeset 222938


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

Legend:

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

    r222930 r222938  
    2323**Quick Start**
    2424
    25 * Put the following shortcode anywhere on your post or page to create a GMT/UTC clock:
    26     `[worldtime]`
     25* Put the following shortcode anywhere on your post or page to create a GMT/UTC clock:
     26
     27`[worldtime]`
    2728
    2829   
    2930* Use the 'places' parameter to specify the clock's time zone:
    30     `[worldtime places="Paris"]`
     31
     32`[worldtime places="Paris"]`
    3133
    3234   
    3335* List several places sperated by a comma. This will create multiple world clocks in a stack (currently maximum 6)
    34     `[worldtime places="Rome, New York"]`
     36
     37`[worldtime places="Rome, New York"]`
    3538
    3639
     
    4245* 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).
    4346For instance to create a list of world clocks for Paris, New Delhi, New Orleans, New York, and Newark, you can do this:
    44     `[worldtime places="Paris, New"]`
     47
     48`[worldtime places="Paris, New"]`
    4549
    4650
    4751* Or to list all names starting with 'Z'
    48     `[worldtime places="Z"]`
     52
     53`[worldtime places="Z"]`
    4954
    5055
     
    5358* Utech World Time estimates the number of returned items and adjusts the height of the list accordingly.
    5459If you need to vary the list height, use the parameter lcount, which indicates the number of clocks shown.
    55     `[worldtime places="London" lcount=2]`
     60
     61`[worldtime places="London" lcount=2]`
    5662
    5763
    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.
    60     `[worldtime places="New" height=500]`
     66
     67`[worldtime places="New" height=500]`
    6168
    6269
Note: See TracChangeset for help on using the changeset viewer.