Footnotes

A footnote can be included in a wiki page using the following wiki syntax :

Syntax

[[footnote]]This is a footnote[[/footnote]]12

CSS Selectors

Reference Numbers

.footnoteref is used in the <sup> and the <a> of a footnote reference number.

Each reference number will have an id selector which is used in the <a> of the footnote reference number. The first will be #footnoteref-1, the second will be #footnoteref-2, etc.

Foonote Section

.footnotes-footer - entire box containing the footnotes area.

Example:

.footnotes-footer
{
background-color:#FAFAFA;
border:1px solid #AAA;
padding:2%;
}

.footnotes-footer .title - the title of the footnotes section.

.footnote-footer - the class of the div containing each footnote. There will be one per footnote. Do not mistake this with .footnotes footer above.

Example :

.footnote-footer
{
background-color:#FFF;
border-bottom:1px solid #AAA;
}

Each footnote has an id selector for each individual footnote. For example, the first footnote will be #foonote-1, the second will be #footnote-2, etc.

Related Pages

Categories: Content : Wiki Guide : Wiki Syntax