Footnotes
The footnotes component is a list of notes which are intrinsically connected to the previous component(s).
Variations
- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
- Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
- Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Details
Usage
The footnotes component is used to display a list of notes not directly related to the content of the article. They are used to provide additional information that the author does not wish to include in the article, but that are made accessible via these notes.
Guidelines
- Should be placed on the bottom of the text it is linked
HTML structure
Overall HTML view of a footnotes component:
div.footnotes
ol
(or ul
)
li
(one or more)Presets
Footnotes presets:
Preset | Description |
---|---|
Default | Default template. |
Variations
Footnotes variations:
Variation | Description |
---|---|
Footnotes | Composed of an ol or ul list. |
Embedding
The footnotes component can be embedded inside other component:
Component | Description |
---|---|
Table | Whenever it is necessary add additional information to a table. |
main
(HTML file)
div.footnotes
(element)Some components can be placed/embedded inside other components. Whenever this happens, they become elements of the respective parent component and they can no longer be called components.
Nesting
The footnotes component cannot be used as a container of other components and/or elements.
main
(HTML file)
div.footnotes