diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-09-09 20:07:06 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-09-09 20:07:06 +0000 |
| commit | 06c57b8f3511994b3f1078495d34f5459346cc26 (patch) | |
| tree | 8a829ccf5c3acdf4e9baadbfd0cfb8aab4e23fd8 /modules | |
| parent | fe41e77e13c31fbe39147b4b44ee9e2907e55edd (diff) | |
| download | wiki-06c57b8f3511994b3f1078495d34f5459346cc26.tar.gz wiki-06c57b8f3511994b3f1078495d34f5459346cc26.tar.bz2 wiki-06c57b8f3511994b3f1078495d34f5459346cc26.zip | |
one help file for each module (that takes parameters), html code change from <table> to <dl>
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/help_mod_comm_received_objects.tpl | 1 | ||||
| -rw-r--r-- | modules/help_mod_last_modif_pages.tpl | 10 | ||||
| -rw-r--r-- | modules/help_mod_random_pages.tpl | 1 | ||||
| -rw-r--r-- | modules/help_mod_top_pages.tpl | 10 | ||||
| -rw-r--r-- | modules/help_mod_wiki_last_comments.tpl | 10 |
5 files changed, 32 insertions, 0 deletions
diff --git a/modules/help_mod_comm_received_objects.tpl b/modules/help_mod_comm_received_objects.tpl new file mode 100644 index 0000000..9e6db5d --- /dev/null +++ b/modules/help_mod_comm_received_objects.tpl @@ -0,0 +1 @@ +<p>This module doesn't take any parameters.</p>
\ No newline at end of file diff --git a/modules/help_mod_last_modif_pages.tpl b/modules/help_mod_last_modif_pages.tpl new file mode 100644 index 0000000..42cec0a --- /dev/null +++ b/modules/help_mod_last_modif_pages.tpl @@ -0,0 +1,10 @@ +<p class="note"> + {tr}Listing of last modified wiki pages. Titles are truncated to <kbd>maxlen</kbd>.{/tr} + <br /> + <span class="example">{tr}Example:{/tr} <kbd>maxlen=111</kbd></span> +</p> + +<dl> + <dt class="param"><kbd>maxlen</kbd></dt> + <dd><em>{tr}Numeric{/tr}</em></dd> +</dl>
\ No newline at end of file diff --git a/modules/help_mod_random_pages.tpl b/modules/help_mod_random_pages.tpl new file mode 100644 index 0000000..9e6db5d --- /dev/null +++ b/modules/help_mod_random_pages.tpl @@ -0,0 +1 @@ +<p>This module doesn't take any parameters.</p>
\ No newline at end of file diff --git a/modules/help_mod_top_pages.tpl b/modules/help_mod_top_pages.tpl new file mode 100644 index 0000000..5482e10 --- /dev/null +++ b/modules/help_mod_top_pages.tpl @@ -0,0 +1,10 @@ +<p class="note"> + {tr}Most visited pages. <kbd>user_pages</kbd> expects the ID of a user.{/tr} + <br /> + <span class="example">{tr}Example:{/tr} <kbd>user_pages=22</kbd></span> +</p> + +<dl> + <dt class="param"><kbd>user_pages</kbd></dt> + <dd><em>{tr}Numeric{/tr}</em></dd> +</dl>
\ No newline at end of file diff --git a/modules/help_mod_wiki_last_comments.tpl b/modules/help_mod_wiki_last_comments.tpl new file mode 100644 index 0000000..d0e6c01 --- /dev/null +++ b/modules/help_mod_wiki_last_comments.tpl @@ -0,0 +1,10 @@ +<p class="note"> + {tr}Show comments to wiki pages.{/tr} + <br /> + <span class="example">{tr}Example:{/tr} <kbd>moretooltips=1</kbd></span> +</p> + +<dl> + <dt class="param"><kbd>moretooltips</kbd></dt> + <dd><em>{tr}Boolean{/tr}</em></dd> +</dl>
\ No newline at end of file |
