Template:R/doc

From Timeline of History
Jump to navigation Jump to search

Lua error in package.lua at line 80: module 'strict' not found. Lua error in package.lua at line 80: module 'strict' not found.

Intent[edit]

The {{r}} (referencing) template allows to define and invoke any kind of full or shortened references (citations as well as footnotes) in articles in a very intuitive way utilizing an easy-to-remember and very short notation reducing a lot of clutter from article source code, thereby making them easier to read and maintain.

{{r}} provides means for links to references to carry additional information (like pages, quotations and other commentary) in a condensed format, thereby eliminating the need for an additional article section for shortened references (and hence avoiding the problems related to that approach like the extra layer of indirection of links, the real-estate occupied for, as well as the amount of whitespace created by that section, and the often unreliable proprietary linking system with ambiguous or dangling links as well as lacking backlinks from the full citations to the shortened references). Its annotation system can be used to enrich the full citation with information given where a reference gets invoked, to bundle multiple citations into one entry, or to group sub-references under the corresponding full reference (i.e. to implement r-style shortened citations).

By utilizing the MediaWiki Extension:Cite internally (instead of establishing an independent linking system (i.e. WP:CITEREF) on top of it), {{r}} also remains fully compatible with other referencing systems and will take advantage of any future improvements of the underlying system.

It can be used with raw text definitions for the references as well as be combined with other citation templates (like CS1/CS2).

Overview[edit]

In its basic format the template provides a compact shorthand for <ref name="RefName" /> citation tags, simplifying syntax so cutting code clutter.

It can also be used to define inline and/or list-defined references (LDR), including nested footnotes inside other footnotes (up to five levels deep). Citations can be provided as raw text citations or through other citation templates (such as the suite of CS1/CS2 citation templates).

Optionally, it allows to provide and display individual page numbers (or other in-source location information) and quotations (including language information and translations) from the source alongside the invocations of a reference (that is, the link to the reference). If the page numbers given are too unspecific for the quotation, an extra page number can optionally be given for the quotation only. The page number will be shown as superscript immediately following the reference link, the other related information is available as tooltip when hovering over that superscript. Plural page parameters have special support for lists and ranges, automatically converting hyphens to endashes—the accept-this-as-written markup to override the automatic conversion is supported as well.

The template allows the definition of reference annotation, which will be collected and appended to the end of the full citation defined earlier. This can be used to accumulate extra notes (including page numbers and quotes from the invocations), allows for citations defined at different locations to be bundled and residing under a single entry, or to group sub-references under the corresponding full reference.

The template parameters can take raw text information, but are also compatible with simple MediaWiki and HTML markup allowing for the usage of links and templates in template parameters. Such markup would be automatically stripped off for tooltip display, but passed on for other purposes (annotation system).

Custom link anchors can be enabled for the reference links as well as for reference definitions and various annotation, thereby allowing to smoothly blend in with other citation systems used on the same page, or to create sophisticated linking schemes with links to individual pieces of contents and backlinks to reference links (i.e. acting as shortened references).

The template allows to define and show a context section in the article prose to indicate which specific statements in the article are supported by the reference, if this isn't already obvious from where the reference link is positioned. The section can be divided into multiple pieces and can overlap with other sections defined for other references.

Missing page numbers can be indicated similar to {{Page needed}}.

For as long as the tooltip feature isn't occupied by the template to display quotations, the template will provide a tooltip by itself explaining the truncated page / location information attached to the link.

The template is compatible with the parameter names of most other citation templates, and it works for normal citations just as well as for any kinds of groups (i.e. for footnotes, including the predefined ones).

Bidirectional support (left-to-right, right-to-left) for citations is available if the corresponding CSS definitions are activated.

The template optimizes the visual kerning in the superscript and has configurable support for line wrapping after or within superscripts (with corresponding CSS).

The template is compatible with editing features such as the pipe trick and template substituting.

(The present implementation supports multiple citations, but this functionality may be moved to a wrapper like {{rr}} in the future in order to introduce a further simplified and more powerful calling convention to the core template {{r}}. For maximum future-compatibility, use {{rr}} when using enumerated parameters (to support multiple citations in one call) or use unnamed parameters.)

For example:

Using <ref> For example, fact<ref name=Bal/><ref name=Bam/><ref name=Bar/> and fact.<ref name=Bas/><ref name=Bay/><ref name=Baz/>

Displays as: For example, fact[1][2][3] and fact.[4][5][6]

Instead using {{r}} For example, fact{{r|Bal|Bam|Bar}} and fact.{{r|Bas|Bay|Baz}}

Displays as: For example, fact[1][2][3] and fact.[4][5][6]

{{r}} and <ref> can coexist on the same page, and like <ref>, {{r}} can be used with or without list-defined references. In addition, a |page= or |p= parameter adds the functionality of {{rp}}:

Using {{r}} with
|p= parameter
For example, fact.{{r|RefName|p=22}}

Displays as: For example, fact.[7]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 22 

Usage[edit]

In-source-location parameters[edit]

The in-source-location of a source can be specified with either |page=/|p= (for a single page), with |pages=/|pp= (for plural pages), or with |location=/|loc=/|at= for other in-source-locations.

The specified page number(s) can be a single page number (287), a list of several pages (xii, 287, 292, 418) or a range of pages (287–288) or any combination thereof. Do not add "Page", "pp.", etc.—just the numbers.

Other in-source-location information can also be used for non-numeric pages, for example: "f. 29", "A7", and "back cover", etc., and can also be used for non-paginated sources, e.g., "0:35:12" for a video source.

Choose one of the template parameters above according to the type of page or in-source-location specified.

While typically only one of these three types of parameters is given, it is also possible to combine them to suit more special use cases. If both, singular and plural page parameters are given at the same time, the plural page info is assumed to be the span of the article, whereas the singular page info is considered to be the page within that span supporting the statement. The template will indicate this by framing the singular page in square brackets following the plural page info. If an in-source-location is given in addition to the page info, the template assumes it to further detail the preceding page info rather than representing some kind of stand-alone in-source location info.

Do not attempt to use multiple aliases of a parameter at the same time. Only one will be chosen and the others may be ignored without error message.

Inline invocation[edit]

Usage Display Notes
{{r|RefName}} Text.[7] Equivalent to <ref name="RefName" />.
{{r|RefName|p=100}}

{{r|RefName|page=100}}

{{r|RefName|page=[[Hundred|100]]}}

{{r|RefName|page=[https://books.google.com/books?id=S3JHAAAAYAAJ&pg=PA15 15]}}

{{r|RefName|pp=100, 102}}

{{r|RefName|pages=100, 102}}

Text.[7]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 100 

Text.[7]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 100 

Text.[7]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 100

Text.[7]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 15

Text.[7]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 100, 102 

Text.[7]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 100, 102 

Adds a page number (or other location identifier) within the source.

Use |p= or |page= for singular pages, |pp= or |pages= for plural pages, and |at= or |loc= for other in-source-locations.

If the article cites only one location in a given source, reduce clutter by coding simply {{r|RefName}} and integrating the location into the main RefName citation.

{{r|RefName|pages=10–14}} (endash)

{{r|RefName|pages=10-14}} (hyphen)

{{r|RefName|pages=2-14–2-16}} (hyphens and endash)

{{r|RefName|pages=2-14-2-16}} (hyphens)

{{r|RefName|pages=((2-14)), ((2-16))}} (hyphens)

{{r|RefName|pp=3, 6}}

{{r|RefName|at=§C}}

{{r|RefName|at=Dust jacket}}

{{r|RefName|at=para. 7}}

Text.[7]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 10–14 

Text.[7]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 10–14 

Text.[7]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 2-14–2-16 

Text.[7]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 2-14–2-16 

Text.[7]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 2-14, 2-16 

Text.[7]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 3, 6 

Text.[7]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: §C 

Text.[7]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: Dust jacket 

Text.[7]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: para. 7 

{{r|RefName|Bam|Bar}} Text.[7][2][3] Equivalent to {{r|RefName}}{{r|Bam}}{{r|Bar}} or <ref name=RefName/><ref name=Bam/><ref name=Bar/>.

Up to nine references may be "bundled" this way.

{{r|1=RefName|2=Bam|3=Bar|4=Bas|p1=100|pp2=10–14|at4=§C}}

{{r|1=RefName|p1=100|2=Bam|pp2=10–14|3=Bar|4=Bas|at4=§C}}

{{r|n1=RefName|p1=100|n2=Bam|pp2=10–14|n3=Bar|n4=Bas|at4=§C}}

{{r |name1=RefName |page1=100 |name2=Bam |pages2=10–14 |name3=Bar |name4=Bas |at4=§C}}

Text.[7]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 100 [2]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 10–14 [3][4]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: §C  Equivalent to {{r|RefName|p=100}}{{r|Bam|pp=10–14}}{{r|Bar}}{{r|Bas|at=§C}}.

In the example, not all references have pages; make sure that e.g. |1= matches |p1=

{{r|group=Notes|NtName}}

{{r|grp=Notes|NtName|NtCam}}

{{r|g=Notes|NtName|p=13}}

Text.[Notes 1]

Text.[Notes 1][Notes 2]

Text.[Notes 1]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 13 

The |group=, |grp=, and |g= parameters are equivalent and echo <ref group=Notes name=NtName/>.

If present, the parameter applies to all references in the template.

{{r|RefName|p=100|q=quote from the text}}

{{r|RefName|p=100|quote=quote from the text}}

{{r|RefName|p=100|quote-page=100|quote=quote from the text}}

{{r|RefName|p=100|quote-page=p|quote=quote from the text}}

Text.[7]: <span title="Lua error in package.lua at line 80: module 'strict' not found. QuotationLua error in package.lua at line 80: module 'strict' not found." class="tooltip tooltip-dashed" style="border-bottom: 1px dashed;">100  Makes sense only if |p= (or one of its synonyms) is present. |quote= (or |q=) underlines the superscript page number/​location identifier, signaling availability of a quote from the source, which pops up when the mouse is hovered over the dashed underlined bit. |quote-page= or |quote-pages= can be used to optionally specify a specific page or number of pages for the quote only. If this number is the same as what's defined through |p= or |pp=, the special symbolic tokens "p" and "pp" can be used instead of an actual page number. Curved quotes are disfavored by MOS:STRAIGHT.
{{r|1=RefName|2=Bam|3=Bar|4=Bas|p1=100|pp2=10–14|at4=§C|q1=Quote from 100|q4=Quote from §C}}

{{r|n1=RefName|n2=Bam|n3=Bar|n4=Bas|p1=100|pp2=10–14|at4=§C|q1=Quote from 100|q4=Quote from §C}}

Text.[7]: <span title="Lua error in package.lua at line 80: module 'strict' not found. QuotationLua error in package.lua at line 80: module 'strict' not found." class="tooltip tooltip-dashed" style="border-bottom: 1px dashed;">100 [2]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 10–14 [3][4]: <span title="Lua error in package.lua at line 80: module 'strict' not found. QuotationLua error in package.lua at line 80: module 'strict' not found." class="tooltip tooltip-dashed" style="border-bottom: 1px dashed;">§C  In the example, not all references have quotes; make sure that e.g. |1= and |p1= and |q1= all match.
{{r |n=RefName2 |p=201 |r=Harold Smith (1989). ''Proper Referencing''. Atlanta Press. p. 105, 201.}}

{{r |n=RefName3 |r={{cite book |author-first=Harold |author-last=Smith |date=2020 |edition=2nd |title=Proper Referencing |publisher=Atlanta Press |pages=321, 356}} }}

More[8]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 201 [9]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 321  good[9]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 356  prose.[Notes 3] Examples of inline definitions and nested footnotes.
{{r |n=RefName4 |r=Citation A.}}

{{r |n=RefName4 |a=Citation B.}}

{{r |n=RefName5 |r=Citation C.}}

{{r |n=RefName5 |p=102 |a=Note for page 102.}}

{{r |n=RefName5 |p=342 |a=Note for page 342.}}

{{r |n=RefName5 |p=346 |qp=p |q=Quote from page 346 |a=q}}

Two[10] citations[10] bundled into one entry, or one citation[11] with accumulated[11]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 102  commentary[11]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 342 [11]: <span title="Lua error in package.lua at line 80: module 'strict' not found. QuotationLua error in package.lua at line 80: module 'strict' not found." class="tooltip tooltip-dashed" style="border-bottom: 1px dashed;">346  from shortened references. Examples of annotation. If the annotation should be the page number defined through |p= or what would be shown as quote in the tooltip, the special symbolic tokens "p" and "q" can be used with |annotation= in order to avoid having to repeat this contents.
{{r |n=RefName6 |r=Citation D. |s=Context6}}

{{r |n=RefName6 |p=10 |q=Quote D |a=q |s=Context6}}

<section begin="Context6"/>Context sections of the article<section end="Context6"/> supported by the reference <section begin="Context6"/> can be defined through<section end="Context6"/> {{section}} (or <section begin="Context6"/> other means<section end="Context6"/>, see: LST). The three parts of section "Context6" in this example<span class="rt-commentedText tooltip tooltip-dotted" title="Context: "Lua error in package.lua at line 80: module 'strict' not found."">[12] are shown underlined for illustration purposes.<span class="rt-commentedText tooltip tooltip-dotted" title="Context: "Lua error in package.lua at line 80: module 'strict' not found."">[12]: <span title="Lua error in package.lua at line 80: module 'strict' not found. QuotationLua error in package.lua at line 80: module 'strict' not found." class="tooltip tooltip-dashed" style="border-bottom: 1px dashed;">10  {{R}} will display its "context" as "dotted underline" tooltip (to be distinguished from the "dashed underline" tooltip further up) when hovering the mouse over the reference link. Multiple sections of the same name will be shown merged (without separator, hence include some delimiter like space into the sections). Note the special syntax used to define sections (with empty |begin= and |end= attributes). Keep the size of the selected sections reasonably short and do not forget to define the end of a section. When no name was specified, names are build following this scheme for context sections: "cite_sect-group-name-pagelocation" (where group, name, page (either page or pages) and location refer to the corresponding template parameters and can be empty if omitted).

References section[edit]

The ref names may be defined within a {{reflist}} (as illustrated below) or (in the more usual way) scattered throughout the article text using e.g. <ref name="RefName">Reference text</ref> or {{refn|nameTemplate:=RefName|Reference text}}.

===References===
{{reflist|refs=
<ref name="RefName">Reference text.</ref>
<ref name="Bam">Bam reference text.</ref>
<ref name="Bar">Bar reference text.</ref>
<ref name="Bas">Bas reference text.</ref>
<ref name="Bay">Bay reference text.</ref>
<ref name="Baz">Baz reference text.</ref>
}}

===Notes===
{{reflist|group="Notes"|refs=
<ref name="NtName">Note text.</ref>
<ref name="NtCam">Cam note text.</ref>
}}

Resulting in:

References
  1. 1.0 1.1 Bal reference text.
  2. 2.0 2.1 2.2 2.3 2.4 Bam reference text.
  3. 3.0 3.1 3.2 3.3 3.4 Bar reference text.
  4. 4.0 4.1 4.2 4.3 Bas reference text.
  5. 5.0 5.1 Bay reference text.
  6. 6.0 6.1 Baz reference text.
  7. 7.00 7.01 7.02 7.03 7.04 7.05 7.06 7.07 7.08 7.09 7.10 7.11 7.12 7.13 7.14 7.15 7.16 7.17 7.18 7.19 7.20 Reference text.
  8. 8.0 8.1 Harold Smith (1989). Proper Referencing. Atlanta Press. pp. 105, 201.
  9. 9.0 9.1 Lua error in package.lua at line 80: module 'strict' not found.
  10. 10.0 10.1 Citation A. Citation B.
  11. 11.0 11.1 11.2 11.3 Citation C. Note for page 102. Note for page 342. ‌346: Quote from page 346
  12. 12.0 12.1 Citation D. ‌Quote D
Notes
  1. 1.0 1.1 1.2 Note text.
  2. Cam note text.
  3. This example shows how to nest footnotes.[8]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 105 

Alternatively, the references can be defined through {{r}} itself:[1][2][3][4][5][6][NB 1][NB 2]

===References===
{{reflist|refs=
{{r|RefName|r=Reference text.}}
{{r|Bam|r=Bam reference text.}}
{{r|Bar|r=Bar reference text.}}
{{r|Bas|r=Bas reference text.}}
{{r|Bay|r=Bay reference text.}}
{{r|Baz|r=Baz reference text.}}
}}

===Notes===
{{reflist|group="NB"|refs=
{{r|g=NB|NtName|r=Note text.}}
{{r|g=NB|NtCam|r=Cam note text.}}
}}

Resulting in:

References
  1. Reference text.
  2. Bam reference text.
  3. Bar reference text.
  4. Bas reference text.
  5. Bay reference text.
  6. Baz reference text.
Notes
  1. Note text.
  2. Cam note text.

R-style shortened references[edit]

The {{r}}-style annotation system can be used to easily create sub-references (as shortened citations) with back- or crosslinks grouped under their corresponding full citation. There are many possible variants, some illustrated below:

Example 1 (with backlinks and automatic numbering of sub-references, here also with nested citations):

Lorem ipsum{{r|n=C1|r=Citation 1}} dolor sit amet,{{r|n=C1|p=23|a=#[[#L1|^]] p. 23: Quotation from page 23. |link-id=L1}} consectetur adipisici elit,{{r|n=C2|r=Citation 2|p=92}} sed eiusmod tempor incidunt ut labore et dolore magna aliqua.{{r|n=C1|pp=56, 59|a=#[[#L2|^]] pp. 56, 59: Commentary on page 56 from review.{{r|n=C2|p=70}}|link-id=L2}}{{r|n=C3|r=Citation 3}}

===References===
{{reflist}}

Resulting in:

Lorem ipsum[1] dolor sit amet,[1]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 23  consectetur adipisici elit,[2]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 92  sed eiusmod tempor incidunt ut labore et dolore magna aliqua.[1]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 56, 59 [3]

References
  1. 1.0 1.1 1.2 Citation 1
    1. ^ p. 23: Quotation from page 23.
    2. ^ pp. 56, 59: Commentary on page 56 from review.[2]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 70 
  2. 2.0 2.1 Citation 2
  3. Citation 3

Example 2 (with crosslinks, here also with nested citations):

Lorem ipsum{{r|n=C1|r=Citation 1}} dolor sit amet,{{r|n=C1|p=[[#P1|23]]|a=<br/>[[#L1B|^]] p. 23: Quotation from page 23.|id=P1|link-id=L1B}} consectetur adipisici elit,{{r|n=C2|r=Citation 2|p=92}} sed eiusmod tempor incidunt ut labore et dolore magna aliqua.{{r|n=C1|pp=[[#P2|56]], 59|a=<br/>[[#L2B|^]] pp. 56, 59: Commentary on page 56 from review.{{r|n=C2|p=70}}|id=P2|link-id=L2B}}{{r|n=C3|r=Citation 3}}

===References===
{{reflist}}

Lorem ipsum[1] dolor sit amet,[1]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 23 consectetur adipisici elit,[2]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 92  sed eiusmod tempor incidunt ut labore et dolore magna aliqua.[1]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 56, 59 [3]

References
  1. 1.0 1.1 1.2 Citation 1
    ^ p. 23: Quotation from page 23.

    ^ pp. 56, 59: Commentary on page 56 from review.[2]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 70 
  2. 2.0 2.1 Citation 2
  3. Citation 3

Example 3 (with crosslinks and locally embedded inline quotations for tooltips, here also with nested citations):

Lorem ipsum{{r|n=C1|r=Citation 1}} dolor sit amet,{{r|n=C1|p=[[#P1C|23]]|qp=p|q=Quotation from page 23.|a=q|leadin=<br/>[[#L1C|^]] p. |id=P1C|link-id=L1C}} consectetur adipisici elit,{{r|n=C2|r=Citation 2|p=92}} sed eiusmod tempor incidunt ut labore et dolore magna aliqua.{{r|n=C1|pp=[[#P2C|56]], 59|qpp=pp|q=Commentary on page 56 from review.{{r|n=C2|p=70}}|a=q|leadin=<br/>[[#L2C|^]] pp. |id=P2C|link-id=L2C}}{{r|n=C3|r=Citation 3}}

===References===
{{reflist}}

Lorem ipsum[1] dolor sit amet,[1]: <span title="Lua error in package.lua at line 80: module 'strict' not found. QuotationLua error in package.lua at line 80: module 'strict' not found." class="tooltip tooltip-dashed" style="border-bottom: 1px dashed;">23 consectetur adipisici elit,[2]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 92  sed eiusmod tempor incidunt ut labore et dolore magna aliqua.[1]: <span title="Lua error in package.lua at line 80: module 'strict' not found. QuotationLua error in package.lua at line 80: module 'strict' not found." class="tooltip tooltip-dashed" style="border-bottom: 1px dashed;">56, 59 [3]

References
  1. 1.0 1.1 1.2 Citation 1 ‌
    ^ p. 23: Quotation from page 23.
    ^ pp. 56, 59: Commentary on page 56 from review.[2]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 70 
  2. 2.0 2.1 Citation 2
  3. Citation 3

Spacing[edit]

Where multiple citations occur in series, {{r}} prevents line breaks between the citations. In this case, |wrap=yes can be used to allow a line break. Alternatively, if line breaks should be allowed also inside a long page / location information, |wrap=forced can be used instead (however, if this actually results in line breaks also depends on the browser, CSS and the skin selected).

Hyphens[edit]

Per MOS:DASH, page ranges should normally be declared with an ndash ({{r|name=RefName|pages=27&ndash;29}}[1]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 27–29 ) rather than a hyphen. Tools like WP:AWB will automatically convert hyphens to dashes in such instances. For the plural page parameters |pages=, |pp= and |quote-pages= and aliases, {{r}} will automatically translate hyphens into ndashes for display purposes. (This does not apply to the singular and other in-source-location parameters |page=, |p=, |at=, |loc=, |quote-page= and aliases.) If the hyphen is actually desired for whatever reason, the "accept-this-as-written-markup" (which is also supported by {{rp}} and {{ran}}, the family of {{sfn}}- and {{harv}}-style templates, and all CS1/CS2 citation templates) can be used to indicate this ({{r|name=RefName|pages=((27-29)), 41}}[1]<span title="Lua error in package.lua at line 80: module 'strict' not found.">: 27-29, 41 ).

Known issues[edit]

Editing features[edit]

Because of a technical limitation, some of the standard Wikipedia markup elements that are often used in the article prose do not work within a set of <ref>...</ref> tags, including but not limited to the pipe trick, template substitution and another "nested" set of <ref>...</ref> tags. For example, the following does not work as expected:

  1. <ref>[[Help:Footnotes| ]]</ref> (Generates: [[Help:Footnotes| ]]> instead of a wikilink)
  2. <ref>{{SUBST:TODAY}}</ref> (Generates: {{SUBST:TODAY}} instead of the date that the edit was made)
  3. <ref>Explanatory footnote<ref>Citation</ref></ref> (Generates: Cite error: A <ref> tag is missing the closing </ref> (see the help page). </ref>)

Replacing the outermost <ref>...</ref> set with {{r|rTemplate:=...}} (or {{r|aTemplate:=...}} allows for the use of the markup elements listed above.

Incompatibilities[edit]

Issues in this template make it incompatible with the {{excerpt}} template. {{r}} should not be used in sections that will be transcluded by {{excerpt}}.

TemplateData[edit]

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template in articles based on this TemplateData.

TemplateData for R

<templatedata> { "params": { "name": { "aliases": [ "n", "name1", "n1", "1" ], "label": "Reference name 1", "description": "If this is \"RefName\", the template displays [1].", "type": "string", "required": true }, "name2": { "aliases": [ "n2", "2" ], "label": "Reference name 2", "description": "If this is \"RefName\", the template displays [1].", "type": "string", "suggested": false }, "name3": { "aliases": [ "n3", "3" ], "label": "Reference name 3", "description": "If this is \"RefName\", the template displays [1].", "type": "string", "suggested": false }, "name4": { "aliases": [ "n4", "4" ], "label": "Reference name 4", "description": "If this is \"RefName\", the template displays [1].", "type": "string" }, "name5": { "aliases": [ "n5", "5" ], "label": "Reference name 5", "description": "If this is \"RefName\", the template displays [1].", "type": "string" }, "name6": { "aliases": [ "n6", "6" ], "label": "Reference name 6", "description": "If this is \"RefName\", the template displays [1].", "type": "string" }, "name7": { "aliases": [ "n7", "7" ], "label": "Reference name 7", "description": "If this is \"RefName\", the template displays [1].", "type": "string" }, "name8": { "aliases": [ "n8", "8" ], "label": "Reference name 8", "description": "If this is \"RefName\", the template displays [1].", "type": "string" }, "name9": { "aliases": [ "n9", "9" ], "label": "Reference name 9", "description": "If this is \"RefName\", the template displays [1].", "type": "string" }, "group": { "aliases": [ "grp", "g" ], "label": "Reference group", "description": "The reference group of all the references displayed; see WP:REFGROUP for help.", "type": "string", "default": "Defaults to not being in a group.", "suggested": true }, "page": { "aliases": [ "p", "page1", "p1", "1p" ], "label": "Page number: reference 1", "description": "Adds a page number within the source. Note that you can also put this information in the original reference instead, so it need only be stated once. Choose parameter only if singular page is given.", "example": "\"2\"", "type": "content", "suggested": true }, "pages": { "aliases": [ "pp", "pages1", "pp1", "1pp" ], "label": "Pages numbers: reference 1", "description": "Adds page numbers within the source. Note that you can also put this information in the original reference instead, so it need only be stated once. Choose parameter only if plural pages are given.", "example": "\"34–38\"", "type": "content", "suggested": true }, "location": { "aliases": [ "location1", "loc", "loc1", "1loc", "at", "at1" ], "label": "In-source location: reference 1", "description": "Adds other location identifier within the source. Note that you can also put this information in the original reference instead, so it need only be stated once. Choose parameter only if location information different from singular or plural page info is given.", "example": "\"inside cover\"", "type": "content", "suggested": true }, "quote": { "aliases": [ "q", "quote1", "q1" ], "label": "Quote: reference 1", "description": "A quote from the source. Appears when hovering over the page number, so the page number must be specified.", "type": "string", "suggested": true }, "quote-page": { "aliases": [ "qp", "quote-page1", "qp1" ], "label": "Quote page: reference 1", "description": "A quote page from the source. Optionally appears in front of the quote when hovering over the page number. Special token p to use page1. Choose parameter only if singular page is given.", "type": "content" }, "quote-pages": { "aliases": [ "qpp", "quote-pages1", "qpp1" ], "label": "Quote pages: reference 1", "description": "A quote pages from the source. Optionally appears in front of the quote when hovering over the page numbers. Special token pp to use pages1. Choose parameter only if plural pages are given.", "type": "content" }, "quote-location": { "aliases": [ "quote-location1", "quote-loc", "quote-loc1", "quote-at", "quote-at1" ], "label": "Quote in-source location: reference 1", "description": "Adds other quote location identifier within the source. Note that you can also put this information in the original reference instead, so it need only be stated once. Choose parameter only if location information different from singular or plural quote page info is given.", "example": "\"inside cover\"", "type": "content", "suggested": true }, "language": { "aliases": [ "language1", "lang", "lang1", "l", "l1", "quote-language", "quote-lang", "ql", "quote-language1", "quote-lang1", "ql1" ], "label": "Quote language: reference 1", "description": "A language code or name defining the language of the quote (if not English).", "type": "content" }, "translation": { "aliases": [ "translation1", "trans", "trans1", "t", "t1", "trans-quote", "trans-quote1", "tq", "tq1", "xlat", "xlat1" ], "label": "Quote translation: reference 1", "description": "An optional English translation of a non-English quote.", "type": "string" }, "page2": { "aliases": [ "p2", "2p" ], "label": "Page number: reference 2", "description": "Adds a page number within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if singular page info is given.", "example": "\"2\"", "type": "content" }, "pages2": { "aliases": [ "pp2", "2pp" ], "label": "Pages numbers: reference 2", "description": "Adds page numbers within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if plural page info is given.", "example": "\"34–38\"", "type": "content" }, "location2": { "aliases": [ "loc2", "2loc", "at2" ], "label": "In-source-location: reference 2", "description": "Adds other location identifier within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if location info is given.", "example": "\"inside cover\"", "type": "content" }, "quote2": { "aliases": [ "q2" ], "label": "Quote: reference 2", "description": "A quote from the source. Appears when hovering over the page number, so the page number must be specified.", "type": "string" }, "quote-page2": { "aliases": [ "qp2" ], "label": "Quote page: reference 2", "description": "A quote page from the source. Optionally appears in front of the quote when hovering over the page number. Special token p to use page2. Choose parameter only if singular page is given.", "type": "content" }, "quote-pages2": { "aliases": [ "qpp2" ], "label": "Quote pages: reference 2", "description": "A quote pages from the source. Optionally appears in front of the quote when hovering over the page numbers. Special token pp to use pages2. Choose parameter only if plural pages are given.", "type": "content" }, "quote-location2": { "aliases": [ "quote-loc2", "quote-at2" ], "label": "Quote in-source location: reference 2", "description": "Adds other quote location identifier within the source. Note that you can also put this information in the original reference instead, so it need only be stated once. Choose parameter only if location information different from singular or plural quote page info is given.", "example": "\"inside cover\"", "type": "content", "suggested": true }, "language2": { "aliases": [ "lang2", "l2", "quote-language2", "quote-lang2", "ql2" ], "label": "Quote language: reference 2", "description": "A language code or name defining the language of the quote (if not English).", "type": "content" }, "translation2": { "aliases": [ "trans2", "t2", "trans-quote2", "tq2", "xlat2" ], "label": "Quote translation: reference 2", "description": "An optional English translation of a non-English quote.", "type": "string" }, "page3": { "aliases": [ "p3", "3p" ], "label": "Page number: reference 3", "description": "Adds a page number within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if singular page info is given.", "example": "\"2\"", "type": "content" }, "pages3": { "aliases": [ "pp3", "3pp" ], "label": "Pages numbers: reference 3", "description": "Adds page numbers within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if plural page info is given.", "example": "\"34–38\"", "type": "content" }, "location3": { "aliases": [ "loc3", "3loc", "at3" ], "label": "In-source-location: reference 3", "description": "Adds other location identifier within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if location info is given.", "example": "\"inside cover\"", "type": "content" }, "quote3": { "aliases": [ "q3" ], "label": "Quote: reference 3", "description": "A quote from the source. Appears when hovering over the page number, so the page number must be specified.", "type": "string" }, "quote-page3": { "aliases": [ "qp3" ], "label": "Quote page: reference 3", "description": "A quote page from the source. Optionally appears in front of the quote when hovering over the page number. Special token p to use page3. Choose parameter only if singular page is given.", "type": "content" }, "quote-pages3": { "aliases": [ "qpp3" ], "label": "Quote pages: reference 3", "description": "A quote pages from the source. Optionally appears in front of the quote when hovering over the page numbers. Special token pp to use pages3. Choose parameter only if plural pages are given.", "type": "content" }, "quote-location3": { "aliases": [ "quote-loc3", "quote-at3" ], "label": "Quote in-source location: reference 3", "description": "Adds other quote location identifier within the source. Note that you can also put this information in the original reference instead, so it need only be stated once. Choose parameter only if location information different from singular or plural quote page info is given.", "example": "\"inside cover\"", "type": "content", "suggested": true }, "language3": { "aliases": [ "lang3", "l3", "quote-language3", "quote-lang3", "ql3" ], "label": "Quote language: reference 3", "description": "A language code or name defining the language of the quote (if not English).", "type": "content" }, "translation3": { "aliases": [ "trans3", "t3", "trans-quote3", "tq3", "xlat3" ], "label": "Quote translation: reference 3", "description": "An optional English translation of a non-English quote.", "type": "string" }, "page4": { "aliases": [ "p4", "4p" ], "label": "Page number: reference 4", "description": "Adds a page number within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if singular page info is given.", "example": "\"2\"", "type": "content" }, "pages4": { "aliases": [ "pp4", "4pp" ], "label": "Pages numbers: reference 4", "description": "Adds page numbers within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if plural page info is given.", "example": "\"34–38\"", "type": "content" }, "location4": { "aliases": [ "loc4", "4loc", "at4" ], "label": "In-source-location: reference 4", "description": "Adds other location identifier within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if location info is given.", "example": "\"inside cover\"", "type": "content" }, "quote4": { "aliases": [ "q4" ], "label": "Quote: reference 4", "description": "A quote from the source. Appears when hovering over the page number, so the page number must be specified.", "type": "string" }, "quote-page4": { "aliases": [ "qp4" ], "label": "Quote page: reference 4", "description": "A quote page from the source. Optionally appears in front of the quote when hovering over the page number. Special token p to use page4. Choose parameter only if singular page is given.", "type": "content" }, "quote-pages4": { "aliases": [ "qpp4" ], "label": "Quote pages: reference 4", "description": "A quote pages from the source. Optionally appears in front of the quote when hovering over the page numbers. Special token pp to use pages4. Choose parameter only if plural pages are given.", "type": "content" }, "quote-location4": { "aliases": [ "quote-loc4", "quote-at4" ], "label": "Quote in-source location: reference 4", "description": "Adds other quote location identifier within the source. Note that you can also put this information in the original reference instead, so it need only be stated once. Choose parameter only if location information different from singular or plural quote page info is given.", "example": "\"inside cover\"", "type": "content", "suggested": true }, "language4": { "aliases": [ "lang4", "l4", "quote-language4", "quote-lang4", "ql4" ], "label": "Quote language: reference 4", "description": "A language code or name defining the language of the quote (if not English).", "type": "content" }, "translation4": { "aliases": [ "trans4", "t4", "trans-quote4", "tq4", "xlat4" ], "label": "Quote translation: reference 4", "description": "An optional English translation of a non-English quote.", "type": "string" }, "page5": { "aliases": [ "p5", "5p" ], "label": "Page number: reference 5", "description": "Adds a page number within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if singular page info is given.", "example": "\"2\"", "type": "content" }, "pages5": { "aliases": [ "pp5", "5pp" ], "label": "Pages numbers: reference 5", "description": "Adds page numbers within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if plural page info is given.", "example": "\"34–38\"", "type": "content" }, "location5": { "aliases": [ "loc5", "5loc", "at5" ], "label": "In-source-location: reference 5", "description": "Adds other location identifier within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if location info is given.", "example": "\"inside cover\"", "type": "content" }, "quote5": { "aliases": [ "q5" ], "label": "Quote: reference 5", "description": "A quote from the source. Appears when hovering over the page number, so the page number must be specified.", "type": "string" }, "quote-page5": { "aliases": [ "qp5" ], "label": "Quote page: reference 5", "description": "A quote page from the source. Optionally appears in front of the quote when hovering over the page number. Special token p to use page5. Choose parameter only if singular page is given.", "type": "content" }, "quote-pages5": { "aliases": [ "qpp5" ], "label": "Quote pages: reference 5", "description": "A quote pages from the source. Optionally appears in front of the quote when hovering over the page numbers. Special token pp to use pages5. Choose parameter only if plural pages are given.", "type": "content" }, "quote-location5": { "aliases": [ "quote-loc5", "quote-at5" ], "label": "Quote in-source location: reference 5", "description": "Adds other quote location identifier within the source. Note that you can also put this information in the original reference instead, so it need only be stated once. Choose parameter only if location information different from singular or plural quote page info is given.", "example": "\"inside cover\"", "type": "content", "suggested": true }, "language5": { "aliases": [ "lang5", "l5", "quote-language5", "quote-lang5", "ql5" ], "label": "Quote language: reference 5", "description": "A language code or name defining the language of the quote (if not English).", "type": "content" }, "translation5": { "aliases": [ "trans5", "t5", "trans-quote5", "tq5", "xlat5" ], "label": "Quote translation: reference 5", "description": "An optional English translation of a non-English quote.", "type": "string" }, "page6": { "aliases": [ "p6", "6p" ], "label": "Page number: reference 6", "description": "Adds a page number within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if singular page info is given.", "example": "\"2\"", "type": "content" }, "pages6": { "aliases": [ "pp6", "6pp" ], "label": "Pages numbers: reference 6", "description": "Adds page numbers within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if plural page info is given.", "example": "\"34–38\"", "type": "content" }, "location6": { "aliases": [ "loc6", "6loc", "at6" ], "label": "In-source-location: reference 6", "description": "Adds other location identifier within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if location info is given.", "example": "\"inside cover\"", "type": "content" }, "quote6": { "aliases": [ "q6" ], "label": "Quote: reference 6", "description": "A quote from the source. Appears when hovering over the page number, so the page number must be specified.", "type": "string" }, "quote-page6": { "aliases": [ "qp6" ], "label": "Quote page: reference 6", "description": "A quote page from the source. Optionally appears in front of the quote when hovering over the page number. Special token p to use page6. Choose parameter only if singular page is given.", "type": "content" }, "quote-pages6": { "aliases": [ "qpp6" ], "label": "Quote pages: reference 6", "description": "A quote pages from the source. Optionally appears in front of the quote when hovering over the page numbers. Special token pp to use pages6. Choose parameter only if plural pages are given.", "type": "content" }, "quote-location6": { "aliases": [ "quote-loc6", "quote-at6" ], "label": "Quote in-source location: reference 6", "description": "Adds other quote location identifier within the source. Note that you can also put this information in the original reference instead, so it need only be stated once. Choose parameter only if location information different from singular or plural quote page info is given.", "example": "\"inside cover\"", "type": "content", "suggested": true }, "language6": { "aliases": [ "lang6", "l6", "quote-language6", "quote-lang6", "ql6" ], "label": "Quote language: reference 6", "description": "A language code or name defining the language of the quote (if not English).", "type": "content" }, "translation6": { "aliases": [ "trans6", "t6", "trans-quote6", "tq6", "xlat6" ], "label": "Quote translation: reference 6", "description": "An optional English translation of a non-English quote.", "type": "string" }, "page7": { "aliases": [ "p7", "7p" ], "label": "Page number: reference 7", "description": "Adds a page number within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if singular page info is given.", "example": "\"2\"", "type": "content" }, "pages7": { "aliases": [ "pp7", "7pp" ], "label": "Pages numbers: reference 7", "description": "Adds page numbers within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if plural page info is given.", "example": "\"34–38\"", "type": "content" }, "location7": { "aliases": [ "loc7", "7loc", "at7" ], "label": "In-source-location: reference 7", "description": "Adds other location identifier within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if location info is given.", "example": "\"inside cover\"", "type": "content" }, "quote7": { "aliases": [ "q7" ], "label": "Quote: reference 7", "description": "A quote from the source. Appears when hovering over the page number, so the page number must be specified.", "type": "string" }, "quote-page7": { "aliases": [ "qp7" ], "label": "Quote page: reference 7", "description": "A quote page from the source. Optionally appears in front of the quote when hovering over the page number. Special token p to use page7. Choose parameter only if singular page is given.", "type": "content" }, "quote-pages7": { "aliases": [ "qpp7" ], "label": "Quote pages: reference 7", "description": "A quote pages from the source. Optionally appears in front of the quote when hovering over the page numbers. Special token pp to use pages7. Choose parameter only if plural pages are given.", "type": "content" }, "quote-location7": { "aliases": [ "quote-loc7", "quote-at7" ], "label": "Quote in-source location: reference 7", "description": "Adds other quote location identifier within the source. Note that you can also put this information in the original reference instead, so it need only be stated once. Choose parameter only if location information different from singular or plural quote page info is given.", "example": "\"inside cover\"", "type": "content", "suggested": true }, "language7": { "aliases": [ "lang7", "l7", "quote-language7", "quote-lang7", "ql7" ], "label": "Quote language: reference 7", "description": "A language code or name defining the language of the quote (if not English).", "type": "content" }, "translation7": { "aliases": [ "trans7", "t7", "trans-quote7", "tq7", "xlat7" ], "label": "Quote translation: reference 7", "description": "An optional English translation of a non-English quote.", "type": "string" }, "page8": { "aliases": [ "p8", "8p" ], "label": "Page number: reference 8", "description": "Adds a page number within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if singular page info is given.", "example": "\"2\"", "type": "content" }, "pages8": { "aliases": [ "pp8", "8pp" ], "label": "Pages numbers: reference 8", "description": "Adds page numbers within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if plural page info is given.", "example": "\"34–38\"", "type": "content" }, "location8": { "aliases": [ "loc8", "8loc", "at8" ], "label": "In-source-location: reference 8", "description": "Adds other location identifier within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if location info is given.", "example": "\"inside cover\"", "type": "content" }, "quote8": { "aliases": [ "q8" ], "label": "Quote: reference 8", "description": "A quote from the source. Appears when hovering over the page number, so the page number must be specified.", "type": "string" }, "quote-page8": { "aliases": [ "qp8" ], "label": "Quote page: reference 8", "description": "A quote page from the source. Optionally appears in front of the quote when hovering over the page number. Special token p to use page8. Choose parameter only if singular page is given.", "type": "content" }, "quote-pages8": { "aliases": [ "qpp8" ], "label": "Quote pages: reference 8", "description": "A quote pages from the source. Optionally appears in front of the quote when hovering over the page numbers. Special token pp to use pages8. Choose parameter only if plural pages are given.", "type": "content" }, "quote-location8": { "aliases": [ "quote-loc8", "quote-at8" ], "label": "Quote in-source location: reference 8", "description": "Adds other quote location identifier within the source. Note that you can also put this information in the original reference instead, so it need only be stated once. Choose parameter only if location information different from singular or plural quote page info is given.", "example": "\"inside cover\"", "type": "content", "suggested": true }, "language8": { "aliases": [ "lang8", "l8", "quote-language8", "quote-lang8", "ql8" ], "label": "Quote language: reference 8", "description": "A language code or name defining the language of the quote (if not English).", "type": "content" }, "translation8": { "aliases": [ "trans8", "t8", "trans-quote8", "tq8", "xlat8" ], "label": "Quote translation: reference 8", "description": "An optional English translation of a non-English quote.", "type": "string" }, "page9": { "aliases": [ "p9", "9p" ], "label": "Page number: reference 9", "description": "Adds a page number within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if singular page info is given.", "example": "\"2\"", "type": "content" }, "pages9": { "aliases": [ "pp9", "9pp" ], "label": "Pages numbers: reference 9", "description": "Adds page numbers within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if plural page info is given.", "example": "\"34–38\"", "type": "content" }, "location9": { "aliases": [ "loc9", "9loc", "at9" ], "label": "In-source-location: reference 9", "description": "Adds other location identifier within the source. Note that you can also put this information in the original reference instead so it need only be stated once. Choose parameter only if location info is given.", "example": "\"inside cover\"", "type": "content" }, "quote9": { "aliases": [ "q9" ], "label": "Quote: reference 9", "description": "A quote from the source. Appears when hovering over the page number, so the page number must be specified.", "type": "string" }, "quote-page9": { "aliases": [ "qp9" ], "label": "Quote page: reference 9", "description": "A quote page from the source. Optionally appears in front of the quote when hovering over the page number. Special token p to use page9. Choose parameter only if singular page is given.", "type": "content" }, "quote-pages9": { "aliases": [ "qpp9" ], "label": "Quote pages: reference 9", "description": "A quote pages from the source. Optionally appears in front of the quote when hovering over the page numbers. Special token pp to use pages9. Choose parameter only if plural pages are given.", "type": "content" }, "quote-location9": { "aliases": [ "quote-loc9", "quote-at9" ], "label": "Quote in-source location: reference 9", "description": "Adds other quote location identifier within the source. Note that you can also put this information in the original reference instead, so it need only be stated once. Choose parameter only if location information different from singular or plural quote page info is given.", "example": "\"inside cover\"", "type": "content", "suggested": true }, "language9": { "aliases": [ "lang9", "l9", "quote-language9", "quote-lang9", "ql9" ], "label": "Quote language: reference 9", "description": "A language code or name defining the language of the quote (if not English).", "type": "content" }, "translation9": { "aliases": [ "trans9", "t9", "trans-quote9", "tq9", "xlat9" ], "label": "Quote translation: reference 9", "description": "An optional English translation of a non-English quote.", "type": "string" }, "reference": { "aliases": [ "r", "references", "notes", "note", "content", "text", "refn", "refs", "reference1", "refn1", "r1" ], "label": "Reference definition 1", "description": "Adds the definition of a citation. This can be used inline or in list-defined reference sections. Can be defined as raw text or through other citation templates like CS1/CS2. Can be nested.", "example": "Harold Smith (2020). Proper Referencing. Atlanta Press. p. 201.", "type": "string", "suggested": true }, "reference2": { "aliases": [ "refn2", "r2" ], "label": "Reference definition 2", "description": "Adds the definition of a citation. This can be used inline or in list-defined reference sections. Can be defined as raw text or through other citation templates like CS1/CS2. Can be nested.", "example": "Harold Smith (2020). Proper Referencing. Atlanta Press. p. 201.", "type": "string", "suggested": false }, "reference3": { "aliases": [ "refn3", "r3" ], "label": "Reference definition 3", "description": "Adds the definition of a citation. This can be used inline or in list-defined reference sections. Can be defined as raw text or through other citation templates like CS1/CS2. Can be nested.", "example": "Harold Smith (2020). Proper Referencing. Atlanta Press. p. 201.", "type": "string", "suggested": false }, "reference4": { "aliases": [ "refn4", "r4" ], "label": "Reference definition 4", "description": "Adds the definition of a citation. This can be used inline or in list-defined reference sections. Can be defined as raw text or through other citation templates like CS1/CS2. Can be nested.", "example": "Harold Smith (2020). Proper Referencing. Atlanta Press. p. 201.", "type": "string", "suggested": false }, "reference5": { "aliases": [ "refn5", "r5" ], "label": "Reference definition 5", "description": "Adds the definition of a citation. This can be used inline or in list-defined reference sections. Can be defined as raw text or through other citation templates like CS1/CS2. Can be nested.", "example": "Harold Smith (2020). Proper Referencing. Atlanta Press. p. 201.", "type": "string", "suggested": false }, "reference6": { "aliases": [ "refn6", "r6" ], "label": "Reference definition 6", "description": "Adds the definition of a citation. This can be used inline or in list-defined reference sections. Can be defined as raw text or through other citation templates like CS1/CS2. Can be nested.", "example": "Harold Smith (2020). Proper Referencing. Atlanta Press. p. 201.", "type": "string", "suggested": false }, "reference7": { "aliases": [ "refn7", "r7" ], "label": "Reference definition 7", "description": "Adds the definition of a citation. This can be used inline or in list-defined reference sections. Can be defined as raw text or through other citation templates like CS1/CS2. Can be nested.", "example": "Harold Smith (2020). Proper Referencing. Atlanta Press. p. 201.", "type": "string", "suggested": false }, "reference8": { "aliases": [ "refn8", "r8" ], "label": "Reference definition 8", "description": "Adds the definition of a citation. This can be used inline or in list-defined reference sections. Can be defined as raw text or through other citation templates like CS1/CS2. Can be nested.", "example": "Harold Smith (2020). Proper Referencing. Atlanta Press. p. 201.", "type": "string", "suggested": false }, "reference9": { "aliases": [ "refn9", "r9" ], "label": "Reference definition 9", "description": "Adds the definition of a citation. This can be used inline or in list-defined reference sections. Can be defined as raw text or through other citation templates like CS1/CS2. Can be nested.", "example": "Harold Smith (2020). Proper Referencing. Atlanta Press. p. 201.", "type": "string", "suggested": false }, "annotation": { "aliases": [ "annot", "a", "annotation1", "annot1", "a1" ], "label": "Reference annotation 1", "description": "Adds extra text to the end of a reference defined elsewhere, including backlinks to the reference invocation. Can be used to collect various commentary to be displayed with the citation. Can also be used to define another citation if multiple citations should reside under the same entry. Can be defined as raw text or through other citation templates like CS1/CS2. Can be nested. Special token p to use page1 and q to use quote1.", "example": "Note 1", "type": "string", "suggested": false }, "annotation2": { "aliases": [ "annot2", "a2" ], "label": "Reference annotation 2", "description": "Adds extra text to the end of a reference defined elsewhere, including backlinks to the reference invocation. Can be used to collect various commentary to be displayed with the citation. Can also be used to define another citation if multiple citations should reside under the same entry. Can be defined as raw text or through other citation templates like CS1/CS2. Can be nested. Special token p to use page2 and q to use quote2.", "example": "Note 2", "type": "string", "suggested": false }, "annotation3": { "aliases": [ "annot3", "a3" ], "label": "Reference annotation 3", "description": "Adds extra text to the end of a reference defined elsewhere, including backlinks to the reference invocation. Can be used to collect various commentary to be displayed with the citation. Can also be used to define another citation if multiple citations should reside under the same entry. Can be defined as raw text or through other citation templates like CS1/CS2. Can be nested. Special token p to use page3 and q to use quote3.", "example": "Note 3", "type": "string", "suggested": false }, "annotation4": { "aliases": [ "annot4", "a4" ], "label": "Reference annotation 4", "description": "Adds extra text to the end of a reference defined elsewhere, including backlinks to the reference invocation. Can be used to collect various commentary to be displayed with the citation. Can also be used to define another citation if multiple citations should reside under the same entry. Can be defined as raw text or through other citation templates like CS1/CS2. Can be nested. Special token p to use page4 and q to use quote4.", "example": "Note 4", "type": "string", "suggested": false }, "annotation5": { "aliases": [ "annot5", "a5" ], "label": "Reference annotation 5", "description": "Adds extra text to the end of a reference defined elsewhere, including backlinks to the reference invocation. Can be used to collect various commentary to be displayed with the citation. Can also be used to define another citation if multiple citations should reside under the same entry. Can be defined as raw text or through other citation templates like CS1/CS2. Can be nested. Special token p to use page5 and q to use quote5.", "example": "Note 5", "type": "string", "suggested": false }, "annotation6": { "aliases": [ "annot6", "a6" ], "label": "Reference annotation 6", "description": "Adds extra text to the end of a reference defined elsewhere, including backlinks to the reference invocation. Can be used to collect various commentary to be displayed with the citation. Can also be used to define another citation if multiple citations should reside under the same entry. Can be defined as raw text or through other citation templates like CS1/CS2. Can be nested. Special token p to use page6 and q to use quote6.", "example": "Note 6", "type": "string", "suggested": false }, "annotation7": { "aliases": [ "annot7", "a7" ], "label": "Reference annotation 7", "description": "Adds extra text to the end of a reference defined elsewhere, including backlinks to the reference invocation. Can be used to collect various commentary to be displayed with the citation. Can also be used to define another citation if multiple citations should reside under the same entry. Can be defined as raw text or through other citation templates like CS1/CS2. Can be nested. Special token p to use page7 and q to use quote7.", "example": "Note 7", "type": "string", "suggested": false }, "annotation8": { "aliases": [ "annot8", "a8" ], "label": "Reference annotation 8", "description": "Adds extra text to the end of a reference defined elsewhere, including backlinks to the reference invocation. Can be used to collect various commentary to be displayed with the citation. Can also be used to define another citation if multiple citations should reside under the same entry. Can be defined as raw text or through other citation templates like CS1/CS2. Can be nested. Special token p to use page8 and q to use quote8.", "example": "Note 8", "type": "string", "suggested": false }, "annotation9": { "aliases": [ "annot9", "a9" ], "label": "Reference annotation 9", "description": "Adds extra text to the end of a reference defined elsewhere, including backlinks to the reference invocation. Can be used to collect various commentary to be displayed with the citation. Can also be used to define another citation if multiple citations should reside under the same entry. Can be defined as raw text or through other citation templates like CS1/CS2. Can be nested. Special token p to use page9 and q to use quote9.", "example": "Note 9", "type": "string", "suggested": false }, "section": { "aliases": [ "sec", "s", "section1", "sec1", "s1" ], "label": "Section: Reference 1", "description": "Shows a tooltip indicating corresponding context section in an article, if defined. Multiple sections of the same name and overlapping sections are allowed.", "example": "ContextSection1, yes, y", "type": "string", "default": "If yes is given, the section name is derived from the given group, name and page info automatically.", "suggested": false }, "section2": { "aliases": [ "sec2", "s2" ], "label": "Section: Reference 2", "description": "Shows a tooltip indicating corresponding context section in an article, if defined. Multiple sections of the same name and overlapping sections are allowed.", "example": "ContextSection2, yes, y", "type": "string", "default": "If yes is given, the section name is derived from the given group, name and page info automatically.", "suggested": false }, "section3": { "aliases": [ "sec3", "s3" ], "label": "Section: Reference 3", "description": "Shows a tooltip indicating corresponding context section in an article, if defined. Multiple sections of the same name and overlapping sections are allowed.", "example": "ContextSection3, yes, y", "type": "string", "default": "If yes is given, the section name is derived from the given group, name and page info automatically.", "suggested": false }, "section4": { "aliases": [ "sec4", "s4" ], "label": "Section: Reference 4", "description": "Shows a tooltip indicating corresponding context section in an article, if defined. Multiple sections of the same name and overlapping sections are allowed.", "example": "ContextSection4, yes, y", "type": "string", "default": "If yes is given, the section name is derived from the given group, name and page info automatically.", "suggested": false }, "section5": { "aliases": [ "sec5", "s5" ], "label": "Section: Reference 5", "description": "Shows a tooltip indicating corresponding context section in an article, if defined. Multiple sections of the same name and overlapping sections are allowed.", "example": "ContextSection5, yes, y", "type": "string", "default": "If yes is given, the section name is derived from the given group, name and page info automatically.", "suggested": false }, "section6": { "aliases": [ "sec6", "s6" ], "label": "Section: Reference 6", "description": "Shows a tooltip indicating corresponding context section in an article, if defined. Multiple sections of the same name and overlapping sections are allowed.", "example": "ContextSection6, yes, y", "type": "string", "default": "If yes is given, the section name is derived from the given group, name and page info automatically.", "suggested": false }, "section7": { "aliases": [ "sec7", "s7" ], "label": "Section: Reference 7", "description": "Shows a tooltip indicating corresponding context section in an article, if defined. Multiple sections of the same name and overlapping sections are allowed.", "example": "ContextSection7, yes, y", "type": "string", "default": "If yes is given, the section name is derived from the given group, name and page info automatically.", "suggested": false }, "section8": { "aliases": [ "sec8", "s8" ], "label": "Section: Reference 8", "description": "Shows a tooltip indicating corresponding context section in an article, if defined. Multiple sections of the same name and overlapping sections are allowed.", "example": "ContextSection8, yes, y", "type": "string", "default": "If yes is given, the section name is derived from the given group, name and page info automatically.", "suggested": false }, "section9": { "aliases": [ "sec9", "s9" ], "label": "Section: Reference 9", "description": "Shows a tooltip indicating corresponding context section in an article, if defined. Multiple sections of the same name and overlapping sections are allowed.", "example": "ContextSection9, yes, y", "type": "string", "default": "If yes is given, the section name is derived from the given group, name and page info automatically.", "suggested": false }, "direction": { "aliases": [ "dir", "direction1", "dir1" ], "label": "Direction: Reference 1", "description": "Override default left-to-right or right-to-left behaviour. (Requires special CSS support for classes mw-cite-dir-rtl and mw-cite-dir-ltr.)", "example": "ltr, rtl", "type": "content", "suggested": false }, "direction2": { "aliases": [ "dir2" ], "label": "Direction: Reference 2", "description": "Override default left-to-right or right-to-left behaviour. (Requires special CSS support for classes mw-cite-dir-rtl and mw-cite-dir-ltr.)", "example": "ltr, rtl", "type": "content", "suggested": false }, "direction3": { "aliases": [ "dir3" ], "label": "Direction: Reference 3", "description": "Override default left-to-right or right-to-left behaviour. (Requires special CSS support for classes mw-cite-dir-rtl and mw-cite-dir-ltr.)", "example": "ltr, rtl", "type": "content", "suggested": false }, "direction4": { "aliases": [ "dir4" ], "label": "Direction: Reference 4", "description": "Override default left-to-right or right-to-left behaviour. (Requires special CSS support for classes mw-cite-dir-rtl and mw-cite-dir-ltr.)", "example": "ltr, rtl", "type": "content", "suggested": false }, "direction5": { "aliases": [ "dir5" ], "label": "Direction: Reference 5", "description": "Override default left-to-right or right-to-left behaviour. (Requires special CSS support for classes mw-cite-dir-rtl and mw-cite-dir-ltr.)", "example": "ltr, rtl", "type": "content", "suggested": false }, "direction6": { "aliases": [ "dir6" ], "label": "Direction: Reference 6", "description": "Override default left-to-right or right-to-left behaviour. (Requires special CSS support for classes mw-cite-dir-rtl and mw-cite-dir-ltr.)", "example": "ltr, rtl", "type": "content", "suggested": false }, "direction7": { "aliases": [ "dir7" ], "label": "Direction: Reference 7", "description": "Override default left-to-right or right-to-left behaviour. (Requires special CSS support for classes mw-cite-dir-rtl and mw-cite-dir-ltr.)", "example": "ltr, rtl", "type": "content", "suggested": false }, "direction8": { "aliases": [ "dir8" ], "label": "Direction: Reference 8", "description": "Override default left-to-right or right-to-left behaviour. (Requires special CSS support for classes mw-cite-dir-rtl and mw-cite-dir-ltr.)", "example": "ltr, rtl", "type": "content", "suggested": false }, "direction9": { "aliases": [ "dir9" ], "label": "Direction: Reference 9", "description": "Override default left-to-right or right-to-left behaviour. (Requires special CSS support for classes mw-cite-dir-rtl and mw-cite-dir-ltr.)", "example": "ltr, rtl", "type": "content", "suggested": false }, "id": { "aliases": [ "id1", "ref", "ref1", "1ref" ], "label": "Content anchor: reference 1", "description": "Optional anchor name of a reference or annotation (including page numbers or quotes) in order to link to it. This is used for the id attribute of the corresponding span framing the content object and must be unique on the page.", "example": "CITEREFSmith2020", "type": "string" }, "id2": { "aliases": [ "ref2", "2ref" ], "label": "Content anchor: reference 2", "description": "Optional anchor name of a reference or annotation (including page numbers or quotes) in order to link to it. This is used for the id attribute of the corresponding span framing the content object and must be unique on the page.", "example": "CITEREFSmith2020", "type": "string" }, "id3": { "aliases": [ "ref3", "3ref" ], "label": "Content anchor: reference 3", "description": "Optional anchor name of a reference or annotation (including page numbers or quotes) in order to link to it. This is used for the id attribute of the corresponding span framing the content object and must be unique on the page.", "example": "CITEREFSmith2020", "type": "string" }, "id4": { "aliases": [ "ref4", "4ref" ], "label": "Content anchor: reference 4", "description": "Optional anchor name of a reference or annotation (including page numbers or quotes) in order to link to it. This is used for the id attribute of the corresponding span framing the content object and must be unique on the page.", "example": "CITEREFSmith2020", "type": "string" }, "id5": { "aliases": [ "ref5", "5ref" ], "label": "Content anchor: reference 5", "description": "Optional anchor name of a reference or annotation (including page numbers or quotes) in order to link to it. This is used for the id attribute of the corresponding span framing the content object and must be unique on the page.", "example": "CITEREFSmith2020", "type": "string" }, "id6": { "aliases": [ "ref6", "6ref" ], "label": "Content anchor: reference 6", "description": "Optional anchor name of a reference or annotation (including page numbers or quotes) in order to link to it. This is used for the id attribute of the corresponding span framing the content object and must be unique on the page.", "example": "CITEREFSmith2020", "type": "string" }, "id7": { "aliases": [ "ref7", "7ref" ], "label": "Content anchor: reference 7", "description": "Optional anchor name of a reference or annotation (including page numbers or quotes) in order to link to it. This is used for the id attribute of the corresponding span framing the content object and must be unique on the page.", "example": "CITEREFSmith2020", "type": "string" }, "id8": { "aliases": [ "ref8", "8ref" ], "label": "Content anchor: reference 8", "description": "Optional anchor name of a reference or annotation (including page numbers or quotes) in order to link to it. This is used for the id attribute of the corresponding span framing the content object and must be unique on the page.", "example": "CITEREFSmith2020", "type": "string" }, "id9": { "aliases": [ "ref9", "9ref" ], "label": "Content anchor: reference 9", "description": "Optional anchor name of a reference or annotation (including page numbers or quotes) in order to link to it. This is used for the id attribute of the corresponding span framing the content object and must be unique on the page.", "example": "CITEREFSmith2020", "type": "string" }, "link-id": { "aliases": [ "link-id1" ], "label": "Link anchor: reference 1", "description": "Optional link anchor name of a reference link in order to (back)link to the reference link. This is used for the id attribute of the link span and must be unique on the page.", "example": "Smith2020Page12", "type": "string" }, "link-id2": { "label": "Link anchor: reference 2", "description": "Optional link anchor name of a reference link in order to (back)link to the reference link. This is used for the id attribute of the link span and must be unique on the page.", "example": "Smith2020Page12", "type": "string" }, "link-id3": { "label": "Link anchor: reference 3", "description": "Optional link anchor name of a reference link in order to (back)link to the reference link. This is used for the id attribute of the link span and must be unique on the page.", "example": "Smith2020Page12", "type": "string" }, "link-id4": { "label": "Link anchor: reference 4", "description": "Optional link anchor name of a reference link in order to (back)link to the reference link. This is used for the id attribute of the link span and must be unique on the page.", "example": "Smith2020Page12", "type": "string" }, "link-id5": { "label": "Link anchor: reference 5", "description": "Optional link anchor name of a reference link in order to (back)link to the reference link. This is used for the id attribute of the link span and must be unique on the page.", "example": "Smith2020Page12", "type": "string" }, "link-id6": { "label": "Link anchor: reference 6", "description": "Optional link anchor name of a reference link in order to (back)link to the reference link. This is used for the id attribute of the link span and must be unique on the page.", "example": "Smith2020Page12", "type": "string" }, "link-id7": { "label": "Link anchor: reference 7", "description": "Optional link anchor name of a reference link in order to (back)link to the reference link. This is used for the id attribute of the link span and must be unique on the page.", "example": "Smith2020Page12", "type": "string" }, "link-id8": { "label": "Link anchor: reference 8", "description": "Optional link anchor name of a reference link in order to (back)link to the reference link. This is used for the id attribute of the link span and must be unique on the page.", "example": "Smith2020Page12", "type": "string" }, "link-id9": { "label": "Link anchor: reference 9", "description": "Optional link anchor name of a reference link in order to (back)link to the reference link. This is used for the id attribute of the link span and must be unique on the page.", "example": "Smith2020Page12", "type": "string" }, "quote-cite": { "aliases": [ "qc", "quote-cite1", "qc1" ], "label": "Quote origin: reference 1", "description": "Anchor name (only the URL fragment) of a reference the quote belongs to, if defined on the same page. This is used for the cite attribute of the quote and establishes a semantic connection to its source.", "example": "CITEREFSmith2020", "type": "string" }, "quote-cite2": { "aliases": [ "qc2" ], "label": "Quote origin: reference 2", "description": "Anchor name (only the URL fragment) of a reference the quote belongs to, if defined on the same page. This is used for the cite attribute of the quote and establishes a semantic connection to its source.", "example": "CITEREFSmith2020", "type": "string" }, "quote-cite3": { "aliases": [ "qc3" ], "label": "Quote origin: reference 3", "description": "Anchor name (only the URL fragment) of a reference the quote belongs to, if defined on the same page. This is used for the cite attribute of the quote and establishes a semantic connection to its source.", "example": "CITEREFSmith2020", "type": "string" }, "quote-cite4": { "aliases": [ "qc4" ], "label": "Quote origin: reference 4", "description": "Anchor name (only the URL fragment) of a reference the quote belongs to, if defined on the same page. This is used for the cite attribute of the quote and establishes a semantic connection to its source.", "example": "CITEREFSmith2020", "type": "string" }, "quote-cite5": { "aliases": [ "qc5" ], "label": "Quote origin: reference 5", "description": "Anchor name (only the URL fragment) of a reference the quote belongs to, if defined on the same page. This is used for the cite attribute of the quote and establishes a semantic connection to its source.", "example": "CITEREFSmith2020", "type": "string" }, "quote-cite6": { "aliases": [ "qc6" ], "label": "Quote origin: reference 6", "description": "Anchor name (only the URL fragment) of a reference the quote belongs to, if defined on the same page. This is used for the cite attribute of the quote and establishes a semantic connection to its source.", "example": "CITEREFSmith2020", "type": "string" }, "quote-cite7": { "aliases": [ "qc7" ], "label": "Quote origin: reference 7", "description": "Anchor name (only the URL fragment) of a reference the quote belongs to, if defined on the same page. This is used for the cite attribute of the quote and establishes a semantic connection to its source.", "example": "CITEREFSmith2020", "type": "string" }, "quote-cite8": { "aliases": [ "qc8" ], "label": "Quote origin: reference 8", "description": "Anchor name (only the URL fragment) of a reference the quote belongs to, if defined on the same page. This is used for the cite attribute of the quote and establishes a semantic connection to its source.", "example": "CITEREFSmith2020", "type": "string" }, "quote-cite9": { "aliases": [ "qc9" ], "label": "Quote origin: reference 9", "description": "Anchor name (only the URL fragment) of a reference the quote belongs to, if defined on the same page. This is used for the cite attribute of the quote and establishes a semantic connection to its source.", "example": "CITEREFSmith2020", "type": "string" }, "needed-reason": { "aliases": [ "needed", "reason", "needed-reason1", "needed1" ], "label": "Page needed: Reason 1", "description": "Only required if page/location info is missing.", "example": "Actual reason, yes, y", "type": "string", "default": "Defaults to no page/location info missing.", "suggested": false }, "needed-reason2": { "aliases": [ "needed2" ], "label": "Page needed: Reason 2", "description": "Only required if page/location info is missing.", "example": "Actual reason, yes, y", "type": "string", "default": "Defaults to no page/location info missing.", "suggested": false }, "needed-reason3": { "aliases": [ "needed3" ], "label": "Page needed: Reason 3", "description": "Only required if page/location info is missing.", "example": "Actual reason, yes, y", "type": "string", "default": "Defaults to no page/location info missing.", "suggested": false }, "needed-reason4": { "aliases": [ "needed4" ], "label": "Page needed: Reason 4", "description": "Only required if page/location info is missing.", "example": "Actual reason, yes, y", "type": "string", "default": "Defaults to no page/location info missing.", "suggested": false }, "needed-reason5": { "aliases": [ "needed5" ], "label": "Page needed: Reason 5", "description": "Only required if page/location info is missing.", "example": "Actual reason, yes, y", "type": "string", "default": "Defaults to no page/location info missing.", "suggested": false }, "needed-reason6": { "aliases": [ "needed6" ], "label": "Page needed: Reason 6", "description": "Only required if page/location info is missing.", "example": "Actual reason, yes, y", "type": "string", "default": "Defaults to no page/location info missing.", "suggested": false }, "needed-reason7": { "aliases": [ "needed7" ], "label": "Page needed: Reason 7", "description": "Only required if page/location info is missing.", "example": "Actual reason, yes, y", "type": "string", "default": "Defaults to no page/location info missing.", "suggested": false }, "needed-reason8": { "aliases": [ "needed8" ], "label": "Page needed: Reason 8", "description": "Only required if page/location info is missing.", "example": "Actual reason, yes, y", "type": "string", "default": "Defaults to no page/location info missing.", "suggested": false }, "needed-reason9": { "aliases": [ "needed9" ], "label": "Page needed: Reason 9", "description": "Only required if page/location info is missing.", "example": "Actual reason, yes, y", "type": "string", "default": "Defaults to no page/location info missing.", "suggested": false }, "needed-date": { "aliases": [ "date" ], "label": "Page needed: Date", "description": "Only required if page/location info is missing.", "example": "August 2021", "type": "content", "suggested": false }, "leadin": { "label": "Leadin sequence", "description": "To define a leadin sequence prefixing the annotated text.", "example": "Page(s): ", "type": "string", "suggested": false }, "postscript": { "aliases": [ "ps", "postscript1", "ps1", "1ps", "postscript2", "ps2", "2ps", "postscript3", "ps3", "3ps", "postscript4", "ps4", "4ps", "postscript5", "ps5", "5ps", "postscript6", "ps6", "6ps", "postscript7", "ps7", "7ps", "postscript8", "ps8", "8ps", "postscript9", "ps9", "9ps" ], "label": "Postscript sequence", "description": "To define a postscript sequence appended to the reference.", "example": ".", "type": "string", "suggested": false }, "no-pp": { "aliases": [ "nopp" ], "label": "Line wrapping control", "description": "Control display of p/pp prefixes (in AMA mode)", "example": "yes, y, no, n", "default": "Defaults to no to keep prefixes enabled.", "type": "content" }, "style": { "label": "Display format", "description": "Control display format (default : style or AMA format)", "example": "AMA, Ama, ama", "default": "Defaults to : format.", "type": "content" }, "wrap": { "label": "Line wrapping control", "description": "To enable automatic line-wrapping between multiple reference links, or to enforce an additional line-break opportunity even within superscripted page strings (may depend on skin)", "example": "no, n, yes, y, forced, f", "type": "content", "default": "Defaults to special line-wrapping disabled.", "suggested": false } }, "description": "Provides a simple wrapper for up to nine consecutive [2] citation tags that minimizes visual impact on the text which, along with the simpler syntax, increases code readability and ease of editing.", "paramOrder": [ "group", "name", "page", "pages", "location", "needed-reason", "quote", "quote-page", "quote-pages", "quote-location", "language", "translation", "reference", "annotation", "direction", "section", "id", "link-id", "quote-cite", "name2", "page2", "pages2", "location2", "needed-reason2", "quote2", "quote-page2", "quote-pages2", "quote-location2", "language2", "translation2", "reference2", "annotation2", "direction2", "section2", "id2", "link-id2", "quote-cite2", "name3", "page3", "pages3", "location3", "needed-reason3", "quote3", "quote-page3", "quote-pages3", "quote-location3", "language3", "translation3", "reference3", "annotation3", "direction3", "section3", "id3", "link-id3", "quote-cite3", "name4", "page4", "pages4", "location4", "needed-reason4", "quote4", "quote-page4", "quote-pages4", "quote-location4", "language4", "translation4", "reference4", "annotation4", "direction4", "section4", "id4", "link-id4", "quote-cite4", "name5", "page5", "pages5", "location5", "needed-reason5", "quote5", "quote-page5", "quote-pages5", "quote-location5", "language5", "translation5", "reference5", "annotation5", "direction5", "section5", "id5", "link-id5", "quote-cite5", "name6", "page6", "pages6", "location6", "needed-reason6", "quote6", "quote-page6", "quote-pages6", "quote-location6", "language6", "translation6", "reference6", "annotation6", "direction6", "section6", "id6", "link-id6", "quote-cite6", "name7", "page7", "pages7", "location7", "needed-reason7", "quote7", "quote-page7", "quote-pages7", "quote-location7", "language7", "translation7", "reference7", "annotation7", "direction7", "section7", "id7", "link-id7", "quote-cite7", "name8", "page8", "pages8", "location8", "needed-reason8", "quote8", "quote-page8", "quote-pages8", "quote-location8", "language8", "translation8", "reference8", "annotation8", "direction8", "section8", "id8", "link-id8", "quote-cite8", "name9", "page9", "pages9", "location9", "needed-reason9", "quote9", "quote-page9", "quote-pages9", "quote-location9", "language9", "translation9", "reference9", "annotation9", "direction9", "section9", "id9", "link-id9", "quote-cite9", "needed-date", "leadin", "postscript", "no-pp", "style", "wrap" ], "format": "inline" } </templatedata>

See also[edit]


  1. 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 Cite error: Invalid <ref> tag; no text was provided for refs named \"RefName\"
  2. Cite error: Invalid <ref> tag; no text was provided for refs named RefName