P2P Foundation:LinkList template explanation: Difference between revisions

From P2P Foundation
Jump to navigation Jump to search
(some doc)
No edit summary
Line 1: Line 1:
''testing some templates here''
''testing some templates here''


ToC will come here by default.
==Title==
==Title==
Bla bla...
Bla bla...
<!-- toc will come here? -->


The linklist h3's will trigger a table of contents block.  Several options:
The linklist h3's will trigger a table of contents (ToC) block.  Several options:
* Put a <nowiki>==title==</nowiki> above the template.
* Put a <nowiki>==title==</nowiki> above the template.
* Manually put a <nowiki>__TOC__</nowiki> in the page to display the ToC in that position.
* Manually put a <nowiki>__TOC__</nowiki> in the page to display the ToC in that position.
* Put a <nowiki>__NOTOC__</nowiki> in the page to disable the ToC.
* Put a <nowiki>__NOTOC__</nowiki> in the page to disable the ToC.
The default behavior is probably to place the ToC above the first title.


{{LinkList
{{LinkList

Revision as of 13:54, 3 March 2009

testing some templates here

ToC will come here by default.

Title

Bla bla...

The linklist h3's will trigger a table of contents (ToC) block. Several options:

  • Put a ==title== above the template.
  • Manually put a __TOC__ in the page to display the ToC in that position.
  • Put a __NOTOC__ in the page to disable the ToC.

The default behavior is probably to place the ToC above the first title.