Difference between revisions of "Template:Infobox identifier/doc"
Jump to navigation
Jump to search
imported>Jay D. Easy |
imported>Jay D. Easy |
||
| Line 28: | Line 28: | ||
== Parameters == | == Parameters == | ||
| − | + | {{columns-start|num=2}} | |
| − | ; name : | + | ; name: defaults to {{tlx|PAGENAMEBASE}} |
| − | ; image : | + | ; image: e.g. {{code|identifier logo.svg}} |
| − | ; image_caption : | + | ; image_caption: caption |
| − | ; image_size : | + | ; image_size: defaults to {{code|<nowiki>upright=1.1</nowiki>}} |
| − | ; image_alt : see [[WP:ALT]] | + | ; image_alt: see [[WP:ALT]] |
| − | ; image_border : | + | ; image_border: defaults to {{code|no}} |
| − | ; subject : | + | ; subject: e.g. people, books |
| − | ; full_name : | + | ; full_name: if {{para|name}} uses acronym |
| − | ; acronym : | + | {{column}} |
| − | ; number : | + | ; acronym: if {{para|name}} uses full name |
| − | ; start_date : | + | ; number: number issued – should be cited in body of article |
| − | ; organisation : | + | ; start_date: use {{tlx|start date}} |
| − | ; digits : | + | ; organisation: managing organisation |
| − | ; check_digit : | + | ; digits: number of digits |
| − | ; example : | + | ; check_digit: [[check digit]], if used |
| − | ; website : | + | ; example: an example |
| + | ; website: use {{tlx|URL}} | ||
| + | {{columns-end}} | ||
== Example == | == Example == | ||
Revision as of 19:33, 23 July 2019
| 40px | This is a documentation subpage for Template:Infobox identifier. It contains usage information, categories and other content that is not part of the original template page. |
Usage
Infobox for identifiers (ISBN, ORCID, etc.)
Blank
{{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
- name
- defaults to
{{PAGENAMEBASE}} - image
- e.g.
identifier logo.svg - image_caption
- caption
- image_size
- defaults to
upright=1.1 - image_alt
- see WP:ALT
- image_border
- defaults to
no - subject
- e.g. people, books
- full_name
- if
|name=uses acronym
- acronym
- if
|name=uses full name - number
- number issued – should be cited in body of article
- start_date
- use
{{start date}} - organisation
- managing organisation
- digits
- number of digits
- check_digit
- check digit, if used
- example
- an example
- website
- use
{{URL}}
Example
Name is acronym
| {{{image_alt}}} | |
| Full name | Open Researcher Template:Nowr |
|---|---|
| Organisation | ORCID, Inc. |
| Introduced | 16 October 2012 |
| No. issued | > 1,500,000 |
| No. of digits | 16 |
| Check digit | MOD 11-2 |
| Example | Template:URL |
| Website | Template:URL |
{{Infobox identifier
|name = ORCID
|image = ORCID logo with tagline.svg
|image_border = no
|full_name = Open Researcher {{nowr|and Contributor ID}}
|number = > 1,500,000
|start_date = {{start date|2012|10|16|df=y}}
|organisation = ORCID, Inc.
|digits = 16
|check_digit = MOD 11-2
|example = {{URL|http://orcid.org/0000-0001-5882-6823|0000-0001-5882-6823}}
|website = {{URL|orcid.org}}
}}
Name is full
| {{{image_alt}}} 13-digit ISBN, as represented by EAN-13 | |
| Full name | International Standard Template:Nowr |
|---|---|
| Acronym | ISBN |
| Organisation | International ISBN Agency |
| Introduced | 1970 |
| No. of digits | 13 (formerly 10) |
| Check digit | Weighted sum |
| Example | 978-3-16-148410-0 |
| Website | Template:URL |
{{Infobox identifier
|name = ISBN
|image = EAN-13-ISBN-13.svg
|image_border = no
|image_caption = 13-digit ISBN, as represented by [[EAN-13]]
|full_name = International Standard {{nowr|Book Number}}
|acronym = ISBN
|start_date = {{start date|1970}}
|organisation = International ISBN Agency
|digits = 13 (formerly 10)
|check_digit = Weighted sum
|example = {{ISBN|978-3-16-148410-0|plainlink=y}}
|website = {{URL|isbn-international.org}}
}}