Template:Doi/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Circeus
fix as only square brackets are still a problem
Line 33: Line 33:
<!-- ADD INTERWIKIS BELOW THIS LINE -->
<!-- ADD INTERWIKIS BELOW THIS LINE -->
[[de:Vorlage:DOI]]
[[de:Vorlage:DOI]]
[[eo:Ŝablono:COI]]
[[es:Plantilla:DOI]]
[[es:Plantilla:DOI]]
[[ja:Template:Doi]]
[[ja:Template:Doi]]

Revision as of 09:24, 13 July 2008

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

Examples

Usage 1

The basic usage is:

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

which produces:

doi:10.1016/j.coi.2004.08.001

DOIs with square brackets

DOIs containing the square bracket characters [] will break, so one has to use the id and label variables. The id variable represents a URL encoded version of the DOI, where the label variable is the normal DOI. The label variable contains the string that is actually displayed on the page, where the closing bracket character must be replaced with a character entity:

{{doi
 | id = 10.1890/1051-0761(1998)008%5B0947:FROINI%5D2.0.CO;2
 | label = 10.1890/1051-0761(1998)008[0947:FROINI&#x5d;2.0.CO;2
}}

producing

Error: Bad DOI specified!

See also