Test major Koha Wiki changes or bug fixes here without fear of breaking the production wiki.
For the current Koha Wiki, visit https://wiki.koha-community.org .Template:R/testcases
Sandbox Template
Usage | Display | Notes |
---|---|---|
{{r/sandbox|RefName}}
|
Text.[1] | Equivalent to <ref name=RefName/> .
|
{{r/sandbox|RefName|p=100}}
|
Text.[1]:100 | Adds a page number (or other location identifier) within the source.
The If the article cites only one location in a given source, reduce clutter by coding simply |
{{r/sandbox|RefName|p=10–14}}
|
Text.[1]:10–14
Text.[1]:3, 6 Text.[1]:§C Text.[1]:Dust jacket | |
{{r/sandbox|RefName|Bam|Bar}}
|
Text.[1][2][3] | Equivalent to {{r/sandbox|RefName}}{{r/sandbox|Bam}}{{r/sandbox|Bar}} or <ref name=RefName/><ref name=Bam/><ref name=Bar/> .
Up to nine references may be "bundled" this way. |
{{r/sandbox|RefName|Bam|Bar|Bas|p1=100|p2=10–14|p4=§C}}
|
Text.[1]:100[2]:10–14[3][4]:§C | Equivalent to {{r/sandbox|RefName|p=100}}{{r/sandbox|Bam}}{{r/sandbox|Bar|p=10–14}}{{r/sandbox|Bas|p=§C}} .
Multiple "bundled" citations with page numbers in a single call utilizing numbered Note that not all references have location identifiers; use care in ensuring the corresponding The name parameters may also be numbered to ensure accuracy, as shown in the last two examples, which also demonstrate that you may group all the name parameters and page parameters, or list them sequentially. |
{{r/sandbox|group=Notes|NtName}}
|
Text.[Notes 1]
Text.[Notes 1]:13 |
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. Location identifiers may also be used as detailed above. |
{{r/sandbox|RefName|p=100|q=quote from the text}}
|
Text.[1]:100 | q= and |quote= parameters are equivalent.
|
{{r/sandbox|RefName|Bam|Bar|Bas|p1=100|p2=10–14|p4=§C|q1=Quote from 100|q4=Quote from §C}}
|
Text.[1]:100[3]:10–14[4] | q= parameter number is listed for the correct reference. |
Main Template
Usage | Display | Notes |
---|---|---|
{{r|RefName}}
|
Text.[1] | Equivalent to <ref name=RefName/> .
|
{{r|RefName|p=100}}
|
Text.[1]:100 | Adds a page number (or other location identifier) within the source.
The If the article cites only one location in a given source, reduce clutter by coding simply |
{{r|RefName|p=10–14}}
|
Text.[1]:10–14
Text.[1]:3, 6 Text.[1]:§C Text.[1]:Dust jacket | |
{{r|RefName|Bam|Bar}}
|
Text.[1][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|RefName|Bam|Bar|Bas|p1=100|p2=10–14|p4=§C}}
|
Text.[1]:100[2]:10–14[3][4]:§C | Equivalent to {{r|RefName|p=100}}{{r|Bam}}{{r|Bar|p=10–14}}{{r|Bas|p=§C}} .
Multiple "bundled" citations with page numbers in a single call utilizing numbered Note that not all references have location identifiers; use care in ensuring the corresponding The name parameters may also be numbered to ensure accuracy, as shown in the last two examples, which also demonstrate that you may group all the name parameters and page parameters, or list them sequentially. |
{{r|group=Notes|NtName}}
|
Text.[Notes 1]
Text.[Notes 1]:13 |
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. Location identifiers may also be used as detailed above. |
{{r|RefName|p=100|q=quote from the text}}
|
Text.[1]:100 | q= and |quote= parameters are equivalent.
|
{{r|RefName|Bam|Bar|Bas|p1=100|p2=10–14|p4=§C|q1=Quote from 100|q4=Quote from §C}}
|
Text.[1]:100[2]:10–14[3][4]:§C | q= parameter number is listed for the correct reference. |