Help:DPL/Example: Select by recently changed

From Down Gilead Lane Wiki
Jump to navigation Jump to search
Manual Examples Select by recently changed

List DPL manual 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: