Template:Reference: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | |||
[[Category:Templates]] | |||
== Template Documentation == | == Template Documentation == | ||
Provides a robust way to specify a reference in the [[ccref|bibliography]]. | Provides a robust way to specify a reference in the [[ccref|bibliography]]. | ||
Line 4: | Line 7: | ||
=== Example === | === Example === | ||
<nowiki>{{Reference | <nowiki>{{Reference | ||
|id= | |id=cdh20 |tag=CDH20 | ||
|title= | |title=A Lower Bound for One-Round Oblivious RAM | ||
|authors= | |authors=D. Cash, A. Drucker, and A. Hoover | ||
|journal= | |journal=TCC | ||
|srcdetail= | |srcdetail=2020 | ||
|link=https://eprint.iacr.org/2020/1195 | |||
}}</nowiki> | |||
{{Reference | |||
|id=cdh20 |tag=CDH20 | |||
|id= | |title=A Lower Bound for One-Round Oblivious RAM | ||
|title= | |authors=D. Cash, A. Drucker, and A. Hoover | ||
|authors= | |journal=TCC | ||
|journal= | |srcdetail=2020 | ||
|srcdetail= | |link=https://eprint.iacr.org/2020/1195 | ||
}} | |||
=== Parameters === | === Parameters === | ||
Line 42: | Line 46: | ||
| srcdetail | | srcdetail | ||
| (optional) Specifies extra details about the source of the work, such as page numbers. | | (optional) Specifies extra details about the source of the work, such as page numbers. | ||
|- | |||
| link | |||
| (optional) Specifies a URL that links to the paper | |||
|} | |} | ||
== Raw Template == | == Raw Template == | ||
</noinclude><span id="{{{id|{{lc:{{{tag}}}}}}}}" style="color: | </noinclude><span id="{{{id|{{lc:{{{tag}}}}}}}}" style="color:purple">[{{{tag}}}]</span> | ||
{{{authors}}}. | {{{authors}}}. | ||
{{{title}}}, | {{{title}}}, | ||
''{{{journal}}}'', {{{srcdetail|}}}. {{{link|}}} | ''{{{journal}}}'', | ||
{{{srcdetail|}}}. | |||
{{{link|}}} |
Latest revision as of 02:12, 28 June 2024
Template Documentation
Provides a robust way to specify a reference in the bibliography.
Example
{{Reference |id=cdh20 |tag=CDH20 |title=A Lower Bound for One-Round Oblivious RAM |authors=D. Cash, A. Drucker, and A. Hoover |journal=TCC |srcdetail=2020 |link=https://eprint.iacr.org/2020/1195 }}
[CDH20] D. Cash, A. Drucker, and A. Hoover. A Lower Bound for One-Round Oblivious RAM, TCC, 2020. https://eprint.iacr.org/2020/1195
Parameters
Order/Name | Description |
---|---|
id | (optional) ID to be used to refer to the citation. Defaults to lower-case version of the tag used. |
tag | Text to be shown for the reference. |
title | Title of the referenced work. |
authors | Author or authors of the referenced work. |
journal | Journal in which the work was published. |
srcdetail | (optional) Specifies extra details about the source of the work, such as page numbers. |
link | (optional) Specifies a URL that links to the paper |
Raw Template
[{{{tag}}}] {{{authors}}}. {{{title}}}, {{{journal}}}, .