Template:Infobox identifier
外观
	
	
用途
[编辑]空模板
[编辑]{{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}} -->
}}
参数
[编辑]- name
- 默认为PAGENAME
- image
- 标志或其他图像
- image_caption
- 图像标题
- image_size
- 图像大小。如果需要
- image_alt
- 见WP:ALT
- image_border
- 默认为yes,但也可no以阻止显示图像边框
- subject
- 标识符用来识别什么?例如人物、书籍。
- full_name
- 如果|name=使用首字母缩略词
- acronym
- 如果|name=使用全名
- number
- 已发数量。应当在正文中提供参考文献
- start_date
- 使用{{Start date}}
- organisation
- 管理组织
- digits
- 数字位数(或者“可变”)
- check_digit
- 校验码的类型,如果有采用
- example
- 一个例子
- website
- 使用{{URL}}
例子
[编辑]名称为首字母缩写
[编辑]|  | |
| 全名 | Open Researcher and Contributor ID | 
|---|---|
| 已发数量 | > 1,500,000 | 
| 起始时间 | 2012年10月16日 | 
| 管理组织 | ORCID, Inc. | 
| 数字位数 | 16 | 
| 校验码 | MOD 11-2 | 
| 範例 | http://orcid.org/0000-0001-5882-6823 | 
| 网站 | orcid | 
{{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>
名称为全名
[编辑]|  A 13-digit ISBN, 978-3-16-148410-0, as represented by an EAN-13 bar code | |
| 首字母缩略词 | ISBN | 
|---|---|
| 起始时间 | 1970年 | 
| 管理组织 | International ISBN Agency | 
| 数字位数 | 13 (formerly 10) | 
| 校验码 | Weighted sum | 
| 範例 | 978-3-16-148410-0 | 
| 网站 | www | 
{{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}}
}}
 
	