Difference between revisions of "Template:Catlist"
(yyyy/mm/dd -> YYYY-MM-DD as used in ISO 8601 doc) |
|||
Line 69: | Line 69: | ||
<tr bgcolor="#ddeeff"> | <tr bgcolor="#ddeeff"> | ||
<td align="right"> last rev. before </td> | <td align="right"> last rev. before </td> | ||
− | <td> {{#input: name= lastrevisionbefore | value = {{#if:{{{lastrevisionbefore|}}}|{{{lastrevisionbefore|}}}| | + | <td> {{#input: name= lastrevisionbefore | value = {{#if:{{{lastrevisionbefore|}}}|{{{lastrevisionbefore|}}}|YYYY-MM-DD}} }}</td> |
<td align="right"> first rev. since </td> | <td align="right"> first rev. since </td> | ||
− | <td> {{#input: name= firstrevisionsince | value = {{#if:{{{firstrevisionsince|}}}|{{{firstrevisionsince|}}}| | + | <td> {{#input: name= firstrevisionsince | value = {{#if:{{{firstrevisionsince|}}}|{{{firstrevisionsince|}}}|YYYY-MM-DD}} }}</td> |
</tr> | </tr> | ||
<tr bgcolor="#ddeeff"> | <tr bgcolor="#ddeeff"> | ||
<td align="right"> ''all revs.'' before </td> | <td align="right"> ''all revs.'' before </td> | ||
− | <td> {{#input: name= allrevisionsbefore | value = {{#if:{{{allrevisionsbefore|}}}|{{{allrevisionsbefore|}}}| | + | <td> {{#input: name= allrevisionsbefore | value = {{#if:{{{allrevisionsbefore|}}}|{{{allrevisionsbefore|}}}|YYYY-MM-DD}} }}</td> |
<td align="right"> ''all revs.'' since </td> | <td align="right"> ''all revs.'' since </td> | ||
− | <td> {{#input: name= allrevisionssince | value = {{#if:{{{allrevisionssince|}}}|{{{allrevisionssince|}}}| | + | <td> {{#input: name= allrevisionssince | value = {{#if:{{{allrevisionssince|}}}|{{{allrevisionssince|}}}|YYYY-MM-DD}} }}</td> |
</tr> | </tr> | ||
</table> | </table> | ||
Line 193: | Line 193: | ||
|addpagetoucheddate={{{addpagetoucheddate|}}} | |addpagetoucheddate={{{addpagetoucheddate|}}} | ||
|adduser={{{adduser|}}} | |adduser={{{adduser|}}} | ||
− | |{{#ifeq:{{{lastrevisionbefore|}}}| | + | |{{#ifeq:{{{lastrevisionbefore|}}}|YYYY-MM-DD||lastrevisionbefore={{{lastrevisionbefore|}}}}} |
− | |{{#ifeq:{{{firstrevisionsince|}}}| | + | |{{#ifeq:{{{firstrevisionsince|}}}|YYYY-MM-DD||firstrevisionsince={{{firstrevisionsince|}}}}} |
− | |{{#ifeq:{{{allrevisionsbefore|}}}| | + | |{{#ifeq:{{{allrevisionsbefore|}}}|YYYY-MM-DD||allrevisionsbefore={{{allrevisionsbefore|}}}}} |
− | |{{#ifeq:{{{allrevisionssince|}}}| | + | |{{#ifeq:{{{allrevisionssince|}}}|YYYY-MM-DD||allrevisionssince={{{allrevisionssince|}}}}} |
|{{#ifeq:{{{export|}}}|yes|include={export.dpl}}} | |{{#ifeq:{{{export|}}}|yes|include={export.dpl}}} | ||
|{{#ifeq:{{{export|}}}|yes|format=[http://gs-nb/dpldemo/index.php/Special:Export?pages=,,%0D%0A, click to start export of '''all selected pages''']}} | |{{#ifeq:{{{export|}}}|yes|format=[http://gs-nb/dpldemo/index.php/Special:Export?pages=,,%0D%0A, click to start export of '''all selected pages''']}} | ||
}} | }} | ||
</includeonly> | </includeonly> |
Revision as of 15:28, 16 August 2007
{{#form: name= demo |action=/dpldemo/index.php| {{#input: name= title |type= hidden | value = Special:Call/Catlist }}
namespace | {{#input: name= namespace |type= select | value = |
|
but not | {{#input: name= notnamespace |type= select | value = |
}} |
category | {{#input: name= category | value = |type= select
| *?
|
but not | {{#input: name= notcategory | value = |type= select
| *?
|
uses | {{#input: name= uses | value = |type= select
| *?
|
but not | {{#input: name= notuses | value = |type= select
| *?
|
links to | {{#input: name= linksto | value = }} | but not to | {{#input: name= notlinksto | value = }} |
created by | {{#input: name= createdby | value = |type= select
| *?
|
modified by | {{#input: name= modifiedby | value = |type= select
| *?
|
last rev. before | {{#input: name= lastrevisionbefore | value = YYYY-MM-DD }} | first rev. since | {{#input: name= firstrevisionsince | value = YYYY-MM-DD }} |
all revs. before | {{#input: name= allrevisionsbefore | value = YYYY-MM-DD }} | all revs. since | {{#input: name= allrevisionssince | value = YYYY-MM-DD }} |
show: namespace {{#input: name= shownamespace
|type= select | value = |
- yes
- no
}}categories {{#input: name= addcategories
|type= select | value = |
- no
- yes
}}visits {{#input: name= addpagecounter
|type= select | value = |
- no
- yes
}}size {{#input: name= addpagesize
|type= select | value = |
- no
- yes
}}user {{#input: name= adduser
|type= select | value = |
- no
- yes
}}editdate {{#input: name= addeditdate
|type= select | value = |
- no
- yes
}}touch date: {{#input: name= addpagetoucheddate
|type= select | value = |
- no
- yes
}} ordermethod: {{#input: name= ordermethod |type= select | value = |
- -
- category,firstedit
- category,lastedit
- category,pagetouched
- category,sortkey
- categoryadd
- counter
- firstedit
- lastedit
- pagetouched
- size
- title
- titlewithoutnamespace
- user,firstedit
- user,lastedit
}}order: {{#input: name= order
|type= select | value = |
- ascending
- descending
}}escapelinks: {{#input: name= escapelinks
|type= select | value = |
- true
- false
}}randomcount: {{#input: name= randomcount
|type= select | value = |
- -
- 1
- 3
- 5
- 10
}}export: {{#input: name= export
|type= select | value = |
- no
- yes
}}
title(%) {{#input: name= titlematch | value = }} columns {{#input: name= columns |type= select | value = |
}}maxrecords {{#input: name= count | value = | size = 2 }} {{#input: type = submit | value = List members }} reset graph |
}}