Select by recently changed (example): Difference between revisions

m
Forgot to remove tempnote
No edit summary
imported>FrozenPlum
m (Forgot to remove tempnote)
 
(14 intermediate revisions by 5 users not shown)
Line 1:
{{DPL manual|section=Examples|subsection=Select by recently changed}}
==List ''DPL'' manual pages which were edited recently==
The following example:
 
==List pages recently edited==
<pre><nowiki>{{#dpl:
List the last edited pages from the ''Fruit examples'' category:
namespace=DPL
 
<pre><nowiki>{{#dpl:
|category=Fruit examples
|namespace=DPL
|addeditdate=true
|ordermethod=lastedit
|order=descending
|count=103
}}</nowiki></pre>
 
'''Result:'''<br>
Would produce the last ten edited articles in the DPL namespace:
 
{{#dpl:
|category=Fruit examples
|namespace=DPL
|addeditdate=true
|ordermethod=lastedit
|order=descending
|count=103
}}
 
==List ''DPL'' manual pages with the oldest last edit dates==
List pages in the ''Fruit examples'' category with the oldest last edit dates.
The following example:
 
<pre><nowiki>{{#dpl:
|category=Fruit examples
|namespace=DPL
|addeditdate=true
|ordermethod=lastedit
|order=ascending
|count=103
}}</nowiki></pre>
 
'''Result:'''<br>
Would produce the first ten edited articles in the DPL namespace:
 
{{#dpl:
|category=Fruit examples
|namespace=DPL
|addeditdate=true
|ordermethod=lastedit
|order=ascending
|count=103
}}
 
==List the last seven revisions of ''DPL'' manual pages which have anfrom edit date later or equal to July 19, 2015 ==
List the last 3 revisions of ''Fruit examples'' which have an edit date later or equal to April 1, 2022:
The following example:
 
<pre><nowiki>{{#dpl:
|category=Fruit examples
|namespace=DPL
|addeditdate=true
|allrevisionssince=20152022-0704-1901
|ordermethod=lastedit
|order=ascending
|count=73
}}</nowiki></pre>
 
'''Result:'''<br>
Would produce the last seven revision of articles in the DPL namespace:
 
{{#dpl:
|category=Fruit examples
|namespace=DPL
|addeditdate=true
|allrevisionssince=20152022-0704-1901
|ordermethod=lastedit
|order=ascending
|count=73
}}
 
[[Category:Miscellaneous examples]]
Anonymous user