Template:Footnote: Difference between revisions
Appearance
плашка Шаблон не работает! |
Translation |
||
| Line 1: | Line 1: | ||
{{ | {{Needs Improvement|Template is not working. A plugin needs to be installed.}} | ||
<noinclude> | <noinclude> | ||
== | == Documentation == | ||
This template creates clickable footnotes. Use it in the text for a number, and add the text with an anchor in the "Notes" section. | |||
Usage example: | |||
<pre> | <pre> | ||
This statement is based on data{{Footnote|Number=1}}. | |||
== | == Notes == | ||
# <span id="ref-1"></span> | # <span id="ref-1"></span> See the official website. | ||
</pre> | </pre> | ||
Result: | |||
This statement is based on data[1]. | |||
== | == Notes == | ||
# | # See the official website. | ||
</noinclude> | </noinclude> | ||
<includeonly>[[#ref-{{{ | <includeonly>[[#ref-{{{Number|auto}}}|[{{{Number|auto}}}]]]</includeonly> | ||
[[ | [[Category:Templates]] | ||
Revision as of 13:02, 4 December 2025
ℹ️ Template is not working. A plugin needs to be installed.
Documentation
This template creates clickable footnotes. Use it in the text for a number, and add the text with an anchor in the "Notes" section.
Usage example:
This statement is based on data{{Footnote|Number=1}}.
== Notes ==
# <span id="ref-1"></span> See the official website.
Result: This statement is based on data[1].
Notes
- See the official website.