From acb5ba66fb23983dc78acc90bcc98cc9603e38bc Mon Sep 17 00:00:00 2001 From: laetzer Date: Tue, 9 Sep 2008 20:07:03 +0000 Subject: one help file for each module (that takes parameters), html code change from to
--- modules/help_mod_images.tpl | 55 ++++++++++++++++++--------------------------- 1 file changed, 22 insertions(+), 33 deletions(-) (limited to 'modules') diff --git a/modules/help_mod_images.tpl b/modules/help_mod_images.tpl index a47675c..a5bc7f7 100644 --- a/modules/help_mod_images.tpl +++ b/modules/help_mod_images.tpl @@ -1,33 +1,22 @@ -{tr}Summary: Display images from the fisheye gallery.{/tr}
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{tr}Parameter{/tr}{tr}Value{/tr}{tr}Description{/tr}
sort_modecreated
hits
random
{tr}Here you can modify what the sort criteria is (default is random).{/tr}
maxlen( {tr}numeric{/tr} ){tr}Truncate the title to the specified number of letters.{/tr}
description( {tr}boolean{/tr} ){tr}If set, image description is shown as well.{/tr}
maxlendesc( {tr}numeric{/tr} ){tr}Truncate the description to the specified number of letters.{/tr}
recent_users( {tr}boolean{/tr} ){tr}This will display the most recent image from the most recent users.{/tr}
+

+ {tr}Display images from the fisheye gallery. If maxlen is set, the image's title is shown, and truncated to the specified number of letters. If description is set, the image's description is shown and can be truncated by setting maxlendesc. recent_users will display the most recent image from the most recent users.{/tr} +
+ {tr}Example:{/tr} sort_mode=hits&maxlen=111&description=yes&maxlendesc=222 +

+ +
+
sort_mode
+
{tr}random{/tr}, created, hits
+ +
maxlen
+
{tr}Boolean{/tr}
+ +
description
+
{tr}Boolean{/tr}
+ +
maxlendesc
+
{tr}Numeric{/tr}
+ +
recent_users
+
{tr}Boolean{/tr}
+
\ No newline at end of file -- cgit v1.3