Changeset 637103
- Timestamp:
- 12/11/2012 04:20:32 PM (13 years ago)
- Location:
- shortcodify
- Files:
-
- 2 edited
-
tags/1.1.0/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shortcodify/tags/1.1.0/readme.txt
r637093 r637103 20 20 If you want to, Shortcodify creates a new widget area in, that you can use with the [widget] shortcode. 21 21 22 See all (actual) **possible shortcodes** below: 23 * `[wsc class=myCustomClass] TEXT [/wsc] - for individual CSS-classes` 24 * `[unshortcode] TEXT [/unshortcode] - other shortcodes in this shortcode will be ignored` 25 * `[br] - adds a linebreak (with clearing)` 26 * `[hr] - adds a horizontal line` 27 * `[date] - inserts the actual date` 28 * `[time] - inserts the actual time` 29 * `[widget] - inserts the content of the "Shortcodify" widget area` 30 * `[random] Text1 Text2 [/random] - returns only one of included areas (seperated by linebreak or whatever)` 22 See some **possible shortcodes** below: 23 * `[wsc class=myCustomClass]` TEXT `[/wsc]` - for individual CSS-classes 24 * `[unshortcode]` TEXT `[/unshortcode]` - other shortcodes in this shortcode will be ignored 25 * `[br]` - adds a linebreak (with clearing) 26 * `[hr]` - adds a horizontal line 27 * `[date]` - inserts the actual date 28 * `[time]` - inserts the actual time 29 * `[widget]` - inserts the content of the "Shortcodify" widget area 30 * `[random]` Text1 Text2 [/random] - returns only one of included areas (seperated by linebreak or whatever)` 31 * A few more useful shortcodes 31 32 32 33 = Is a useful shortcode missing? = -
shortcodify/trunk/readme.txt
r637093 r637103 20 20 If you want to, Shortcodify creates a new widget area in, that you can use with the [widget] shortcode. 21 21 22 See all (actual) **possible shortcodes** below: 23 * `[wsc class=myCustomClass] TEXT [/wsc] - for individual CSS-classes` 24 * `[unshortcode] TEXT [/unshortcode] - other shortcodes in this shortcode will be ignored` 25 * `[br] - adds a linebreak (with clearing)` 26 * `[hr] - adds a horizontal line` 27 * `[date] - inserts the actual date` 28 * `[time] - inserts the actual time` 29 * `[widget] - inserts the content of the "Shortcodify" widget area` 30 * `[random] Text1 Text2 [/random] - returns only one of included areas (seperated by linebreak or whatever)` 22 See some **possible shortcodes** below: 23 * `[wsc class=myCustomClass]` TEXT `[/wsc]` - for individual CSS-classes 24 * `[unshortcode]` TEXT `[/unshortcode]` - other shortcodes in this shortcode will be ignored 25 * `[br]` - adds a linebreak (with clearing) 26 * `[hr]` - adds a horizontal line 27 * `[date]` - inserts the actual date 28 * `[time]` - inserts the actual time 29 * `[widget]` - inserts the content of the "Shortcodify" widget area 30 * `[random]` Text1 Text2 [/random] - returns only one of included areas (seperated by linebreak or whatever)` 31 * A few more useful shortcodes 31 32 32 33 = Is a useful shortcode missing? =
Note: See TracChangeset
for help on using the changeset viewer.