Changeset 222877
- Timestamp:
- 03/29/2010 07:07:07 AM (16 years ago)
- File:
-
- 1 edited
-
utech-world-time-for-wp/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
utech-world-time-for-wp/trunk/readme.txt
r222868 r222877 1 1 === Utech World Time === 2 Contributors: meini www.utechworld.com2 Contributors: Meini, Utech Computer Solutions 3 3 Credits: timeanddate.com 4 4 Tags: world, clock, clocks, time, times, zone, international, daylight, saving, utc, gmt, shortcode … … 24 24 25 25 * Put the following shortcode anywhere on your post or page to create a GMT/UTC clock: 26 27 `[worldtime]` 26 `[worldtime]` 28 27 29 28 30 29 * Use the 'places' parameter to specify the clock's time zone: 31 32 `[worldtime places="Paris"]` 30 `[worldtime places="Paris"]` 33 31 34 32 35 33 * 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"]` 38 35 39 36 … … 45 42 * 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). 46 43 For 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"]` 49 45 50 46 51 47 * Or to list all names starting with 'Z' 52 53 `[worldtime places="Z"]` 48 `[worldtime places="Z"]` 54 49 55 50 … … 58 53 * Utech World Time estimates the number of returned items and adjusts the height of the list accordingly. 59 54 If 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]` 62 56 63 57 64 58 * Alternatively you can adjust the height of the list in pixels with the height parameter. 65 59 If 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]` 68 61 69 62
Note: See TracChangeset
for help on using the changeset viewer.