Help:Footnotes - Biblioteka.sk

Upozornenie: Prezeranie týchto stránok je určené len pre návštevníkov nad 18 rokov!
Zásady ochrany osobných údajov.
Používaním tohto webu súhlasíte s uchovávaním cookies, ktoré slúžia na poskytovanie služieb, nastavenie reklám a analýzu návštevnosti. OK, súhlasím


Panta Rhei Doprava Zadarmo
...
...


A | B | C | D | E | F | G | H | CH | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9

Help:Footnotes
 ...

This page explains how to create the Footnotes section for Wikipedia articles. In this context, the word "Footnotes" refers to the Wikipedia-specific manner of documenting an article's sources and providing tangential information, and should not be confused with the general concept of footnotes. This how-to does not cover the formatting of citations within the Footnotes section, which is reviewed in Citing sources.

Footnotes are used most commonly to provide:

Footnotes or shortened footnotes may be used at the editor's discretion in accordance with the guideline on Variation in citation methods.

Only certain types of material on the English Wikipedia are required to have an inline citation. There is no requirement to provide a citation for every sentence, because multiple sentences may be supported by the same footnote. For advice on which material should be cited, see the guidelines on When you must use inline citations, the Good article criteria and When to cite. For advice on how to organize and format bibliographic citations, see the guideline on Citing sources and examples of Citation templates.

Footnotes are created using the Cite software extension. This extension adds the HTML-like elements <ref>...</ref>, <references /> and <references>...</references>. The elements are also used in a number of templates; for example, it is becoming more common to use {{reflist}} rather than <references /> as it can style the reference list.

Overview


The Footnotes system shows two elements on the page:

  • A Footnote marker is displayed in the article's content as a bracketed, superscripted number, letter, or word. Examples shown respectively are: . This footnote label is linked to the full footnote. Clicking on the footnote marker jumps the page down to the footnote and highlights the citation. If you are using the desktop site and have Javascript enabled, then hovering your cursor over a footnote marker (or touching it on touch devices) will show a pop-up box containing the footnote.
  • A Footnote displays the full citation for the source. Together the footnotes are displayed in an ordered list wherever the reference list markup {{reflist}} is placed. Each entry begins with the footnote label in plain text. The entire reference list is formatted in a slightly smaller font.
Each successive footnote label is automatically incremented. Thus the first footnote marker would be , the second would be and so on. Custom labels are also incremented: , .
For a single-use footnote, the label is followed by a caret (^) that is a backlink to the matching footnote marker. For example:
1. ^ Citation
If a named footnote is used in the text multiple times, then the footnote has multiple backlinks shown as letters:
2. ^ a b c Citation
Clicking on the backlink or pressing Alt+ returns to the footnote marker.

Footnotes in action

The superscript numeral "1" in square brackets at the end of this sentence is an example of a footnote marker.

  1. ^ This is a footnote that contains a citation or note.

Footnotes: the basics

To create the footnote marker, determine the point in the page content where the marker is desired and enter the markup with the citation or note inside the <ref>...</ref> tags. For example:

Markup Renders as
This is page content.<ref>''LibreOffice For Starters'', First Edition, Flexible Minds, Manchester, 2002, p. 18</ref>
{{reflist}}

This is page content.

  1. ^ LibreOffice For Starters, First Edition, Flexible Minds, Manchester, 2002, p. 18

The {{reflist}} template will be explained in the next section.

The content inside the <ref>...</ref> will show in the reference list. The ref tags can be added anywhere a citation or note is needed. There must be content inside the tags, else an error will show.

Where to place ref tags

Ref tags should follow any punctuation (usually a period), not precede it; see WP:REFPUNC. There should be no space between the punctuation and the tag:

Markup Renders as
...text.<ref>Content of the reference</ref>
{{reflist}}

...text.     Right

  1. ^ Content of the reference
...text<ref>Content of the reference</ref>.
{{reflist}}

...text.     Wrong (tag before punctuation)

  1. ^ Content of the reference
...text. <ref>Content of the reference</ref>
{{reflist}}

...text.     Wrong (space before tag)

  1. ^ Content of the reference

Formatting ref tags

The content of the ref tags can be formatted using most wiki markup or HTML markup, although techniques such as the pipe trick and template substitution will not work in footnotes. For example:

Markup Renders as
This is page content.<ref>''LibreOffice For Starters'', First Edition, Flexible Minds, Manchester, 2002, p. 18</ref>
{{reflist}}

This is page content.

  1. ^ LibreOffice For Starters, First Edition, Flexible Minds, Manchester, 2002, p. 18

The ref tag content may also contain an internal or external link:

Markup Renders as
This is page content.<ref>'''', First Edition, Flexible Minds, Manchester, 2002, p. 18</ref>
{{reflist}}

This is page content.

  1. ^ LibreOffice For Starters, First Edition, Flexible Minds, Manchester, 2002, p. 18

URLs must begin with a supported URI scheme. http:// and https:// will be supported by all browsers; however, ftp://, gopher://, irc://, ircs://, mailto: and news: may require a plug-in or an external application and should normally be avoided. IPv6 host-names are currently not supported.

If URLs in citation template parameters contain certain characters, then they will not display and link correctly. Those characters need to be percent-encoded. For example, a space must be replaced by %20. To encode the URL, replace the following characters with:

Character space " ' < > { | }
Encoding %20 %22 %27 %3C %3E %5B %5D %7B %7C %7D

Single apostrophes do not need to be encoded; however, unencoded multiples will be parsed as italic or bold markup. Single curly closing braces also do not need to be encoded; however, an unencoded pair will be parsed as the double closing braces for the template transclusion.

Reference lists: the basics

Once any number of footnotes have been inserted into the content, the reference list must be generated. For the basic reference list, add {{reflist}} wherever the list is desired. Once the page is published and viewed, the footnotes will be automatically generated and numbered and the reference list will be generated. The main reference list is placed in a separate section, usually titled "References", "Notes" or the like.

Markup Renders as
This is page content.<ref>''LibreOffice For Starters'', First Edition, Flexible Minds, Manchester, 2002, p. 18</ref>

==References==
{{reflist}}

This is page content.

References
  1. ^ LibreOffice For Starters, First Edition, Flexible Minds, Manchester, 2002, p. 18

Notes

  • In some cases, a page has more than one reference list. Until 2014, multiple uses of {{reflist}} on the same page required use of a |close= parameter; that bug has been fixed and the|close= parameter may safely be removed.
  • When editing, <references /> may be seen instead of {{reflist}}. This will automatically display the references in multiple columns, but <references /> does not offer the other advanced features of {{reflist}}.

Footnotes: using a source more than once

You can cite the same source more than once on a page by using named references, also called named footnotes. The syntax to define a named footnote is:

<ref name="name">content</ref>

To invoke the named footnote:

<ref name="name" />

Names for footnotes and groups must follow these rules:

  • Names are case-sensitive. Please do not use raNdOM capitalization.
  • Names must not be purely numeric; the software will accept something like ":31337" (which is punctuation plus a number), but it will ignore "31337" (purely numeric).
  • Names should have semantic value, so that they can be more easily distinguished from each other by human editors who are looking at the wikitext. This means that ref names like "Nguyen 2010" are preferred to names like ":31337".
  • Names must be unique. You may not use the same name to define different groups or footnotes. Try to avoid picking a name that someone else is likely to choose for a new citation, such as ":0" or "NYT".
  • Please consider keeping reference names short, simple, and restricted to the standard English alphabet and numerals. If spaces are used, the following technical restrictions become relevant:
    • Quotation marks are preferred but optional if the only characters used are letters A–Z, a–z, digits 0–9, and the symbols !$%&()*,-.:;<@^_`{|}~. That is, all printable ASCII characters except #"'/=<>?\ and space.
    • Inclusion of any other characters, including spaces, requires that the reference name be enclosed in quotes; for example, name="John Smith". But quote-enclosed reference names may not include a less-than sign (<) or a double straight quote symbol ("), which may however be included by escaping as &lt; and &quot; respectively.
    • The quote marks must be the standard, straight, double quotation marks ("); curly or other quotes will be parsed as part of the reference name.
  • You may optionally provide reference names even when the reference name is not required. This makes later re-use of the sourced reference easier.

Note that the colon-followed-by-numeral names, like ":0", are currently generated by default in VisualEditor.

Markup Renders as
This is page content.<ref name="manchester2002">{{cite book|title=LibreOffice for Starters|edition=First|publisher=Flexible Minds|location=Manchester|year=2002|p=18}}</ref> This is more content.<ref name="manchester2002" />
{{reflist}}

This is page content. This is more content.1

  1. ^ a b LibreOffice for Starters (First ed.). Manchester: Flexible Minds. 2002. p. 18.

The actual name used can be almost anything, but it is recommended that it have a connection to the citation or note. A common practice is to use the author-year or publisher-year for the reference name. This helps editors remember the name, by associating it with the information that is visible to the reader.

Note that the footnote labels are incremented in the order they are used, and that they use the same label when reused, thus the labels can seem out of order:

Markup Renders as
This is starter content.<ref name="manchester2002">{{cite book|title=LibreOffice for Starters|edition=First|publisher=Flexible Minds|location=Manchester|year=2002|p=18}}</ref> This is expert content.<ref name="lexington2004">{{cite book|title=OpenOffice for Experts|publisher=Lexington|year=2004|p=18}}</ref> And more starter content.<ref name="manchester2002" /> And more expert content.<ref name="lexington2004" />
{{reflist}}

This is starter content.1 This is expert content.2 And more starter content.1 And more expert content.2

  1. ^ a b LibreOffice for Starters (First ed.). Manchester: Flexible Minds. 2002. p. 18.
  2. ^ a b OpenOffice for Experts. Lexington. 2004. p. 18.

When using both names and groups, the syntax is:

<ref group="groupname" name="name">Content</ref>

Care should be taken when deleting references to avoid creating a cite error. See Avoiding common mistakes.

Reference lists: columns

When using <references /> or {{reflist}}, the list can be split into columns. The <references /> tag provides a default column width of 30 em. {{Reflist}} can be used to set a different column width:

{{reflist|xxem}}, where xx is the column width in em.

The number of columns will automatically be adjusted to the width of the display. It should be used only when necessary, as both the tag and the template have built-in auto-formatting capabilities providing a useful default display in most scenarios.

The set columns feature is now deprecated in favor of the option described above, which is better suited to flexible formatting for a variety of display screen sizes, ranging from mobile phones and tablets to wide-screen "cinema" displays. Forcing a fixed number of columns has been disabled in mobile view.

The number of columns to use is up to the editor, but some major practices include:

For example: Using {{Reflist|30em}} will create columns with a minimum width of 30 em,

30em wide columns
Markup Renders as
Lorem ipsum.<ref>Source name, access date, etc.</ref>

Lorem ipsum dolor sit amet.<ref>Source name, access date, etc.</ref>

==References==
{{Reflist|30em}}

Lorem ipsum.1 Lorem ipsum dolor sit amet.2

References
  1. ^ Source name, access date, etc.
  2. ^ Source name, access date, etc.

List-defined references

Some or all of the footnotes can also be defined within the reference section/list, and invoked in the page content. This keeps those citations in one central location for easier maintenance and avoids cluttering the text. This is purely a source code change – the actual display of the citation in the text to a reader is unaffected. For a more detailed evaluation of this method, see WP:LDRHOW. The syntax is:

{{reflist|refs=
<ref name="name1">Content</ref>
<ref name="name2">Content</ref>
<ref name="name...n">Content</ref>
}}

or, alternatively,

<references>
<ref name="name1">Content</ref>
<ref name="name2">Content</ref>
<ref name="name...n">Content</ref>
</references>

The footnote markers are included as usual for a named footnote. For example:

Markup Renders as
The quick brown fox jumps over the lazy dog.<ref name="LazyDog"/>
Amazingly few discotheques provide jukeboxes.<ref name="Jukeboxes"/>
How razorback-jumping frogs can level six piqued gymnasts.<ref name="JumpingFrogs"/>

==References==
{{reflist|refs=
<ref name="Jukeboxes">This is the jukeboxes reference.</ref>
<ref name="LazyDog">This is the lazy dog reference.</ref>
<ref name="JumpingFrogs">This is the jumping frogs reference.</ref>
}}

The quick brown fox jumps over the lazy dog.1 Amazingly few discotheques provide jukeboxes.2 How razorback-jumping frogs can level six piqued gymnasts.3

References
  1. ^ This is the lazy dog reference.
  2. ^ This is the jukeboxes reference.
  3. ^ This is the jumping frogs reference.

The references will be numbered, and appear in the output, in the order that they are first referred to in the content, regardless of their order within the list. All references in reference list must be referenced in the content, otherwise an error message will be shown.

Note that when you use the visual editor, you will not be able to add, remove, or change list-defined references.

Footnotes: embedding references

Explanatory notes may need to be referenced. Because of limitations in the Cite software, reference tags cannot be nested; that is, a set of <ref>...</ref> tags cannot be placed inside another pair of <ref>...</ref> tags. Attempting to do so will result in a cite error.

The templates {{r}} and {{refn}} can be used to nest references. The markup is:

{{refn|group=group|name=name|content}} or
{{r|group=group|name=name|refn=content}} or
{{r|g=group|n=name|r=content}} (shorter)

name and group being optional parameters. The content may include <ref> tags or another {{r}} template.

The other templates listed below in Predefined groups are variants of {{refn}} that include a styled group and have a matching styled reference list template.

Examples:

Using {{refn}}

Markup Renders as
The quick brown fox jumps over the lazy dog.{{refn|group=nb|A footnote.<ref>A reference for the footnote.</ref>}}

==Notes==
{{reflist|group=nb}}

==References==
{{reflist}}

The quick brown fox jumps over the lazy dog.nb 1

Notes
  1. ^ A footnote.1
References
  1. ^ A reference for the footnote.

Using {{r}}

Markup Renders as
The quick brown fox jumps over the lazy dog.{{r|g=nb|r=A footnote.{{r|r=A reference for the footnote.}}}}

==Notes==
{{reflist|group=nb}}

==References==
{{reflist}}

The quick brown fox jumps over the lazy dog.nb 1

Notes
  1. ^ A footnote.1
References
  1. ^ A reference for the footnote.

The use of the magic word #tag:ref is valid, but the sequence of parameters is invariant and nonintuitive. {{r}} as well as {{refn}} and its variants use this markup internally.

{{#tag:ref|refcontent|group=groupname|name=name}}

Footnotes: groups

Sometimes it is useful to group the footnotes into separate lists, for example to separate explanatory notes from references, or to list references for tables, image captions, infoboxes and navboxes. The sequence of footnote labels is independent in each group.

The syntax to define a footnote with a group is:

<ref group=groupname>Content</ref>

If the footnote marker group name includes a space, the group name must be enclosed in quotes, else a cite error will occur. Otherwise, quotes are optional.

The syntax for the reference list with a group is:

{{reflist|group=groupname}}

The reference list group name does not need to be enclosed in quotes.

Example:

Markup Renders as
This part of the text requires clarification,<ref group=note>Listed separately from the citation</ref> whereas the entire text is cited.<ref>Citation.</ref> And this needs even more clarification.<ref group=note>Another note</ref>

==Notes==
{{reflist|group=note}}

==References==
{{reflist}}

This part of the text requires clarification,note 1 whereas the entire text is cited.1 And this needs even more clarification.note 2

Notes
  1. ^ Listed separately from the citation
  2. ^ Another note
References
  1. ^ Citation

Note that the footnote labels in the reference list show only the numbers and not the group name.

When using both names and groups, the syntax is:

<ref group="groupname" name="name">Content</ref>

For the repeated note:

<ref group="groupname" name="name" />

Footnotes: predefined groups

Zdroj:https://en.wikipedia.org?pojem=Help:Footnotes
Text je dostupný za podmienok Creative Commons Attribution/Share-Alike License 3.0 Unported; prípadne za ďalších podmienok. Podrobnejšie informácie nájdete na stránke Podmienky použitia.






Text je dostupný za podmienok Creative Commons Attribution/Share-Alike License 3.0 Unported; prípadne za ďalších podmienok.
Podrobnejšie informácie nájdete na stránke Podmienky použitia.

Your browser doesn’t support the object tag.

www.astronomia.sk | www.biologia.sk | www.botanika.sk | www.dejiny.sk | www.economy.sk | www.elektrotechnika.sk | www.estetika.sk | www.farmakologia.sk | www.filozofia.sk | Fyzika | www.futurologia.sk | www.genetika.sk | www.chemia.sk | www.lingvistika.sk | www.politologia.sk | www.psychologia.sk | www.sexuologia.sk | www.sociologia.sk | www.veda.sk I www.zoologia.sk