Difference between revisions of "DPL Example 016"

From FollowTheScore
Jump to: navigation, search
Line 7: Line 7:
 
  |ordermethod=lastedit
 
  |ordermethod=lastedit
 
  |order=descending
 
  |order=descending
|count=10
 
 
}}
 
}}
 
</nowiki></pre>
 
</nowiki></pre>

Revision as of 06:50, 20 September 2010

Show Issues which were updated recently

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

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 Issues which were updated since a given date (April 15)

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

You will get the following result: