Template:Infobox identifier/doc

From Wikihussain
Jump to navigation Jump to search

Usage[edit source]

Infobox for identifiers (ISBN, ORCID, etc.)

Blank[edit source]

{{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 source]

name
Defaults to PAGENAMEBASE
image
Logo or other image
image_caption
Caption
image_size
If required
image_alt
see WP:ALT
image_border
Default yes, but can be no to prevent showing border around image
subject
What does the identifier identify? 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 (or "Variable")
check_digit
Type of Check digit, if used
example
An example
website
Use {{URL}}

Example[edit source]

Name is acronym[edit source]

ORCID
{{{image_alt}}}
Full nameOpen Researcher and Contributor ID
No. issued> 1,500,000
Introduced16 October 2012 (2012-10-16)
Managing organisationORCID, Inc.
No. of digits16
Check digitMOD 11-2
Examplehttp://orcid.org/0000-0001-5882-6823
Websiteorcid.org
{{Infobox identifier
| name = ORCID
| image = ORCID logo with tagline.svg
| image_border = no
| full_name = Open Researcher and Contributor ID
| start_date = {{Start date|2012|10|16|df=y}}
| number = > 1,500,000
| organisation = ORCID, Inc.
| digits = 16
| check_digit = MOD 11-2
| example = <nowiki>http://orcid.org/0000-0001-5882-6823
| website = {{URL|orcid.org}}
}}
</nowiki>

Name is full[edit source]

International Standard Book Number
{{{image_alt}}}
A 13-digit ISBN, 978-3-16-148410-0, as represented by an EAN-13 bar code
AcronymISBN
Introduced1970 (1970)
Managing organisationInternational ISBN Agency
No. of digits13 (formerly 10)
Check digitWeighted sum
Example978-3-16-148410-0
Websitewww.isbn-international.org
{{Infobox identifier
| name          = International Standard Book Number
| image         = EAN-13-ISBN-13.svg
| image_caption = A 13-digit ISBN, 978-3-16-148410-0, as represented by an [[International Article Number (EAN)|EAN-13 bar code]]
| acronym       = ISBN
| start_date    = {{Start date | 1970}}
| organisation  = International ISBN Agency
| digits        = 13 (formerly 10)
| check_digit   = Weighted sum
| example       = 978-3-16-148410-0
| website       = {{URL|www.isbn-international.org}}
}}