Changes between Version 1 and Version 2 of WikiTipsAndTricks


Ignore:
Timestamp:
2009-08-22T11:24:32+02:00 (15 years ago)
Author:
Morris Swertz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiTipsAndTricks

    v1 v2  
    1 [[TOC]]
    2 
    31= Create a table of contents =
    4 
    52Using http://trac-hacks.org/wiki/TocMacro
    63
    74If no arguments are given, a table of contents is generated for the current page, with the top-level title stripped:
    8 
    95
    106{{{
     
    139To generate a table of contents for a set of pages, simply pass them as comma separated arguments to the TOC macro. This is the macro call for the table of contents visible on the right side of this page:
    1410
    15 
    1611{{{
    1712[[TOC(TracGuide, TracInstall, TracUpgrade, TracIni, TracAdmin, TracBackup, TracLogging, TracPermissions, TracWiki, WikiFormatting, TracBrowser, TracRoadmap, TracChangeset, TracTickets, TracReports, TracQuery, TracTimeline, TracRss, TracNotification)]]
     
    1914A wildcard '*' can be used to fetch a sorted list of all pages starting with the preceding pagename stub (Since [http://trac-hacks.org/changeset/2801 "[2801]"]):
    2015
    21 
    2216{{{
    2317[[TOC(Trac*, WikiFormatting, WikiMacros)]]
    2418}}}
     19
     20[[TOC]]