Please check our Instructions to Authors and send your manuscripts to nifs.journal@gmail.com. Next issue: September/October 2024.
Deadline for submissions: 16 November 2024.
Help:References: Difference between revisions
No edit summary |
m improve |
||
Line 1: | Line 1: | ||
{{help-pages/2}} | {{help-pages/2}} | ||
The wiki references are a way that provided information is equipped with endnote references and citations. The mechanism of referencing works in the following way | The wiki references are a way that provided information is equipped with endnote references and citations. The mechanism of referencing works with several XML tags in the following way. | ||
Source code in edit mode: | Source code in edit mode: | ||
Line 21: | Line 21: | ||
</blockquote> | </blockquote> | ||
So, the texts of the citations or endnotes go between the pairs of tags <tt><ref></tt> and <tt></ref></tt> along with the rest of the text in the article. But they appear gathered in the same place on the page by using the tag <references/> | So, the texts of the citations or endnotes go between the pairs of tags <tt><ref></tt> and <tt></ref></tt> along with the rest of the text in the article. But they appear gathered in the same place on the page by using the tag <references/> Automatic numeration is applied, meaning that the insertion of new references in the beginning or the middle of a document will pre-numerate the subsequent references, accordingly. | ||
* Using the tags <tt><ref name=""></tt> and <tt><ref name=""/></tt> | The three tags mentioned are most often used. However, there are certain cases when other tags prove to be useful too. | ||
* Using the tags <tt><ref group=""></tt> and <tt><ref group=""/></tt> | * Using the tags <tt><ref name=""></tt> and <tt><ref name=""/></tt> it is possible to apply one and the same endnote to multiple places in the text. | ||
* Using the tags <tt><ref group=""></tt> and <tt><ref group=""/></tt> it is possible to group certain references in order to distribute them in two or more places after the text. | |||
== See also == | == See also == |
Latest revision as of 14:00, 5 November 2008
First steps | Page editing | Page management | Namespaces | Tools and settings |
Starting a new page • Edit mode • Text formatting • Formulas • Tables • Images • Categories • Templates • References • Subpages |
The wiki references are a way that provided information is equipped with endnote references and citations. The mechanism of referencing works with several XML tags in the following way.
Source code in edit mode:
According to scientists, the Sun is pretty big.<ref>E. Miller, The Sun, (New York: Academic Press, 2005), 23-5.</ref> The Moon, however, is not so big.<ref>R. Smith, "Size of the Moon", Scientific American, 46 (April 1978): 44-6.</ref>
== Notes ==
<references/>
is rendered in read mode in this way:
According to scientists, the Sun is pretty big.[1] The Moon, however, is not so big.[2]
Notes
So, the texts of the citations or endnotes go between the pairs of tags <ref> and </ref> along with the rest of the text in the article. But they appear gathered in the same place on the page by using the tag <references/> Automatic numeration is applied, meaning that the insertion of new references in the beginning or the middle of a document will pre-numerate the subsequent references, accordingly.
The three tags mentioned are most often used. However, there are certain cases when other tags prove to be useful too.
- Using the tags <ref name=""> and <ref name=""/> it is possible to apply one and the same endnote to multiple places in the text.
- Using the tags <ref group=""> and <ref group=""/> it is possible to group certain references in order to distribute them in two or more places after the text.
See also
- Help with referencing from Mediawiki.org
- Help:Contents with links to other help pages