Issue:Add "minimum-number-of-revisions" like Criteria for page selection

From FollowTheScore
Revision as of 15:41, 2 April 2009 by Wfischer (talk | contribs) (New page: {{Issue |Type = Feature |Extension = DPL |Version = 1.7.4 |Description = useful for generating a 'recent changes' content which does exclude newly generated pages (pages w...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Description: useful for generating a 'recent changes' content which does exclude newly generated pages (pages with only a single revision)
Extension / Version: DPL   /   1.7.4
Type / Status: Feature   /   open

Problem

For our German Wiki at http://www.thomas-krenn.com/de/wiki/Hauptseite I would like to generate a box with 'recent changes' content which does not list newly generated pages (pages that have only a single revision/version). Reason: we already have a box with 'newest articles' ("Neueste Artikel"), so new articles would show up in both boxes.

I can get a 'recent changes' content with the following code, but I would need an additional criteria like "minimum-number-of-revisions=2" to avoid new pages of being listed:

<DPL>
namespace=
columns=1
ordermethod=lastedit
minoredits=exclude
order=descending
count=5
shownamespace=yes
nottitlematch=Hauptseite|Produkt-News:%
addeditdate=true
userdateformat=(d.m.Y)
format=,\n* [[%PAGE%|%TITLE%]] %DATE%,,
</DPL>

btw: thank you for this great Mediawiki extension!

Reply