Template:Infobox identifier/doc
Appearance
This is a documentation subpage for Template:Infobox identifier. It may contain usage information, categories and other content that is not part of the original template page. |
This template uses Lua: |
Usage
[edit]Infobox for identifiers (ISBN, ORCID, etc.)
Blank
[edit]{{Infobox identifier
| name =
| image =
| image_size =
| image_caption =
| image_alt =
| image_border =
| full_name =
| acronym =
| number =
| start_date = <!-- {{Start date|YYYY|MM|DD|df=y}} -->
| organisation =
| digits =
| check_digit =
| example =
| website = <!-- {{URL|example.org}} -->
}}
Parameters
[edit]- child or embed
- set to
yes
to embed - name
- defaults to
{{PAGENAMEBASE}}
- image
- e.g.
identifier_logo.svg
- image_size (deprecated)
- size in px
- image_upright
- defaults to
0.9
- image_border
- defaults to
no
- image_alt
- see WP:ALT
- image_caption
- caption
- subject
- e.g. people, books
- full_name
- if
|name=
uses acronym or initialism - acronym or initialism
- if
|name=
uses full name - organisation or organization
- managing organisation
- start_date
- use
{{start date}}
or{{start date and age}}
- number
- number issued – should be cited in body of article
- digits
- number of digits
- check_digit
- check digit, if used
- example
- an example
- website
- use
{{URL}}
Example
[edit]Name is acronym
[edit]Full name | Open Researcher and Contributor ID |
---|---|
Organisation | ORCID, Inc. |
Introduced | 16 October 2012 |
No. issued | 6,236,148 |
No. of digits | 16 |
Check digit | MOD 11-2 |
Example | 0000-0001-5882-6823 |
Website | orcid |
{{Infobox identifier
|name = ORCID
|image = ORCID logo with tagline.svg
|image_border = no
|upright = 1.1
|full_name = Open Researcher and Contributor ID
|organisation = ORCID, Inc.
|start_date = {{date and age|2012|10|16|df=y}}
|number = 6,236,148
|digits = 16
|check_digit = MOD 11-2
|example = [https://orcid.org/0000-0001-5882-6823 0000-0001-5882-6823]
|website = {{URL|orcid.org}}
}}
Name is full
[edit]Initialism | ISBN |
---|---|
Organisation | International ISBN Agency |
Introduced | 1970 |
No. of digits | 13 (formerly 10) |
Check digit | Weighted sum |
Example | 978-3-16-148410-0 |
Website | isbn-international |
{{Infobox identifier
|name = International {{nowr|Standard Book Number}}
|image = EAN-13-ISBN-13.svg
|image_border = no
|image_caption = Example [[EAN-13|13-digit]] ISBN
|initialism = ISBN
|organisation = International ISBN Agency
|start_date = {{start date|1970}}
|digits = 13 (formerly 10)
|check_digit = Weighted sum
|example = {{ISBN|978-3-16-148410-0|plainlink=y}}
|website = {{URL|isbn-international.org}}
}}