Help:DPL/Example: Select by recently changed: Difference between revisions

From Down Gilead Lane Wiki
Jump to navigation Jump to search
m (1 revision imported)
 
No edit summary
 
Line 1: Line 1:
{{DPL manual|section=Examples|subsection=Select by recently changed}}
{{DPL manual|section=Examples|subsection=Select by recently changed}}


==List DPL manual pages which were edited recently==
==List Help pages which were edited recently==
The following example:
The following example:


Line 64: Line 64:
|titlematch=DPL%
|titlematch=DPL%
|addeditdate=true
|addeditdate=true
<!--|allrevisionssince=2019-09-09-->
|allrevisionssince=2019-09-09
|ordermethod=lastedit
|ordermethod=lastedit
|order=ascending
|order=ascending
|count=7
|count=7
}}
}}

Latest revision as of 21:30, 22 August 2024

Manual Examples Select by recently changed

List Help pages which were edited recently

The following example:

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

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

List DPL manual pages with the oldest last edit dates

The following example:

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

Would produce the first ten edited articles in the Help namespace with the DPL prefix:

List the last seven revisions of DPL manual pages which have an edit date later or equal to September 9, 2019

The following example:

{{#dpl:
namespace=Help
|titlematch=DPL%
|addeditdate=true
|allrevisionssince=2019-09-09
|ordermethod=lastedit
|order=ascending
|count=7
}}

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