Template:Reference: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
=== Example === | === Example === | ||
<nowiki>{{Reference | <nowiki>{{Reference | ||
|id= | |id=chs24 |tag=CHS24 | ||
|title= | |title=Watermarking Language Models for Many Adaptive Users | ||
|authors= | |authors=S. Cohen, A. Hoover, and G. Schoenbach | ||
|journal= | |journal=arXiv | ||
|srcdetail= | |srcdetail= | ||
|url=https://eprint.iacr.org/2024/759 | |||
}}</nowiki> | |||
{{Reference | |||
|id=chs24 |tag=CHS24 | |||
|id= | |title=Watermarking Language Models for Many Adaptive Users | ||
|title= | |authors=S. Cohen, A. Hoover, and G. Schoenbach | ||
|authors= | |journal=Preprint | ||
|journal= | |srcdetail= | ||
|srcdetail= | |url=https://eprint.iacr.org/2024/759 | ||
}} | |||
=== Parameters === | === Parameters === | ||
Line 45: | 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. | ||
|- | |||
| url | |||
| (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|}}}. {{{ | ''{{{journal}}}'', | ||
{{{srcdetail|}}}. | |||
[{{{url|}}} link] |
Revision as of 22:28, 26 June 2024
Template Documentation
Provides a robust way to specify a reference in the bibliography.
Example
{{Reference |id=chs24 |tag=CHS24 |title=Watermarking Language Models for Many Adaptive Users |authors=S. Cohen, A. Hoover, and G. Schoenbach |journal=arXiv |srcdetail= |url=https://eprint.iacr.org/2024/759 }}
[CHS24] S. Cohen, A. Hoover, and G. Schoenbach. Watermarking Language Models for Many Adaptive Users, Preprint, . link
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. |
url | (optional) Specifies a URL that links to the paper |
Raw Template
[{{{tag}}}] {{{authors}}}. {{{title}}}, {{{journal}}}, . [ link]