Moderator
imagem de benevoliste
Associou-se: 04/05/2012
Usuário offline. Último acesso: 2 horas 4 minutos atrás.

Hello you all I noticed that the new interface allows to put automatic footnotes, which I would love to use. It will be of great practice and help. But can you, people, tell how to use the feature? ^_^ Please. I don't know what is the logic of it.

Moderator
imagem de dm
Associou-se: 27/04/2005
Usuário offline. Último acesso: 5 dias 14 horas atrás.

In the place where you want to add a footnote enclose the footnote text within an fn tag: [fn]like this[/fn]

The filter will take the text within the tag and move it to a footnote at the bottom of the page.

You can also use a "value" attribute to a) set the numbering to start from the given value, or b) to set an arbitrary text string as label.
Ex:

[fn value="5"]This becomes footnote #5. Subsequent are #6, #7...[/fn]
[fn value="*"]This footnote is assigned the label "*"[/fn]

Using value="" you can have multiple references to the same footnote in the text body.
[fn value="5"]This becomes footnote #5.[/fn]
[fn value="5"]This is a reference to the same footnote #5, this text itself is discarded.[/fn]

Moderator
imagem de benevoliste
Associou-se: 04/05/2012
Usuário offline. Último acesso: 2 horas 4 minutos atrás.

@dm Thank you very, very much!