summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorlaetzer <laetzer@users.sourceforge.net>2008-09-03 05:45:16 +0000
committerlaetzer <laetzer@users.sourceforge.net>2008-09-03 05:45:16 +0000
commite2b83c6d19d1df3a230d04501be4535206662419 (patch)
treee0b38da959dedf1e3343ab205da1134f13791b12 /modules
parent686911b35101548f49969f43079fcd6318a724ac (diff)
downloadarticles-e2b83c6d19d1df3a230d04501be4535206662419.tar.gz
articles-e2b83c6d19d1df3a230d04501be4535206662419.tar.bz2
articles-e2b83c6d19d1df3a230d04501be4535206662419.zip
typo
Diffstat (limited to 'modules')
-rw-r--r--modules/help_mod_articles.tpl23
1 files changed, 23 insertions, 0 deletions
diff --git a/modules/help_mod_articles.tpl b/modules/help_mod_articles.tpl
new file mode 100644
index 0000000..57ee301
--- /dev/null
+++ b/modules/help_mod_articles.tpl
@@ -0,0 +1,23 @@
+{tr}<strong>Summary</strong>: Display a list of article titles.{/tr}<br />
+<table class="data">
+ <tr>
+ <th style="width:20%;">{tr}Parameter{/tr}</th>
+ <th style="width:20%;">{tr}Value{/tr}</th>
+ <th style="width:60%;">{tr}Description{/tr}</th>
+ </tr>
+ <tr class="odd">
+ <td>status</td>
+ <td>pending<br />approved</td>
+ <td>{tr}Decide on what type of articles you wish to display.<br />( default: approved ){/tr}</td>
+ </tr>
+ <tr class="even">
+ <td>sort_mode</td>
+ <td>last_modifed_desc<br />last_modifed_asc<br />created_asc<br />created_desc</td>
+ <td>{tr}Decide in what order you wish to display the articles.<br />( default: last_modified_desc ){/tr}</td>
+ </tr>
+ <tr class="odd">
+ <td>topic</td>
+ <td>( {tr}string{/tr} )</td>
+ <td>{tr}Display articles from a given topic only.{/tr}</td>
+ </tr>
+</table>