Template:doi/doc
Jump to navigation
Jump to search
This is a documentation subpage for Template:Doi. It may contain usage information, categories and other content that is not part of the original template page. |
This template is used on many pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
This template produces a simple, standardized link to a digital object identifier (DOI).
Usage
{{doi|10.1016/j.coi.2004.08.001}}
which produces:
The parameter |nolink=
, if set to any value (e.g. "true"), will suppress the "doi:" prefix in front of the identifier.
See also
- {{doi-inline}}
- {{hdl}}
- {{bibcode}}
- {{PII}}
- {{SSRN}}
<templatedata>
{
"params": {
"1": {
"label": "DOI name",
"example": "10.1000/xyz123",
"required": true
},
"id": {}
},
"description": "This template produces a simple, standardized link to a digital object identifier (DOI).",
"paramOrder": [
"1",
"id"
]
}
</templatedata>