Select by recently changed (example): Difference between revisions

no edit summary
m (Alianin moved page DPL:Example - Select by Recently Changed to Extension:DPL3/Example: Select by recently changed without leaving a redirect: Changing namespaces.)
No edit summary
Line 1:
{{DPL manual|section=Examples|subsection=Select by recently changed}}
=List DPL manual pages which were edited recently=
 
==List DPL manualExtension pages which were edited recently==
The following example:
 
<pre><nowiki>{{#dpl:
namespace=DPLExtension
|addeditdate=true
|ordermethod=lastedit
Line 10 ⟶ 12:
}}</nowiki></pre>
 
Would produce the last ten edited articles in the DPLExtension namespace:
 
{{#dpl:
namespace=DPLExtension
|addeditdate=true
|ordermethod=lastedit
Line 20 ⟶ 22:
}}
 
==List DPL manualExtension pages with the oldest last edit dates==
The following example:
 
<pre><nowiki>{{#dpl:
namespace=DPLExtension
|addeditdate=true
|ordermethod=lastedit
Line 31 ⟶ 33:
}}</nowiki></pre>
 
Would produce the first ten edited articles in the DPLExtension namespace:
 
{{#dpl:
Line 41 ⟶ 43:
}}
 
==List the last seven revisions of DPL manualExtension pages which have an edit date later or equal to July 19, 2015==
The following example:
 
<pre><nowiki>{{#dpl:
namespace=DPLExtension
|addeditdate=true
|allrevisionssince=2015-07-19
Line 53 ⟶ 55:
}}</nowiki></pre>
 
Would produce the last seven revision of articles in the DPLExtension namespace:
 
{{#dpl:
namespace=DPLExtension
|addeditdate=true
|allrevisionssince=2015-07-19
Anonymous user