Template:Reference: Difference between revisions

From Cryptology City
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
=== Example ===
=== Example ===
  <nowiki>{{Reference
  <nowiki>{{Reference
     |id=cf07 |tag=CP07
     |id=chs24 |tag=CHS24
     |title=On parameterized path and chordless path problems.
     |title=Watermarking Language Models for Many Adaptive Users
     |authors=Y. Chen and J. Flum
     |authors=S. Cohen, A. Hoover, and G. Schoenbach
     |journal=Proceedings of the IEEE Conference on Computational Complexity 2007
     |journal=arXiv
     |srcdetail=250-263
     |srcdetail=
}}</nowiki>
    |url=https://eprint.iacr.org/2024/759
}}</nowiki>


{{Renders-As
{{Reference
|{{Reference
     |id=chs24 |tag=CHS24
     |id=cf07 |tag=CP07
     |title=Watermarking Language Models for Many Adaptive Users
     |title=On parameterized path and chordless path problems.
     |authors=S. Cohen, A. Hoover, and G. Schoenbach
     |authors=Y. Chen and J. Flum
     |journal=Preprint
     |journal=Proceedings of the IEEE Conference on Computational Complexity 2007
     |srcdetail=
     |srcdetail=250-263
    |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:maroon">[{{{tag}}}]</span>
</noinclude><span id="{{{id|{{lc:{{{tag}}}}}}}}" style="color:purple">[{{{tag}}}]</span>
{{{authors}}}.
{{{authors}}}.
{{{title}}},
{{{title}}},
''{{{journal}}}'', {{{srcdetail|}}}. {{{link|}}}
''{{{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]