Plugin Directory

Changeset 222877


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

Legend:

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

    r222868 r222877  
    11=== Utech World Time ===
    2 Contributors: meini www.utechworld.com
     2Contributors: Meini, Utech Computer Solutions
    33Credits: timeanddate.com
    44Tags: world, clock, clocks, time, times, zone, international, daylight, saving, utc, gmt, shortcode
     
    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     `[worldtime places="Rome, New York"]`
     34`[worldtime places="Rome, New York"]`
    3835
    3936
     
    4542* 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).
    4643For instance to create a list of world clocks for Paris, New Delhi, New Orleans, New York, and Newark, you can do this:
    47 
    48     `[worldtime places="Paris, New"]`
     44`[worldtime places="Paris, New"]`
    4945
    5046
    5147* Or to list all names starting with 'Z'
    52    
    53     `[worldtime places="Z"]`
     48`[worldtime places="Z"]`
    5449
    5550
     
    5853* Utech World Time estimates the number of returned items and adjusts the height of the list accordingly.
    5954If you need to vary the list height, use the parameter lcount, which indicates the number of clocks shown.
    60 
    61     `[worldtime places="London" lcount=2]`
     55`[worldtime places="London" lcount=2]`
    6256
    6357
    6458* Alternatively you can adjust the height of the list in pixels with the height parameter.
    6559If both the lcount and height parameter are used, then Utech World Time will use whichever results in a taller list.
    66 
    67     `[worldtime places="New" height=500]`
     60`[worldtime places="New" height=500]`
    6861
    6962
Note: See TracChangeset for help on using the changeset viewer.