Difference between revisions of "Template:Catlist1"
(New page: {{#form: name= demo |action=/dpldemo/index.php| {{#input: name= title |type= hidden | value = Special:Call/Catlist1 }} namespace: {{#input: name= namespace |type= select | valu...) |
(boolean selects -> checkboxes, redesign (buggy HTML...)) |
||
Line 1: | Line 1: | ||
− | {{#form: name= demo | + | <table style=text-align:left><tr valign=top><td> |
− | {{#input: name= title | + | {{#form: name=demo |action=/dpldemo/index.php | |
− | + | {{#input: name=title |type=hidden | value = Special:Call/Catlist1 }} | |
− | + | <b>Namespace</b><br> | |
+ | {{#input: name=namespace | type=select | value = {{{namespace|}}} | | ||
*all | *all | ||
*main | *main | ||
Line 9: | Line 10: | ||
*Category | *Category | ||
*Image | *Image | ||
− | }} | + | }} |
− | + | <br>not: {{#input: name=notnamespace | type=select | value = {{{notnamespace|}}} | | |
*- | *- | ||
*main | *main | ||
Line 17: | Line 18: | ||
*Category | *Category | ||
}} | }} | ||
− | + | ||
+ | <p><b>Category</b><br> | ||
+ | {{#input: name=category | value = {{{category|}}} | ||
|type= select | *? {{#dpl: namespace=Category | format=,\n*%TITLE%,, }} | |type= select | *? {{#dpl: namespace=Category | format=,\n*%TITLE%,, }} | ||
− | |||
− | |||
}} | }} | ||
− | uses: {{#input: name= uses | value = {{{uses|}}} | + | <br>not: {{#input: name= notcategory | value = {{{notcategory|}}} | type= select | *? {{#dpl: namespace=Category | format = ,\n*%TITLE%,, }} }} |
− | + | ||
− | }} | + | <td><b>Template</b><br> |
− | + | uses: {{#input: name=uses | value = {{{uses|}}} | type= select | *? {{#dpl: namespace=Template | format=,\n*%TITLE%,, }} }} | |
+ | not: {{#input: name=notuses | value = {{{notuses|}}} |type= select | *? {{#dpl: namespace=Template | format=,\n*%TITLE%,, }} | ||
}} | }} | ||
− | + | ||
− | + | <p><b>Page</b><br> | |
− | }}<br> | + | links to: {{#input: name=linksto | value = {{{linksto|}}}}} |
− | + | <br>not: {{#input: name=notlinksto | value = {{{notlinksto|}}}}} | |
− | + | <br>matches title: {{#input: name=titlematch | value = {{{titlematch|}}} }} | |
− | }} | + | |
− | + | <td><b>User</b><br> | |
− | }} | + | creator: |
− | + | <br>{{#input: name=createdby | value = {{{createdby|}}} | type= select | *? {{#dpl: namespace=User | format=,\n*%TITLE%,, }} }} | |
− | + | modifier: | |
− | columns: {{#input: name= columns | + | <br>{{#input: name=modifiedby | value = {{{modifiedby|}}} | type= select | *? {{#dpl: namespace=User | format=,\n*%TITLE%,, }} }} |
− | + | ||
− | *3 | + | <td>columns: {{#input: name=columns | type= select | value = {{{columns|}}} | |
+ | *3 | ||
*1 | *1 | ||
*2 | *2 | ||
Line 46: | Line 49: | ||
*5 | *5 | ||
}} | }} | ||
− | + | ||
− | + | <br>order method: {{#input: name=ordermethod | type= select | value = {{{ordermethod|}}} | | |
*- | *- | ||
*category,firstedit | *category,firstedit | ||
Line 64: | Line 67: | ||
*user,lastedit | *user,lastedit | ||
}} | }} | ||
− | order: {{#input: name= order | + | |
− | + | <br>order: {{#input: name=order | type=select | value = {{{order|}}} | | |
*ascending | *ascending | ||
*descending | *descending | ||
}} | }} | ||
− | + | <td> | |
− | + | {{#input: name=escapelinks | type=checkbox | value = {{{escapelinks|}}}|}} escape links | |
− | + | ||
− | + | <br>random count: {{#input: name=randomcount | type=select | value = {{{randomcount|}}}| | |
− | }} | ||
− | |||
− | |||
*- | *- | ||
*1 | *1 | ||
Line 82: | Line 82: | ||
*10 | *10 | ||
}} | }} | ||
− | count: {{#input: name= count | value = {{{count|}}} | size = 3 | + | |
− | }}<br> | + | <br>count: {{#input: name= count | value = {{{count|}}} | size = 3}}<br> |
− | + | {{#input: name=shownamespace |type= checkbox | value = {{{shownamespace|}}}|}} show namespace | |
− | + | </td> | |
− | + | <td> | |
− | + | Add: | |
− | + | <br> | |
− | + | {{#input: name=addcategories |type= checkbox | value = {{{addcategories|}}} |}} categories<br> | |
− | + | {{#input: name=addeditdate |type= checkbox | value = {{{addeditdate|}}}|}} edit date<br> | |
− | + | {{#input: name=addpagecounter |type= checkbox | value = {{{addpagecounter|}}}|}} page counter<br> | |
− | + | {{#input: name=addpagesize |type= checkbox | value = {{{addpagesize|}}}|}} page size<br> | |
− | }} | + | {{#input: name=addpagetoucheddate |type= checkbox | value = {{{addpagetoucheddate|}}}|}} page touched date<br> |
− | + | {{#input: name=adduser |type= checkbox | value = {{{adduser|}}}|}} user | |
− | + | ||
− | + | </td></tr></table> | |
− | |||
− | }} | ||
− | |||
− | |||
− | |||
− | |||
− | }} | ||
− | |||
− | |||
− | |||
− | |||
− | }} | ||
− | |||
− | |||
− | |||
− | |||
− | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
{{#input: type = submit | value = List members }} | {{#input: type = submit | value = List members }} | ||
<small>[[:Template:Catlist1|reset]]</small> | <small>[[:Template:Catlist1|reset]]</small> |
Latest revision as of 08:35, 30 July 2007
{{#form: name=demo |action=/dpldemo/index.php |
{{#input: name=title |type=hidden | value = Special:Call/Catlist1 }}
Namespace
}}
}} Category
not: {{#input: name= notcategory | value = | type= select | *?
| Template uses: {{#input: name=uses | value = | type= select | *?
not: {{#input: name=notuses | value = |type= select | *?
}} <p>Page | User creator:
modifier:
| columns: {{#input: name=columns | type= select | value = |
}}
}}
}} |
{{#input: name=escapelinks | type=checkbox | value = |}} escape links
}}
|
Add:
</td></tr></table> {{#input: type = submit | value = List members }} reset }} |