Шаблон:Напомена
Постоји неколико унапред дефинисаних група које могу имати стилизовану листу референци тако да се ознаке фусноте поклапају између маркера фусноте и фусноте у листи референци. Ове унапред дефинисане групе и листе референци имају шаблоне који чине ознаку једноставнијим и такође омогућавају уметање стандардне референце, тако да напомена са објашњењем може имати референцу.
Подразумевано понашање је коришћење групе са префиксом ”н.” (као ”н. 1”).
Име групе | Превод | Напомена | Приказ | Пример |
---|---|---|---|---|
none | нема | {Референца} |
{Референце} |
1 2 3 4 5 6 7 8 9 10 |
none | нема | {refn} |
{reflist} |
1 2 3 4 5 6 7 8 9 10 |
н. | број са ознаком | {Напомена} |
{Напомене} |
н. 1 н. 2 н. 3 |
lower-alpha | мала латиница | {Напомена-МС} |
{Напомене-МС} |
a b c d e f g h i j |
upper-alpha | велика латиница | {Напомена-ВС} |
{Напомене-ВС} |
A B C D E F G H I J |
lower-roman | мали римски бројеви | {Напомена-МР} |
{Напомене-МР} |
i ii iii iv v vi vii viii ix x |
upper-roman | велики римски бројеви | {Напомена-ВР} |
{Напомене-ВР} |
I II III IV V VI VII VIII IX X |
lower-greek [а] | мала грчка слова | {Напомена-МГ} |
{Напомене-МГ} |
α β γ δ ε ζ η θ ι κ |
- ^ Internet Explorer 7 и старије верзије не подржавају
{efn}
supports|name=
and|group=
, which work the same as the parameters in<ref>
. Do not enclose values in quotes.{notelist}
supports the column parameter,|refs=
and|group=
which work the same as the parameters in{reflist}
. Do not enclose values in quotes.
In these examples, the footnote labels match between the footnote marker and the reference list:
Викиозначавање | Резултат у чланку |
---|---|
Ово је пример неког текста.{напомена|Напомена 1} Ипак, јасно се види да није на ћирилици.{напомена|Напомена 2} Идеју немам шта ставити овде, па ево даљи текст.{напомена|Напомена 3} {notelist} |
|
Викиозначавање | Резултат у чланку |
---|---|
Lorem ipsum dolor sit amet.{efn-lr|Footnote 1} Consectetur adipisicing elit.{efn-lr|Footnote 2} Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.{efn-lr|Footnote3} {notelist-lr} |
|
Викиозначавање | Резултат у чланку |
---|---|
Lorem ipsum dolor sit amet.{efn|name=fn1|Footnote 1} Consectetur adipisicing elit.{efn|Footnote 2} Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.{efn|name=fn1} {notelist} |
|
Issues
- Multiple backlink labels are always styled as lower-alpha. This can be confusing when
{efn}
is used. - The entries in the reference list will show the default decimal styling if:
- The value for
|group=
in{reflist}
or<references />
does not exactly match one of the predefined values; use{efn}
or variant as|group=
will not be needed. - The value for
|group=
in{reflist}
or<references />
is enclosed by quotes; use{efn}
or variant as|group=
will not be needed. {reflist}
is indented with the:
markup.<references />
is used instead of{reflist}
- The value for
- The entries in the reference list will have no styling if:
- A reference is included in
{navbox}
or one of the variants and the style is set tobodyclass=hlist
; to resolve this, replace the style withlistclass=hlist
.
- A reference is included in
- Including external link markup will result in an error. Use the
{URL}
template instead:{URL|1=url name|2=optional display text}
.