Changeset 528776
- Timestamp:
- 04/08/2012 09:06:21 AM (14 years ago)
- File:
-
- 1 edited
-
showlinks/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
showlinks/trunk/readme.txt
r528714 r528776 18 18 19 19 Available parameters: 20 category=<comma-separated ID-list> // Cannot be used along with category name21 category_name="<category title>" // Cannot be used along with category22 show_images=1 or 0 (1=true (default), 0=false)23 show_name=1 or 0 (1=true, 0=false (default)) // Only active when picture is set for link24 show_description=1 or 0 (1=true, 0=false (default)20 * category=<comma-separated ID-list> // Cannot be used along with category name 21 * category_name="<category title>" // Cannot be used along with category 22 * show_images=1 or 0 (1=true (default), 0=false) 23 * show_name=1 or 0 (1=true, 0=false (default)) // Only active when picture is set for link 24 * show_description=1 or 0 (1=true, 0=false (default) 25 25 26 26 Examples: 27 To show category ID's 2 and 5 along with the description28 [showlinks category=2,5 show_description=1]27 * To show category ID's 2 and 5 along with the description 28 * [showlinks category=2,5 show_description=1] 29 29 30 To show link category "Räksmörgås" (Yes, this is some what stupid when using characters like this... use ID's instead if possible.)31 [showlink category_name="Räksmörgås"]30 * To show link category "Räksmörgås" (Yes, this is some what stupid when using characters like this... use ID's instead if possible.) 31 * [showlink category_name="Räksmörgås"] 32 32 33 Done!33 * Done! 34 34 35 35 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.