This is the documentation page for the Footnote action.
Documentation
Short description
Displays a numbered footnote at the bottom of the page.
Parameters
name
type
required?
default
description
note
string
required
The text of the footnote.
Notes
Do not insert a footnote number: it is added automatically by the action.
Make sure to use single quotes ( ' ) to delimit the 'note' parameter string. If you want to include a single quote inside the string, use the ' entity (see example below.)
A limited subset of the wiki formatting markup is allowed in the text of the note. The following will be rendered in the footnote's text:
This action displays a numeric superscript (starting at 1 and incremented for each additional note on the page) with an hyperlink to the text of the footnote, which is displayed at the bottom of the page.
Usage
{{footnote note='text of the note'}}
Examples
The following page content:
Next to this sentence, there is a footnote{{footnote note='that's the text of the footnote [[[http://wikkawiki.org/FootnoteActionInfo more info]]]'}}
This
is
more
text
... and here is another, bold-formatted footnote {{footnote note='**note #2**'}}
is displayed as follows:
Next to this sentence, there is a footnoteFootnoteActionInfo more info]' >1
This
is
more
text
... and here is another, bold-formatted footnote 2