From c63ad1160f40b8c44d40c13f8849297c41f058cf Mon Sep 17 00:00:00 2001 From: laetzer Date: Tue, 9 Sep 2008 20:07:04 +0000 Subject: one help file for each module (that takes parameters), html code change from to
--- modules/help_mod_category_menu.tpl | 1 + modules/help_mod_category_suckerfish.tpl | 13 ++++++++ modules/help_mod_last_changes.tpl | 55 +++++++++++++------------------- modules/help_mod_whats_related.tpl | 1 + 4 files changed, 37 insertions(+), 33 deletions(-) create mode 100644 modules/help_mod_category_menu.tpl create mode 100644 modules/help_mod_category_suckerfish.tpl create mode 100644 modules/help_mod_whats_related.tpl diff --git a/modules/help_mod_category_menu.tpl b/modules/help_mod_category_menu.tpl new file mode 100644 index 0000000..9e6db5d --- /dev/null +++ b/modules/help_mod_category_menu.tpl @@ -0,0 +1 @@ +

This module doesn't take any parameters.

\ No newline at end of file diff --git a/modules/help_mod_category_suckerfish.tpl b/modules/help_mod_category_suckerfish.tpl new file mode 100644 index 0000000..6440599 --- /dev/null +++ b/modules/help_mod_category_suckerfish.tpl @@ -0,0 +1,13 @@ +

+ {tr}Suckerfish category{/tr} +
+ {tr}Example:{/tr} structure_id=4 +

+ +
+
root_structure_id
+
{tr}Numeric{/tr}
+ +
structure_id
+
{tr}Numeric{/tr}
+
\ No newline at end of file diff --git a/modules/help_mod_last_changes.tpl b/modules/help_mod_last_changes.tpl index 34d1d41..7611353 100644 --- a/modules/help_mod_last_changes.tpl +++ b/modules/help_mod_last_changes.tpl @@ -1,33 +1,22 @@ -{tr}Summary: Display the most recently changed content - limited to a given category.{/tr}
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{tr}Parameter{/tr}{tr}Value{/tr}{tr}Description{/tr}
content_type_guidbitpage
bituser
...
{tr}Here you can specify what type of content you wish to show.{/tr}
show_date( {tr}boolean{/tr} ){tr}Specify if you want to display the date of the last modification.{/tr}
hide_content_type( {tr}boolean{/tr} ){tr}Specify if you want to display the content type
(only applicable if you don't specify a content_type_guid).{/tr}
category_id( {tr}numeric{/tr} ){tr}Content ID of the pigeonhole you want to limit the listing to
(can be used instead of category).{/tr}
category( {tr}string{/tr} ){tr}Title of a category you want to limit the listing to
(can be used instead of category_id).{/tr}
+

+ {tr}Display the most recently changed content – limited to a given category. hide_content_type is only applicable if you don't specify a content_type_guid. The parameters category_id and category are interchangeable.{/tr} +
+ {tr}Example:{/tr} hide_content_type=1&show_date=1&category=News +

+ +
+
content_type_guid
+
{tr}bitpage, bituser, …{/tr}
+ +
show_date
+
{tr}Boolean{/tr}
+ +
hide_content_type
+
{tr}Boolean{/tr}
+ +
category_id
+
{tr}Numeric{/tr}
+ +
category
+
{tr}String{/tr}
+
\ No newline at end of file diff --git a/modules/help_mod_whats_related.tpl b/modules/help_mod_whats_related.tpl new file mode 100644 index 0000000..9e6db5d --- /dev/null +++ b/modules/help_mod_whats_related.tpl @@ -0,0 +1 @@ +

This module doesn't take any parameters.

\ No newline at end of file -- cgit v1.3