blob: 57ee30122ebf57a79ac10f33850baf70f166a82a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>
|