summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/help_mod_comm_received_objects.tpl1
-rw-r--r--modules/help_mod_last_modif_pages.tpl10
-rw-r--r--modules/help_mod_random_pages.tpl1
-rw-r--r--modules/help_mod_top_pages.tpl10
-rw-r--r--modules/help_mod_wiki_last_comments.tpl10
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