Changes between Version 14 and Version 15 of ListOfWikiPagesMacro


Ignore:
Timestamp:
Oct 26, 2009, 9:06:54 PM (14 years ago)
Author:
Martin Scharrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ListOfWikiPagesMacro

    v14 v15  
    6060}}}
    6161
     62A headline can be given using a `headline` argument:
     63{{{
     64[[ListOfWikiPages(headline=Headline text without any comma)]]     # sets a table headline, may not contain '`,`'
     65}}}
    6266
    6367The 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`.
     
    8185[[LastChangesBy(...,format=...]]     # Selects `long` or `short` table format
    8286[[LastChangesBy(...,from=..,to=..]]  # Selects `from` and `to` time/date range
     87
     88[[LastChangesBy(...,headline=...]]   # Overwrites headline, may not contain `','`
    8389}}}
    8490