https://bugzilla.wikimedia.org/show_bug.cgi?id=14692


John Mark Vandenberg <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #6 from John Mark Vandenberg <[email protected]>  2008-12-20 
07:12:18 UTC ---
While this doesnt answer the question, I have started documented the syntax at:

http://www.mediawiki.org/wiki/Help:New_pages

It is possible to use "offset" to indicate which day to begin the list on, so
the following would give you up to 500 unpatrolled pages from the last 7 days.

{{Special:Newpages/limit=100,hidepatrolled,offset={{CURRENTTIMESTAMP}}}}
{{Special:Newpages/limit=100,hidepatrolled,offset={{#expr:{{CURRENTTIMESTAMP}}-1000000}}}}
{{Special:Newpages/limit=100,hidepatrolled,offset={{#expr:{{CURRENTTIMESTAMP}}-2000000}}}}
{{Special:Newpages/limit=100,hidepatrolled,offset={{#expr:{{CURRENTTIMESTAMP}}-3000000}}}}
{{Special:Newpages/limit=100,hidepatrolled,offset={{#expr:{{CURRENTTIMESTAMP}}-4000000}}}}
{{Special:Newpages/limit=100,hidepatrolled,offset={{#expr:{{CURRENTTIMESTAMP}}-5000000}}}}
{{Special:Newpages/limit=100,hidepatrolled,offset={{#expr:{{CURRENTTIMESTAMP}}-6000000}}}}

You can see it working at [[User:Jayvdb/NPP7]].


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to