Template:Infobox identifier

维基百科,自由的百科全书
文档图示 模板文档[查看] [编辑] [历史] [清除缓存]

用途[编辑]

用于标识符的模板。适用于例如ISBNORCID

空模板[编辑]

{{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}}

例子[编辑]

名称为首字母缩写[编辑]

ORCID
{{{image_alt}}}
全名Open Researcher and Contributor ID
已发数量> 1,500,000
起始时间2012年10月16日 (2012-10-16)
管理组织ORCID, Inc.
数字位数16
校验码MOD 11-2
範例http://orcid.org/0000-0001-5882-6823
网站orcid.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>

名称为全名[编辑]

International Standard Book Number
{{{image_alt}}}
A 13-digit ISBN, 978-3-16-148410-0, as represented by an EAN-13 bar code
首字母缩略词ISBN
起始时间1970年 (1970)
管理组织International ISBN Agency
数字位数13 (formerly 10)
校验码Weighted sum
範例978-3-16-148410-0
网站www.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}}
}}