Select by recently changed (example): Difference between revisions

m
no edit summary
mNo edit summary
Line 4:
The following example:
 
<pre><nowiki>{{#dpl:
namespace=Extension
|addeditdate=true
Line 10:
|order=descending
|count=10
}}</nowiki></pre>
 
Would produce the last ten edited articles in the Extension namespace:
Line 25:
The following example:
 
<pre><nowiki>{{#dpl:
namespace=Extension
|addeditdate=true
Line 31:
|order=ascending
|count=10
}}</nowiki></pre>
 
Would produce the first ten edited articles in the Extension namespace:
Line 46:
The following example:
 
<pre><nowiki>{{#dpl:
namespace=Extension
|addeditdate=true
Line 53:
|order=ascending
|count=7
}}</nowiki></pre>
 
Would produce the last seven revision of articles in the Extension namespace: