Select by recently changed (example): Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
(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...")
 
No edit summary
Line 1: Line 1:
==List ''DPL'' manual pages which were edited recently==
{{DPL Manual|section=Examples|subsection=Select by Recently Changed}}
The following example:

<pre><nowiki>{{#dpl:
namespace=DPL
|addeditdate=true
|ordermethod=lastedit
|order=descending
|count=10
}}</nowiki></pre>

Would produce the last ten edited articles in the DPL namespace:

{{#dpl:
namespace=DPL
|addeditdate=true
|ordermethod=lastedit
|order=descending
|count=10
}}

==List ''DPL'' manual pages with the oldest last edit dates==
The following example:

<pre><nowiki>{{#dpl:
namespace=DPL
|addeditdate=true
|ordermethod=lastedit
|order=ascending
|count=10
}}</nowiki></pre>

Would produce the first ten edited articles in the DPL namespace:

{{#dpl:
namespace=DPL
|addeditdate=true
|ordermethod=lastedit
|order=ascending
|count=10
}}


==List the last seven revisions of ''DPL'' manual pages which have an edit date later or equal to July 19, 2015 ==
The following example:
The following example:


<pre><nowiki>{{#dpl:
<pre><nowiki>{{#dpl:
category=DPL
namespace=DPL
|addeditdate=true
|allrevisionssince=2015-07-19
|ordermethod=lastedit
|order=ascending
|count=7
}}</nowiki></pre>
}}</nowiki></pre>


Would produce all the articles in the DPL category:
Would produce the last seven revision of articles in the DPL namespace:


{{#dpl:
{{#dpl:
category=DPL
namespace=DPL
|addeditdate=true
|allrevisionssince=2015-07-19
|ordermethod=lastedit
|order=ascending
|count=7
}}
}}

Revision as of 18:36, 20 July 2015

List DPL manual pages which were edited recently

The following example:

{{#dpl:
namespace=DPL
|addeditdate=true
|ordermethod=lastedit
|order=descending
|count=10
}}

Would produce the last ten edited articles in the DPL namespace:

{{#dpl: namespace=DPL |addeditdate=true |ordermethod=lastedit |order=descending |count=10 }}

List DPL manual pages with the oldest last edit dates

The following example:

{{#dpl:
namespace=DPL
|addeditdate=true
|ordermethod=lastedit
|order=ascending
|count=10
}}

Would produce the first ten edited articles in the DPL namespace:

{{#dpl: namespace=DPL |addeditdate=true |ordermethod=lastedit |order=ascending |count=10 }}

List the last seven revisions of DPL manual pages which have an edit date later or equal to July 19, 2015

The following example:

{{#dpl:
namespace=DPL
|addeditdate=true
|allrevisionssince=2015-07-19
|ordermethod=lastedit
|order=ascending
|count=7
}}

Would produce the last seven revision of articles in the DPL namespace:

{{#dpl: namespace=DPL |addeditdate=true |allrevisionssince=2015-07-19 |ordermethod=lastedit |order=ascending |count=7 }}