Difference between revisions of "DPL Example 016"

From FollowTheScore
Jump to: navigation, search
Line 39: Line 39:
 
}}
 
}}
  
== Show ''Issues'' which were updated since a given date (April 15) ==
+
== Show all revisions of ''Issues'' starting with "R" which have a date later or equal to April 15, 2009 ==
  
 
<pre><nowiki>
 
<pre><nowiki>
Line 48: Line 48:
 
  |allrevisionssince=2009-04-15
 
  |allrevisionssince=2009-04-15
 
  |order=descending
 
  |order=descending
  |count=10
+
  |count=100
 +
|titlematch=R%
 
}}
 
}}
 
</nowiki></pre>
 
</nowiki></pre>
Line 61: Line 62:
 
  |order=ascending
 
  |order=ascending
 
  |count=100
 
  |count=100
  |titlematch=Respect%
+
  |titlematch=R%
 
}}
 
}}

Revision as of 10:25, 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 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: