Changes between Version 12 and Version 13 of ListOfWikiPagesMacro


Ignore:
Timestamp:
Oct 26, 2009, 7:09:22 PM (14 years ago)
Author:
Martin Scharrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ListOfWikiPagesMacro

    v12 v13  
    4949}}}
    5050
     51Since v0.3 the optional arguments `from` and `to` can be used to specify a time/date range as requested by #5344.
     52The values of this arguments are taken as negative offsets to the current time (i.e. the time the wiki page is displayed).
     53Allowed is a number followed by a unit which can be `s`,`m`,`h`,`d`,`w`,`o`,`y` for seconds, minutes, hours, days, weeks, month and years.
     54If the unit is missing seconds are assumed.
     55
     56{{{
     57[[ListOfWikiPages(from=3d)]]            # displays all wiki pages changed in the last three days
     58[[ListOfWikiPages(to=15m)]]             # displays all wiki pages was where changed longer than 15 minutes ago
     59[[ListOfWikiPages(from=4.5w,to=15h)]]   # displays all wiki pages was where changed between 4 1/2 week and 15 hours ago
     60}}}
     61
     62
    5163The resulting table looks like this (example links not functional) in the `long` format. The `short` format simply lacks the columns `Version`, `Diff`, `History` and `Comment`.
    5264