Notas de rodapé do Trac

Descrição

O FootNoteMacro é ligado automaticamente

Error: Failed to load processor FootNote
No macro or processor named 'FootNote' found

and generates footnotes.

To use it, simply call the FootNoteMacro with the footnote content

Error: Failed to load processor FootNote
No macro or processor named 'FootNote' found

as the only argument to the macro:

[[FootNote(This is a footnote)]]

Footnotes are numbered by the order in which they appear.

To create a reference to an existing footnote, pass the footnote number as the only argument to the macro:

[[FootNote(1)]]

In addition, identical footnotes are coalesced into one entry. The following will generate one footnote entry with two references:

Some text[[FootNote(A footnote)]] and some more text [[FootNote(A footnote)]].

[[FootNote]]

And finally, to display a list of foot-notes call the macro with no arguments:

[[FootNote]]

Once a set of footnotes has been displayed, a complete new set of footnotes can be created. This allows multiple sets of footnotes per page.

Bugs/Feature Requests

Existing bugs and feature requests for FootNoteMacro are here.

If you have any issues, create a new ticket.

Download

download:footnotemacro

Installation

FootNote.py must be installed in the global wikimacros directory due to its use of global variables. This is discussed at length in #13.

Source

You can check out the source for FootNoteMacro from Subversion at http://trac-hacks.org/svn/footnotemacro.

Example

Here are the footnotes assembled from this page.

Error: Failed to load processor FootNote
No macro or processor named 'FootNote' found

Author/Contributors

Author: athomas
Contributors: