Edgewall Software

Changes between Version 86 and Version 87 of MacroBazaar


Ignore:
Timestamp:
May 17, 2005, 6:55:05 AM (19 years ago)
Author:
trac-form@…
Comment:

Moved TOC into Navigation section

Legend:

Unmodified
Added
Removed
Modified
  • MacroBazaar

    v86 v87  
    9797
    9898[wiki:MacroBazaar#Categories (categories)]
     99
    99100----
    100101
     
    212213[[BR]]''Version:'' >= 0.8
    213214[[BR]]''By:'' Muness Alrubaie <muness@gmail.com>
     215
     216
     217=== TOC ===
     218
     219This macro adds the ability to create table of contents on any set of pages. If
     220a page is not specified, the current page and version is used.
     221
     222The table of contents is automatically generated from headings in the page.
     223
     224Usage:
     225
     226Table of contents for the current page and version:
     227
     228{{{
     229[[TOC]]
     230}}}
     231
     232Table of contents for multiple pages:
     233
     234{{{
     235[[TOC(WikiStart, WikiFormatting)]]
     236}}}
     237
     238''Download:'' http://svn.swapoff.org/trachacks/wiki/TocMacro
     239[[BR]]''By:'' Alec Thomas <trac-form@swapoff.org>
     240[[BR]]''Version:'' >= 0.7.1 (requires patch available at http://svn.swapoff.org/trachacks/wiki/AnchorPatch)
     241
     242
     243[[BR]]A modified (improved?) version of TOC is available. Modifications are :
     244 * correct handling of parameters (like ''inline'') when no page is explicitly specified (means current page)
     245 * Suppress level 1 header when the TOC for the current page (no page specified in parameters) is displayed.
     246
     247''Download:''
     248http://projects.edgewall.com/trac/attachment/wiki/MacroBazaar/TOC.2.py
     249[[BR]]''By:'' Michel Jouvin <jouvin@lal.in2p3.fr>
    214250
    215251
     
    345381[[BR]]''By:'' Alec Thomas <trac-form@swapoff.org> -- ''Ver.'' >= 0.7.1
    346382
    347 === TOC ===
    348 
    349 This macro adds the ability to create table of contents on any set of pages. If
    350 a page is not specified, the current page and version is used.
    351 
    352 The table of contents is automatically generated from headings in the page.
    353 
    354 Usage:
    355 
    356 Table of contents for the current page and version:
    357 
    358 {{{
    359 [[TOC]]
    360 }}}
    361 
    362 Table of contents for multiple pages:
    363 
    364 {{{
    365 [[TOC(WikiStart, WikiFormatting)]]
    366 }}}
    367 
    368 ''Download:'' http://svn.swapoff.org/trachacks/wiki/TocMacro
    369 [[BR]]''By:'' Alec Thomas <trac-form@swapoff.org>
    370 [[BR]]''Version:'' >= 0.7.1 (requires patch available at http://svn.swapoff.org/trachacks/wiki/AnchorPatch)
    371 
    372 
    373 [[BR]]A modified (improved?) version of TOC is available. Modifications are :
    374  * correct handling of parameters (like ''inline'') when no page is explicitly specified (means current page)
    375  * Suppress level 1 header when the TOC for the current page (no page specified in parameters) is displayed.
    376 
    377 ''Download:''
    378 http://projects.edgewall.com/trac/attachment/wiki/MacroBazaar/TOC.2.py
    379 [[BR]]''By:'' Michel Jouvin <jouvin@lal.in2p3.fr>
    380 
    381 
    382383=== AddComment ===
    383384