Footnote Action Documentation
Not included in official Wikka versionSee also:
Development: FootnoteActionDocumentation
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:
- bold, italic, underline, strikethrough, highlight, monospace, key
- simple URLs (http://wikkawiki.org) and forced links to an external URL
- automatic links (HomePage) and forced links to an internal page
Long description
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
Author
DomBonjCategoryDocumentation