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

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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.