Difference between revisions of "DPL Example 016"

From FollowTheScore
Jump to: navigation, search
(Undo revision 14795 by Saq (Talk))
Line 54: Line 54:
 
You will get the following result:
 
You will get the following result:
 
{{#dpl:
 
{{#dpl:
 +
|debug=4
 
  |namespace=Issue
 
  |namespace=Issue
 
  |addeditdate=true
 
  |addeditdate=true
Line 59: Line 60:
 
  |allrevisionssince=2009-04-15
 
  |allrevisionssince=2009-04-15
 
  |order=ascending
 
  |order=ascending
  |count=10
+
  |count=100
 +
|titlematch=Respect%
 
}}
 
}}

Revision as of 10:22, 5 February 2011

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 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: