Difference between revisions of "DPL Example 016"

From FollowTheScore
Jump to: navigation, search
(New page: == Show ''Issues'' which were updated recently == <pre><nowiki> {{#dpl: |namespace=Issue |addeditdate=true |ordermethod=lastedit |order=descending |count=10 }} </nowiki></pre> ------...)
(No difference)

Revision as of 08:46, 12 May 2009

Show Issues which were updated recently

{{#dpl:
 |namespace=Issue
 |addeditdate=true
 |ordermethod=lastedit
 |order=descending
 |count=10
}}

You will get the following result:

Show Issues which have not been touched for a long time

{{#dpl:
 |namespace=Issue
 |addeditdate=true
 |ordermethod=lastedit
 |count=10
}}

You will get the following result: