- Function: This template produces a Uniform Resource Name for use as an identifier, with an external link when known. Previously (in German Wikipedia) it could only handle national library names nbn.
- Use:
{{URN|Namespace identifier|Descriptor}}
The template supports the |urn-access=
parameter, which accepts the same values documented at Help:Citation Style 1 § Registration or subscription required.
This template produces a Uniform Resource Name for use as an identifier, with an external link when known.
Parameter | Description | Type | Status |
Namespace identifier | 1 | - Suggested values
-
nbn
isan
oid
lex
lsid
epc
mrn
eic
| Line | required |
Descriptor | 2 | | Line | required |
URN access level | urn-access | Classification of the access restrictions on the URN - Suggested values
-
registration
limited
subscription
free
| Line | optional |
Format: inline
{
"params": {
"1": {
"label": "Namespace identifier",
"type": "line",
"suggestedvalues": [
"nbn",
"isan",
"oid",
"lex",
"lsid",
"epc",
"mrn",
"eic"
],
"required": true
},
"2": {
"label": "Descriptor",
"type": "line",
"required": true
},
"urn-access": {
"label": "URN access level",
"description": "Classification of the access restrictions on the URN",
"type": "line",
"suggestedvalues": [
"registration",
"limited",
"subscription",
"free"
]
}
},
"format": "inline",
"description": "This template produces a Uniform Resource Name for use as an identifier, with an external link when known."
}