テンプレート:Infobox identifier

<templatestyles src="Module:Documentation/styles.css"></templatestyles>

テンプレートの解説[表示] [編集] [履歴] [キャッシュを破棄]

概要

識別子(ISBN, ORCIDなど)の基礎情報テンプレートです

構文

{{Infobox identifier
| name          = 
| image         = 
| image_size    = 
| image_caption = 
| image_alt     = 
| full_name     = 
| acronym       = 
| number        = 
| start_date    = <!-- {{Start date|YYYY|MM|DD|df=y}} -->
| organisation  = 
| digits        = 
| check_digit   = 
| example       = 
| website       = <!-- {{URL|example.org}} -->
}}

パラメータ

name
規定値は記事名
image
ロゴなどの画像
image_caption
画像説明文
image_size
必要に応じて指定
image_alt
画像代替文章
subject
識別対象。人物、書籍など
full_name
|name=が頭字語の場合に指定
acronym
|name=が正式名称の場合に指定
number
収載数。記事内で出典を明記して言及する必要あり。
start_date
{{Start date}}を使用
organisation
管理団体
digits
桁数 (もしくは可変的)
check_digit
使用してる場合チェックディジットの種類
example
website
{{URL}}を使用

使用例

nameが頭字語の場合

ORCID
正式名称 Open Researcher and Contributor ID
収録数 > 700,000
利用開始 2012年10月16日 (2012-10-16)
桁数 16桁
チェック
ディジット
MOD 11-2
http://orcid.org/0000-0001-5882-6823
ウェブサイト orcid.org
{{Infobox identifier
| name = ORCID
| full_name = Open Researcher and Contributor ID
| start_date = {{Start date|2012|10|16|df=y}}
| number = > 700,000
| organisation = 
| digits = 16桁
| check_digit = MOD 11-2
| example = http://orcid.org/0000-0001-5882-6823
| website = {{URL|orcid.org}}
}}

nameが正式名称の場合

International Standard Book Number
{{{image_alt}}}
EAN-13バーコードで表されている13桁ISBNの978-3-16-148410-0
頭字語 テンプレート:Abbr
利用開始 1970年 (1970)
管理団体 国際ISBN機関
桁数 13桁 (かつては10桁)
チェック
ディジット
加重和
978-3-16-148410-0
ウェブサイト www.isbn-international.org
{{Infobox identifier
| name          = International Standard Book Number
| image         = EAN-13-ISBN-13.svg
| image_caption = [[EANコード|EAN-13バーコード]]で表されている13桁ISBNの978-3-16-148410-0
| acronym       = ISBN
| start_date    = {{Start date | 1970}}
| organisation  = 国際ISBN機関
| digits        = 13桁 (かつては10桁)
| check_digit   = 加重和
| example       = 978-3-16-148410-0
| website       = {{URL|www.isbn-international.org}}
}}