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
(Created page with "{{DPL Manual|section=Examples|subsection=Select by Recently Changed}} The following example: <pre><nowiki>{{#dpl: category=DPL }}</nowiki></pre> Would produce all the artic...")
 
imported>FrozenPlum
m (Forgot to remove tempnote)
 
(15 intermediate revisions by 5 users not shown)
Line 1:
{{DPL Manualmanual|section=Examples|subsection=Select by Recentlyrecently Changedchanged}}
 
==List pages recently edited==
The following example:
List the last edited pages from the ''Fruit examples'' category:
 
<pre><nowiki>{{#dpl:
|category=DPLFruit examples
|namespace=
}}</nowiki></pre>
|addeditdate=true
|ordermethod=lastedit
|order=descending
|count=3
}}</nowiki></pre>
 
'''Result:'''<br>
Would produce all the articles in the DPL category:
 
{{#dpl:
|category=DPLFruit examples
|namespace=
|addeditdate=true
|ordermethod=lastedit
|order=descending
|count=3
}}
 
==List pages with the oldest last edit dates==
List pages in the ''Fruit examples'' category with the oldest last edit dates.
 
<pre>{{#dpl:
|category=Fruit examples
|namespace=
|addeditdate=true
|ordermethod=lastedit
|order=ascending
|count=3
}}</pre>
 
'''Result:'''<br>
 
{{#dpl:
|category=Fruit examples
|namespace=
|addeditdate=true
|ordermethod=lastedit
|order=ascending
|count=3
}}
 
==List the last revisions from edit date==
List the last 3 revisions of ''Fruit examples'' which have an edit date later or equal to April 1, 2022:
 
<pre>{{#dpl:
|category=Fruit examples
|namespace=
|addeditdate=true
|allrevisionssince=2022-04-01
|ordermethod=lastedit
|order=ascending
|count=3
}}</pre>
 
'''Result:'''<br>
 
{{#dpl:
|category=Fruit examples
|namespace=
|addeditdate=true
|allrevisionssince=2022-04-01
|ordermethod=lastedit
|order=ascending
|count=3
}}
 
[[Category:Miscellaneous examples]]
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.