Jump to content

Template:Footnote: Difference between revisions

From GLOBULA
плашка Шаблон не работает!
m DP moved page Template:Сноска to Template:Footnote without leaving a redirect
 
(One intermediate revision by the same user not shown)
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>
Это утверждение основано на данных{{Сноска|Номер=1}}.
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:   
Это утверждение основано на данных[1].   
This statement is based on data[1].   
== Примечания ==   
== Notes ==   
# См. официальный сайт.
# See the official website.
</noinclude>
</noinclude>


<includeonly>[[#ref-{{{Номер|auto}}}|[{{{Номер|auto}}}]]]</includeonly>
<includeonly>[[#ref-{{{Number|auto}}}|[{{{Number|auto}}}]]]</includeonly>


[[Категория:Шаблоны]]
[[Category:Templates]]

Latest revision as of 14:03, 4 December 2025


ℹ️ Template is not working. A plugin needs to be installed.


Documentation

[edit]

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

[edit]
  1. See the official website.