সহায়:পাদটীকা

(ৱিকিপিডিয়া:FNৰ পৰা পুনঃনিৰ্দেশিত)

This page explains how to create footnotes on Wikipedia pages. Footnotes are used most commonly to provide references in articles, although they have other uses as well. They are generated using the following tags in the editable text of a page: <ref></ref> within the text, and <references></references> or {{Reflist}} at the end where the footnote list is to appear.

The most common use of footnotes in Wikipedia articles is to provide inline citations to reliable sources, although footnotes can also be used for other purposes. The use of <ref></ref> tags is not required by any policy or guideline, and other systems of inline citation, including parenthetical referencing, may be used at the editors' discretion. However, <ref></ref> tags are by far the most popular system for inline citations.x

This page concerns technical methods for creating footnotes. For advice on how to organize and format references, see Citing sources and Citation template examples.

 
How a footnote is created in the editable text of a page. (Click to see more detail.)

The footnoting system involves two elements:

  • Footnote markers. These are links, usually in the form [1], [2], etc. Clicking on a footnote marker will take you to the correspondingly numbered footnote.
  • The footnotes themselves. These appear in a list (usually placed near the end of the article), and include links back to the corresponding footnote markers.

Footnote markers are generated using <ref></ref> tags. The list of footnotes is generated using the <references></references> tag, or the corresponding {{Reflist}} template, placed in the editable text at the point where the footnotes are to appear. The text of a footnote is placed between opening <ref></ref> and closing <ref></ref> tags, either at the point where the footnote marker is to appear, or within the <references></references> element. If the page contains footnote markers but no footnote list, a red cite error message will appear.

Creating a footnote marker সম্পাদনা কৰক

At the point in the page text where the footnote marker is to appear, enter the text of the footnote and put the two pieces of coding before and after the footnote-text, like this:

<ref>LibreOffice For Starters, First Edition, Flexible Minds, Manchester, 2002, p. 18</ref>

This will create a footnote marker (automatically numbered). The footnote text itself will appear in the footnote list, generated as described below. If there is no footnote list markup, a red warning message will appear, reminding you to write the markup that generates the list.

You can include formatting and links in a footnote in the usual way, although certain features, such as the pipe trick and template substitution, will not work in footnotes. For the formatting of references, citation templates, such as a generic {{citation}}, or more specific {{cite book}}, {{cite web}}, etc., are available, although many editors prefer not to use them. See Citing sources for details on how references can be structured.

To aid readability in the edit window, a single newline can be added after the closing <ref></ref> tag before continuing with the text of the paragraph. This has the same effect as putting a space after the closing tag.

Multiple references to the same footnote সম্পাদনা কৰক

চমুপথবোৰ:
WP:NAMEDREFS
WP:NAMEDREFERENCES
WP:REFNAME

It is possible to refer to the same footnote more than once, in other words to generate several footnote markers, all with the same number, which link to the same footnote. To achieve this, named footnotes (named references) are used.

A footnote is named using the ​name​ attribute of the <ref></ref> tag. Choose a name (such as "Perry"), and then at one of the footnote marker points (it makes sense to choose the first), enter the footnote like this:

<ref name=Perry>Perry's Handbook, Sixth Edition, McGraw-Hill Co., 1984</ref>

Then you can create another identical marker linking to the same footnote from any other point in the text, by entering the following (note the final slash):

<ref name=Perry></ref>

Names for footnotes and groups must follow these rules:

  • Names are case-sensitive
  • Names may not be a numeric integer
  • Quotes are optional if the only characters used are letters A–Z, a–z, digits 0–9 and the symbols !$%&()*,-.:;<@[]^_`{|}~
  • Inclusion of any other characters including spaces require that the name be enclosed in in straight quotes (")
  • Quote enclosed names may not include a less-than sign (<) or a quote symbol (")
It is recommended that names be kept simple and restricted to the standard English alphabet and numerals.

Creating the footnote list সম্পাদনা কৰক

At the point where you want the text of the footnotes to appear, usually at the end of the article in a section titled "References" or "Notes (see the Footers in the layout guideline for more information), put the following markup:

<references></references>

A commonly used alternative, which includes some formatting, is the {{Reflist}} template:

{{Reflist}}

This template has parameters available for splitting the list into columns, and for controlling their width. For example, {{Reflist}} puts the list of footnotes into two columns. (For more options, see the reflist template documentation.)

The footnote list must be inserted on the page below (after) all the footnote markers.

If the page has markup to generate a footnote list, but there are no footnote markers on the page, the list will simply appear as a blank line. No warning or error message is displayed.

List-defined references সম্পাদনা কৰক

চমুপথ:
WP:LDR

In order to make the article text easier to read in the edit window, particularly in sections with many citations, editors may decide to write all footnotes in the shorter "named" form. This can be done using the list-defined references function, where the content of the references is defined within the reference list, rather than in the article text. The syntax is as follows:

লিপি প্ৰদৰ্শন কৰে
The quick brown fox jumps over the lazy dog.<ref name="LazyDog" />

<references>
<ref name="LazyDog">This is the lazy dog reference.</ref>
</references>
The quick brown fox jumps over the lazy dog.[1]
  1. This is the lazy dog reference.

This can also be done using the {{Reflist}} template with a |refs= parameter:

লিপি প্ৰদৰ্শন কৰে
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="LazyDog">This is the lazy dog reference.</ref>
<ref name="Jukeboxes">This is the jukeboxes reference.</ref>
<ref name="JumpingFrogs">This is the jumping frogs reference.</ref>
}}
The quick brown fox jumps over the lazy dog.[1]

Amazingly few discothèques 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 appear numbered in the order that they are referred to in the text, regardless of how they are ordered within the reflist/references template. References which are list-defined but unused (that is, are not in the text) will show a cite error message.

If it becomes necessary to convert references from the list-defined to the inline format or vice versa, the page Converting between references formats documents procedures for doing so.

When a page with footnotes is displayed in a browser, the <ref></ref> tags in the main text are converted to auto-numbered superscripts, like this:

The only reference to LibreOffice for Starters.[1] The first reference to Perry's Handbook.[2] The second reference to Perry's Handbook and to another, related book.[2][3] A statement that requires a reference.[citation needed] The only reference to Linux in a Nutshell.[4] And third reference to Perry's Handbook.[2]

Clicking on a numbered superscript takes you straight to the text of the corresponding footnote. (The [citation needed] item is not a footnote marker; it is produced by the {{fact}} template, used to indicate a point where a reference ought to be provided.)

The <references></references> tag or {{Reflist}} template is expanded to show the text of the footnotes against their corresponding numbers, like this:

  1. LibreOffice for Starters, First Edition, Flexible Minds, Manchester, 2002.
  2. 2.0 2.1 2.2 Perry's Handbook, Sixth Edition, McGraw-Hill Co., 1984.
  3. Nuclear Chemical Engineering (2nd Edition), McGraw-Hill Co., 1981.
  4. Linux in a Nutshell, O'Reily Co., 2003.

For single-reference footnotes, clicking on the caret ^ takes you back to the footnote marker in the main text. For multiple-reference footnotes, the links back to the main text are distinguished by letter superscripts ^ a b c. Clicking on a letter superscript takes you to the corresponding marker in the main text.

Previewing edits সম্পাদনা কৰক

When you edit a single section of a page, the footnotes list will not be visible when you preview your edits. Thus you ordinarily cannot see how your footnotes will later appear when you save your edits.

If this is a problem, you can insert a {{Reflist}} into the edited section temporarily (remembering to delete it again before you save your edits). However you will still not be able to see named references which were defined in other sections: to do this, you would either have to paste in text from the other sections as a temporary measure, or open the whole page in the edit window instead of just one section.

Another workaround for this issue is to use the wikEd gadget.

চমুপথবোৰ:
WP:REFGROUP
WP:CITELABEL

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. This can be accomplished with the

group attibute. The sequence of footnote labels is independent in each group.

Editor-defined groups সম্পাদনা কৰক

Footnotes that do not use the

group attribute have plain automatic numbers for their labels. When the

group attibute is used, in-text footnote labels are formed from the group name, a space and the automatic number. However the labels in the footnote list entries just use the numbers without the prefix.

লিপি প্ৰদৰ্শন কৰে
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>

==Notes==
{{Reflist|group=note}}

==References==
{{Reflist}}
This part of the text requires clarification,[note 1] whereas the entire text is cited.[1]
Notes
  1. Listed separately from the citation
References
  1. Citation.

Predefined groups সম্পাদনা কৰক

There are several predefined group names that apply a style to the footnote labels and to the reference list:

Label styles
Group name Style Sample
Decimal numbers (default) 1 2 3 4 5 6 7 8 9 10
decimal Decimal numbers 1 2 3 4 5 6 7 8 9 10
lower-alpha Alpha, lower case a b c d e f g h i j
upper-alpha Alpha, upper case A B C D E F G H I J
lower-greek Greek, lower case α β γ δ ε ζ η θ ι κ [note 1]
lower-roman Roman, lower case i ii iii iv v vi vii viii ix x
upper-roman Roman, upper case I II III IV V VI VII VIII IX X
  1. Not supported by Internet Explorer 7 and below

The in-text footnote is defined using one of the group names, for example:

<ref group=lower-alpha>Footnote 1</ref>

The reference list is invoked using {{Reflist}} with the group name. The group name must not be enclosed by quotes. For example:

লিপি প্ৰদৰ্শন কৰে
Lorem ipsum dolor sit amet.<ref group=lower-alpha>Footnote 1</ref> Cconsectetur adipisicing elit.<ref group=lower-alpha name=footnote2>Footnote 2</ref>. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<ref group=lower-alpha name=footnote2 />

{{Reflist|group=lower-alpha}}

Lorem ipsum dolor sit amet.[lower-alpha 1] Cconsectetur adipisicing elit.[lower-alpha 2]. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.[lower-alpha 2]
  1. Footnote 1
  2. 2.0 2.1 Footnote 2

Issues

  • Backlink labels are always styled as lower-alpha. This can be confusing when the footnotes are also labelled alphabetically.
  • The entries in the reference list will show the default decimal styling if:
    • The value for |group= does not exactly match one of the predefined values.
    • The value for |group= is enclosed by quotes.
    • {{Reflist}} is indented with the ​:​ markup.
    • <references></references> is used instead of {{Reflist}}

Multiple reference lists সম্পাদনা কৰক

It is possible to include multiple instances of the reference list markup <references></references> or {{Reflist}} on a page. Care must be taken to ensure that multiple reference lists are closed so that the references intended for one list do not appear in another list. To close the reference list markup, simply use any parameter in the the reference list markup. Normally different reference lists would use different groups, so the reference list markup will be closed.

In this example, the reference list markup is unclosed and the reference list is repeated in the two subsequent lists and the third in-text footnote number is rendered incorrectly:

লিপি প্ৰদৰ্শন কৰে
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. <ref>Reference 1</ref>
{{Reflist}}

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<ref>Reference 2</ref>
{{Reflist}}

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.<ref>Reference 3</ref>
{{Reflist}}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. [1]
  1. Reference 1

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[1]

  1. Reference 2

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[1]

  1. Reference 3

To prevent this and close references so that they are not rendered incorrectly, the reference list markup must include any parameter, such as |group=, |refs= or a column parameter. If parameters are not desired, a dummy parameter may be used, by convention |close=. For example:

লিপি প্ৰদৰ্শন কৰে
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. <ref>Reference 1</ref>
{{Reflist|close}}

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<ref>Reference 2</ref>
{{Reflist|close}}

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.<ref>Reference 3</ref>
{{Reflist|close}}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. [1]
  1. Reference 1

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[1]

  1. Reference 2

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[1]

  1. Reference 3

Embedding references within footnotes সম্পাদনা কৰক

চমুপথ:
WP:REFNEST

Explanatory notes may need to be referenced. Due to limitations in the Cite.php software, reference tags cannot be nested— 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 magic word ​#tag:ref​ may be used to nest references. The markup is:

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

Where

refcontent may include <ref></ref> tags. The

name and

groupname are optional, but must come after

refcontent. If the

groupname is not specified, then the main and nested references will be rendered into the same reference list. Attempting to use #tag:ref more than once within list-defined references will result in a cite error.

Example:

লিপি প্ৰদৰ্শন কৰে
The quick brown fox jumps over the lazy dog.{{#tag:ref|A footnote.<ref>A reference for the footnote.</ref>|group="nb"}}

==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 syntax of #tag:ref is not obvious, as parameters must come after the content; {{refn}} may be used in place of the ​#tag:ref​ markup.

লিপি প্ৰদৰ্শন কৰে
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.

চমুপথ:
WP:EXPLNOTE

Most footnotes are citations, which identify sources. Another kind of footnote is an explanatory footnote which is a comment that would be too detailed or too awkward to include in the body of the article. The Wikipedia Manual of style does not mandate a layout for explanatory footnotes at the bottom of the article, and in fact provides for several approaches that are acceptable. An important factor whether or not Shortened footnotes are used or not. Here are some common approaches to laying out the footnotes.

A This example uses standard footnotes with all citations and explanatory notes in a single Notes sections:

লিপি প্ৰদৰ্শন কৰে
The Sun is pretty big.<ref>Miller, ''The Sun'', Oxford, 2005, p. 23. But Miller points out that the Sun is not as large as some other stars.</ref> But the Moon<ref>The Moon goes by other names, such as Selena - see, for example Brown, ''The Moon'', 2006, Penguin, p 623.</ref> is not so big.<ref>Brown, ''The Moon'', 2006, Penguin, p. 46. Historically the Moon was not always considered to be large. For a discussion, see Miller, ''The Sun'', Oxford, 2005, p 411.</ref> The Sun is also quite hot.<ref>Smith, ''The Universe'', Random House, 2005, p. 334.</ref>

==Notes==
{{Reflist}}

The Sun is pretty big.[1] But the Moon[2] is not so big.[3] The Sun is also quite hot.[4]
Notes
  1. Miller, The Sun, Oxford, 2005, p. 23. But Miller points out that the Sun is not as large as some other stars.
  2. The Moon goes by other names, such as Selena - see, for example Brown, The Moon, 2006, Penguin, p 623.
  3. Brown, The Moon, 2006, Penguin, p. 46. Historically the Moon was not always considered to be large. For a discussion, see Miller, The Sun, Oxford, 2005, p 411.
  4. Smith, The Universe, Random House, 2005, p. 334.

B This example uses Shortened footnotes with a References section and combines explanatory notes and citations in a Notes section:

লিপি প্ৰদৰ্শন কৰে
The Sun is pretty big.<ref>Miller, p. 23. But Miller points out that the Sun is not as large as some other stars.</ref> But the Moon<ref>The Moon goes by other names, such as Selena - see, for example Brown, p 623.</ref> is not so big.<ref>Brown, p. 46. Historically the Moon was not always considered to be large. For a discussion, see Miller, p 411.</ref> The Sun is also quite hot.<ref>Smith, p. 334.</ref>

==Notes==
{{Reflist}}

==References==
* Brown, ''The Moon'', Penguin. 2001.
* Miller, ''The Sun'', Oxford, 2005.
* Smith, ''The Universe'', Random House, 2005.

The Sun is pretty big.[1] But the Moon[2] is not so big.[3] The Sun is also quite hot.[4]
Notes
  1. Miller, p. 23. But Miller points out that the Sun is not as large as some other stars.
  2. The Moon goes by other names, such as Selena - see, for example Brown, p 623.
  3. Brown, p. 46. Historically the Moon was not always considered to be large. For a discussion, see Miller, p 411.
  4. Smith, p. 334.
References
  • Brown, The Moon, Penguin. 2001.
  • Miller, The Sun, Oxford, 2005.
  • Smith, The Universe, Random House, 2005.

C This example uses list-defined references mixed with explanatory notes.

লিপি প্ৰদৰ্শন কৰে
The Sun is pretty big.<ref name=Foot01/> But the Moon<ref name=Foot02/> is not so big.<ref name=Foot03/> The Sun is also quite hot.<ref name=Foot04/>

==Notes==
{{reflist|refs=
<ref name=Foot01>Miller, ''The Sun'', Oxford, 2005, p. 23. But Miller points out that the Sun is not as large as some other stars.</ref>
<ref name=Foot02>The Moon goes by other names, such as Selena - see, for example Jones, ''The Solar System'', MacMillan, 2005, p 623.</ref>
<ref name=Foot03>Brown, ''The Moon'', 2006, Penguin, p. 46. Historically the Moon was not always considered to be large, see, for example Peterson, ''Astronomy'', MacMillan, 2005, p 623.</ref>
<ref name=Foot04>Smith, ''The Universe'', Random House, 2005, p. 334.</ref>
}}
The Sun is pretty big.[1] But the Moon[2] is not so big.[3] The Sun is also quite hot.[4]
Notes
  1. Miller, The Sun, Oxford, 2005, p. 23. But Miller points out that the Sun is not as large as some other stars.
  2. The Moon goes by other names, such as Selena - see, for example Jones, The Solar System, MacMillan, 2005, p 623.
  3. Brown, The Moon, 2006, Penguin, p. 46. Historically the Moon was not always considered to be large, see, for example Peterson, Astronomy, MacMillan, 2005, p 623.
  4. Smith, The Universe, Random House, 2005, p. 334.

D This example use list-defined references creates a separate notes section by using group names.

লিপি প্ৰদৰ্শন কৰে
The Sun is pretty big.<ref name=Foot01/><ref group=Note name=Note01/> But the Moon<ref group=Note name=Note02/> is not so big.<ref name=Foot02/><ref group=Note name=Note03/> The Sun is also quite hot.<ref name=Foot03/>

==Notes==
{{reflist|group=Note|refs=
<ref name=Note01>But Miller points out that the Sun is not as large as some other stars.</ref>
<ref name=Note02>The Moon goes by other names, such as Selena.</ref>
<ref name=Note03>Historically the Moon was not always considered to be large.</ref>
}}

==References==
{{reflist|refs=
<ref name=Foot01>Miller, ''The Sun'', Oxford, 2005, p. 23.</ref>
<ref name=Foot02>Brown, ''The Moon'', 2006, Penguin, p. 46.</ref>
<ref name=Foot03>Smith, ''The Universe'', Random House, 2005, p. 334.</ref>
}}
The Sun is pretty big.[1][Note 1] But the Moon[Note 2] is not so big.[2][Note 3] The Sun is also quite hot.[3]
Notes
  1. But Miller points out that the Sun is not as large as some other stars.
  2. The Moon goes by other names, such as Selena.
  3. Historically the Moon was not always considered to be large.
References
  1. Miller, The Sun, Oxford, 2005, p. 23.
  2. Brown, The Moon, 2006, Penguin, p. 46.
  3. Smith, The Universe, Random House, 2005, p. 334.

Citing one book repeatedly with different page numbers সম্পাদনা কৰক

Suppose you would like to cite one book. But different facts appear on different pages. And you would like to use one citation again and again, but point each fact to the proper page. Suppose one fact is on page 8, a different fact on page 12, a third fact on page 18, a fourth fact on page 241. You could put a line in the "pages" parameter saying "see pages 8, 12, 18, 241" but the fact-checker might have to check all of them before figuring out the right one. Or, you could re-use the book citation, but have each one list a different page; but that would be clumsy. You can use shortened citations, but that requires the full citation (without page numbers) to be placed in a section near the end of the article. Another way is to attach a {{rp}} right after the reference pointer. and replace the "8" with whatever page number.

For example:

লিপি প্ৰদৰ্শন কৰে
Schudson said the Constitution shaped citizenship in fundamental ways.<ref name="Schudson">{{Cite book
 | last = Schudson
 | first = Michael
 | title = The Good Citizen: A Brief History of American Civic Life
 | publisher = Simon & Schuster
 | date = 1998
 | url = http://books.google.com/books?id=aawMAQAAMAAJ
 | isbn =0-684-82729-8 }}</ref>{{rp|p.8}} But elections in early American politics did not generate much interest<ref name="Schudson"/>{{rp|p.12}} while "open discussion of differences" was generally avoided.<ref name="Schudson"/>{{rp|p.18}} Citizenship later shifted to a polity of essentially "self-absorbed citizens", according to his analysis.<ref name="Schudson"/>{{rp|p.241}}
Schudson said the Constitution shaped citizenship in fundamental ways.[1]:p.8 But elections in early American politics did not generate much interest[1]:p.12 while "open discussion of differences" was generally avoided.[1]:p.18 Citizenship later shifted to a polity of essentially "self-absorbed citizens", according to his analysis.[1]:p.241
References

When using list-defined references, {{r}} can be used for the same style of in-text page references.