Skabelon:R
Usage
Provides a simple wrapper for (up to 9 consecutive) <ref name="foo" /> citation tags that minimizes visual impact on the text, which along with the simpler syntax increases code readability and editability. For example:
| usage | notes |
|---|---|
{{r|ref_name}}
|
Adds a reference like foo,[1] equivalent to <ref name="ref_name" />. This can be combined, like {{r|ref_name|another|more|ref4}} (equivalent to <ref name="ref_name" /><ref name="another" /><ref name="more" /><ref name="ref4" />).
|
{{r|ref_name|group=bar}}
|
Adds a reference like foo[bar 1] for a reference in the bar group (for pages with multiple reference sections). The group applies to all references in the {{r}} call. |
{{r|ref_name|page1=100}}
|
Adds a reference like foo,[1]:100 with a page number (page1 applies to the first reference, page2 to the second, etc.). This is only needed for multiple references to different pages in the source.
|
{{r|ref_name|page=100}}{{r|ref_name|p=100}}{{r|ref_name|p1=100}}{{r|ref_name|p2=100}}
|
Alternative syntax for |page1=,|page1=, |page1=, |page2 (respectively)
|
You should either use this template, or <ref> tags, on a page; mixing them may lead to undesirable results.[bør uddybes]
Examples
Comparison to <ref>
| unwrapped | For example, fact<ref name="bacelieri" /><ref name="cochrane2006" /><ref name="emed_hpv" /> and fact.<ref name="emed_plantar" /><ref name="hipusa" /><ref name="kunnamo" />
|
|---|---|
| wrapped with {{r}} | For example, fact{{r|bacelieri|cochrane2006|emed_hpv}} and fact.{{r|emed_plantar|hipusa|kunnamo}}
|
Pages
By passing page numbers to the parameters page1 through page9, this template will add a superscripted page number to the reference, just like the {{Rp}} template does when used with <ref>. Using the code {{r|ref_name|bar|baz|page1=20|page3=5–12}}, one can generate references like these.[1]:20[2][3]:5–12 The ref names must be defined, normally in a references section (as demonstrated below):
{{reflist|refs=
<ref name="ref_name">Foo.</ref>
<ref name="bar">Bar.</ref>
<ref name="baz">Baz.</ref>
}}
Resulting in:
Se også
- Shortened footnotes in Wikipedia:Citing sources, which describes the most common way of citing multiple pages of the same source.
- {{sfn}}, a template that implements the most common way of citing multiple pages of the same source.
- Citation bundling in Wikipedia:Citing sources, a recommended way of combining a list of several consecutive footnotes into a single footnote.
- en:Wikipedia:Footnotes
- Wikipedia:Kildeangivelser
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.









