Difference between revisions of "DPL Example 016"
From FollowTheScore
(New page: == Show ''Issues'' which were updated recently == <pre><nowiki> {{#dpl: |namespace=Issue |addeditdate=true |ordermethod=lastedit |order=descending |count=10 }} </nowiki></pre> ------...) |
|||
Line 36: | Line 36: | ||
|addeditdate=true | |addeditdate=true | ||
|ordermethod=lastedit | |ordermethod=lastedit | ||
+ | |count=10 | ||
+ | }} | ||
+ | |||
+ | == Show ''Issues'' which were updated since a given date (April 15) == | ||
+ | |||
+ | <pre><nowiki> | ||
+ | {{#dpl: | ||
+ | |namespace=Issue | ||
+ | |addeditdate=true | ||
+ | |ordermethod=lastedit | ||
+ | |allrevisionssince=2009-04-15 | ||
+ | |order=descending | ||
+ | |count=10 | ||
+ | }} | ||
+ | </nowiki></pre> | ||
+ | ------------------------ | ||
+ | You will get the following result: | ||
+ | {{#dpl: | ||
+ | |namespace=Issue | ||
+ | |addeditdate=true | ||
+ | |ordermethod=lastedit | ||
+ | |allrevisionssince=2009-04-15 | ||
+ | |order=ascending | ||
|count=10 | |count=10 | ||
}} | }} |
Revision as of 19:42, 21 May 2009
Show Issues which were updated recently
{{#dpl: |namespace=Issue |addeditdate=true |ordermethod=lastedit |order=descending |count=10 }}
You will get the following result:
- 2014-09-04 05:50:00 Issue:Modifiedby and createdby produce inefficient SQL
- 2013-09-13 18:50:38 Issue:DPL references obsolete Cite mInCnt property
- 2013-07-19 16:47:56 Issue:Dplchapter crashes
- 2013-06-13 15:09:52 Issue:LanguageGetMagic is deprecated
- 2013-04-23 15:37:47 Issue:New parameter: replaceinsortkey?
- 2013-04-23 15:33:20 Issue:Category browsing with title from / until
- 2013-04-23 15:32:36 Issue:Child DPL doesn't works
- 2013-04-12 05:56:19 Issue:Order by title does not properly sort in descending
- 2013-04-12 05:54:40 Issue:Section inclusion no longer works
- 2013-04-12 05:54:16 Issue:DPL error code "DynamicPageList2.php on line 2238"
Show Issues which have not been touched for a long time
{{#dpl: |namespace=Issue |addeditdate=true |ordermethod=lastedit |count=10 }}
You will get the following result:
- 2007-09-29 12:53:37 Issue:Chinese message texts are wrong
- 2007-09-29 21:12:12 Issue:Include positional template parameter
- 2007-09-29 21:12:43 Issue:Including Sections
- 2007-09-30 15:14:21 Issue:DPL and Glossary clashing
- 2007-10-09 21:48:21 Issue:Inconsistent node height
- 2007-10-09 21:49:49 Issue:Surprising bahaviour of forcedir layout
- 2007-10-09 21:51:01 Issue:Change alignment procedure for labels
- 2007-10-09 21:54:59 Issue:Allow vertical alignment of node labels
- 2007-10-12 10:58:36 Issue:Respect multiple borders in layout
- 2007-10-12 22:44:43 Issue:Minor changes in border affect forcedir layout strongly
Show Issues which were updated since a given date (April 15)
{{#dpl: |namespace=Issue |addeditdate=true |ordermethod=lastedit |allrevisionssince=2009-04-15 |order=descending |count=10 }}
You will get the following result:
- 2014-09-04 05:50:00 Issue:Modifiedby and createdby produce inefficient SQL
- 2013-09-13 18:50:38 Issue:DPL references obsolete Cite mInCnt property
- 2013-07-19 16:47:56 Issue:Dplchapter crashes
- 2013-06-13 15:09:52 Issue:LanguageGetMagic is deprecated
- 2013-04-23 15:37:47 Issue:New parameter: replaceinsortkey?
- 2013-04-23 15:33:20 Issue:Category browsing with title from / until
- 2013-04-23 15:32:36 Issue:Child DPL doesn't works
- 2013-04-12 05:56:19 Issue:Order by title does not properly sort in descending
- 2013-04-12 05:54:40 Issue:Section inclusion no longer works
- 2013-04-12 05:54:16 Issue:DPL error code "DynamicPageList2.php on line 2238"