DPL Example 016

From FollowTheScore
Revision as of 10:25, 5 February 2011 by Gero (talk | contribs)
Jump to: navigation, search

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:

Show all revisions of Issues starting with "R" which have a date later or equal to April 15, 2009

{{#dpl:
 |namespace=Issue
 |addeditdate=true
 |ordermethod=lastedit
 |allrevisionssince=2009-04-15
 |order=descending
 |count=100
 |titlematch=R%
}}

You will get the following result: