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> ------...)
 
Line 36: Line 36:
 
  |addeditdate=true
 
  |addeditdate=true
 
  |ordermethod=lastedit
 
  |ordermethod=lastedit
 +
|count=10
 +
}}
 +
 +
== Show ''Issues'' which were updated since a given date (April 15) ==
 +
 +
<pre><nowiki>
 +
{{#dpl:
 +
|namespace=Issue
 +
|addeditdate=true
 +
|ordermethod=lastedit
 +
|allrevisionssince=2009-04-15
 +
|order=descending
 +
|count=10
 +
}}
 +
</nowiki></pre>
 +
------------------------
 +
You will get the following result:
 +
{{#dpl:
 +
|namespace=Issue
 +
|addeditdate=true
 +
|ordermethod=lastedit
 +
|allrevisionssince=2009-04-15
 +
|order=ascending
 
  |count=10
 
  |count=10
 
}}
 
}}

Revision as of 20:42, 21 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:

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: