Jump to content
This wiki has been automatically closed because there have been no edits or log actions made within the last 60 days. If you are a user (who is not the bureaucrat) that wishes for this wiki to be reopened, please request that at Requests for reopening wikis. If this wiki is not reopened within 6 months it may be deleted. Note: If you are a bureaucrat on this wiki, you can go to Special:ManageWiki and uncheck the "Closed" box to reopen it.

Select by recently changed (example): Difference between revisions

m
Forgot to remove tempnote
imported>FrozenPlum
m (Forgot to remove tempnote)
 
(7 intermediate revisions by 2 users not shown)
Line 1:
{{DPL manual|section=Examples|subsection=Select by recently changed}}
 
==List Extension pages which wererecently edited recently==
List the last edited pages from the ''Fruit examples'' category:
The following example:
 
<pre><nowiki>{{#dpl:
|category=Fruit examples
|namespace=Extension
|addeditdate=true
|ordermethod=lastedit
|order=descending
|count=103
}}</nowiki></pre>
 
'''Result:'''<br>
Would produce the last ten edited articles in the Extension namespace:
 
{{#dpl:
|category=Fruit examples
|namespace=Extension
|addeditdate=true
|ordermethod=lastedit
|order=descending
|count=103
}}
 
==List Extension 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=Extension
|addeditdate=true
|ordermethod=lastedit
|order=ascending
|count=103
}}</nowiki></pre>
 
'''Result:'''<br>
Would produce the first ten edited articles in the Extension namespace:
 
{{#dpl:
|category=Fruit examples
|namespace=Extension
|addeditdate=true
|ordermethod=lastedit
|order=ascending
|count=103
}}
 
==List the last seven revisions of Extension 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=Extension
|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 Extension namespace:
 
{{#dpl:
|category=Fruit examples
|namespace=Extension
|addeditdate=true
|allrevisionssince=20152022-0704-1901
|ordermethod=lastedit
|order=ascending
|count=73
}}
 
[[Category:Miscellaneous examples]]
<!-- Extension prefix in other languages:
 
[[de:Erweiterung:{{subst:BASEPAGENAME}}]]
[[es:Extensión:{{subst:BASEPAGENAME}}]]
[[fr:Extension:{{subst:BASEPAGENAME}}]]
[[it:Estensione:{{subst:BASEPAGENAME}}]]
[[nl:Uitbreiding:{{subst:BASEPAGENAME}}]]
[[pl:Rozszerzenie:{{subst:BASEPAGENAME}}]]
[[pt:Extensão:{{subst:BASEPAGENAME}}]]
[[ru:Расширение:{{subst:BASEPAGENAME}}]]
[[zh:扩展:{{subst:BASEPAGENAME}}]]
-->
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.