Template:Doi

From Wikipedia, the free encyclopedia

DOI:{{{id}}}

This template is intended to allow simple standardized links to digital object identifiers (DOIs).

[edit] Examples

{{doi|10.1016/j.coi.2004.08.001}} produces:

DOI:10.1016/j.coi.2004.08.001

If the DOI contains characters such as > and <, that causes the display to break, one may the id and label variables. The id variable represent a URL encoded version of the DOI, with the label is the normal DOI:

{{doi
  | id = 10.1175/1520-0442(2002)015%3C0487:SOCASI%3E2.0.CO;2 
  | label = 10.1175/1520-0442(2002)015<0487:SOCASI>2.0.CO;2
 }}

produces:

DOI:10.1175/1520-0442(2002)015<0487:SOCASI>2.0.CO;2

The escape code for < is %3C. For >, it is %3E

In other languages