Zeroclanzhang(讨论 | 贡献) (创建页面,内容为“{{Documentation subpage}} {{Lua|Module:Infobox|Module:InfoboxImage}} == Usage == Infobox for identifiers (ISBN, ORCID, etc.) === Blank === <syntaxhighlight lang="wikitext"> {{Infobox identifier | name =Jacoba Jacqueline Hartnick | image = | image_size = | image_caption = | image_alt = | image_border = | full_name = | acronym = | number = | start_date = <!-- {{Start date|YYYY|MM|DD|df=y}} --> | or…”) |
Zeroclanzhang(讨论 | 贡献) 无编辑摘要 |
||
第1行: | 第1行: | ||
{{ | {{Infobox | ||
{{ | |child = {{lc:{{{child|{{{embed}}}}}}}} | ||
|title = {{{name|<includeonly>{{PAGENAMEBASE}}</includeonly>}}} | |||
== | |image = {{#invoke:InfoboxImage|InfoboxImage|sizedefault=frameless | ||
|image = {{{image|}}} | |||
|size = {{{image_size|}}} | |||
|upright = {{{image_upright|{{{upright|0.9}}}}}} | |||
|border = {{{image_border|yes}}} | |||
|alt = {{{image_alt}}}<!--end InfoboxImage-->}} | |||
|caption = {{{image_caption|}}} | |||
|labelstyle = width:6.5em; | |||
|label1 = Subject | |||
| data1 = {{{subject|}}} | |||
== | |label2 = Full name | ||
| data2 = {{{full_name|}}} | |||
|label3 = {{#if:{{{initialism|}}}|Initialism|Acronym}} | |||
| data3 = {{{initialism|{{{acronym|}}}}}} | |||
| | |||
| | |||
| | |||
}} | |||
|label4 = [[ISO 15511|Identifier]] | |||
| data4 = {{{identifier|}}} | |||
== | |label5 = {{#if:{{{organization|}}}|Organization|Organisation}} | ||
| data5 = {{{organization|{{{organisation|}}}}}} | |||
|label6 = Introduced | |||
| data6 = {{{start_date|}}} | |||
| | |||
| | |||
{{ | |||
|label7 = {{abbr|No.|Number}} issued | |||
| data7 = {{{number|}}} | |||
| | |||
| | |||
|label8 = {{abbr|No.|Number}} of digits | |||
| data8 = {{{digits|}}} | |||
[[ | |label9 = [[Check digit]] | ||
| data9 = {{{check_digit|}}} | |||
}}</ | |||
|label10 = Example | |||
| data10 = {{{example|}}} | |||
|label11 = Website | |||
| data11 = {{{website|}}} | |||
}}<noinclude> | |||
{{documentation}} | |||
</noinclude> |
2024年1月18日 (四) 13:43的最新版本
This template uses Lua: |
Usage
Infobox for identifiers (ISBN, ORCID, etc.)
Blank
{{Infobox identifier
| name =Jacoba Jacqueline Hartnick
| 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
- child or embed
- set to
yes
to embed - name
- defaults to
{{PAGENAMEBASE}}
- image
- e.g.
identifier_logo.svg
- image_size (deprecated)
- size in px
- image_upright
- defaults to
0.9
- image_border
- defaults to
no
- image_alt
- see WP:ALT
- image_caption
- caption
- subject
- e.g. people, books
- full_name
- if
|name=
uses acronym or initialism - acronym or initialism
- if
|name=
uses full name - organisation or organization
- managing organisation
- start_date
- use
{{start date}}
or{{start date and age}}
- number
- number issued – should be cited in body of article
- digits
- number of digits
- check_digit
- check digit, if used
- example
- an example
- website
- use
{{URL}}
Example
Name is acronym
文件:ORCID logo with tagline.svg | |
Full name | Open Researcher and Contributor ID |
---|---|
Organisation | ORCID, Inc. |
Introduced | 模板:Date and age |
No. issued | 6,236,148 |
No. of digits | 16 |
Check digit | MOD 11-2 |
Example | 0000-0001-5882-6823 |
Website | orcid |
{{Infobox identifier
|name = ORCID
|image = ORCID logo with tagline.svg
|image_border = no
|upright = 1.1
|full_name = Open Researcher and Contributor ID
|organisation = ORCID, Inc.
|start_date = {{date and age|2012|10|16|df=y}}
|number = 6,236,148
|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
Example 13-digit ISBN | |
Initialism | ISBN |
---|---|
Organisation | International ISBN Agency |
Introduced | 1970 |
No. of digits | 13 (formerly 10) |
Check digit | Weighted sum |
Example | 978-3-16-148410-0 |
Website | isbn-international |
{{Infobox identifier
|name = International {{nowr|Standard Book Number}}
|image = EAN-13-ISBN-13.svg
|image_border = no
|image_caption = Example [[EAN-13|13-digit]] ISBN
|initialism = ISBN
|organisation = International ISBN Agency
|start_date = {{start date|1970}}
|digits = 13 (formerly 10)
|check_digit = Weighted sum
|example = {{ISBN|978-3-16-148410-0|plainlink=y}}
|website = {{URL|isbn-international.org}}
}}