Content deleted Content added
Jay D. Easy (talk | contribs) |
Document image_style |
||
(14 intermediate revisions by 10 users not shown) | |||
Line 1:
{{Documentation subpage}}
{{Lua|Module:Infobox|Module:InfoboxImage}}
== Usage ==
Line 7 ⟶ 8:
=== Blank ===
<syntaxhighlight lang="wikitext">
{{Infobox identifier
| name =
Line 15 ⟶ 16:
| image_alt =
| image_border =
| image_class =
| image_style =
| full_name =
| acronym =
Line 25 ⟶ 28:
| website = <!-- {{URL|example.org}} -->
}}
</syntaxhighlight>
== Parameters ==
{{columns-start|num=2}}
; child {{nobold|or}} embed: set to {{code|yes}} to embed
; name
; image: e.g. {{code|identifier_logo.svg}}
; image_caption : Caption▼
; image_size {{nobold|(deprecated)}}:
; image_upright: defaults to {{code|0.9}}
; image_alt : see [[WP:ALT]]▼
; image_border
; subject : What does the identifier identify? e.g. people, books.▼
; image_class: CSS class applied to image and caption, can be {{code|skin-invert}} to invert the image in dark mode
; full_name : If {{Para|name}} uses acronym▼
; image_style: CSS style applied to the image and caption
; acronym : If {{Para|name}} uses full name▼
; number : Number issued - should be cited in body of article▼
{{column}}
; organisation : Managing organisation▼
; digits : Number of digits (or "Variable")▼
; check_digit : Type of [[Check digit]], if used▼
; example : An example▼
; start_date: use {{tlx|start date}} or {{tlx|start date and age}}
; website : Use {{tl|URL}}▼
{{columns-end}}
== Example ==
Line 53 ⟶ 62:
|image = ORCID logo with tagline.svg
|image_border = no
|upright = 1.1
|full_name = Open Researcher |number = > 1,500,000▼
|start_date = {{start date|2012|10|16|df=y}}▼
|organisation = ORCID, Inc.
|digits = 16
|check_digit = MOD 11-2
|example =
|website = {{URL|orcid.org}}
}}<syntaxhighlight lang="wikitext">
{{Infobox identifier
|name = ORCID
|image = ORCID logo with tagline.svg
|image_border = no
|upright = 1.1
|full_name = Open Researcher |number = > 1,500,000▼
|start_date = {{start date|2012|10|16|df=y}}▼
|organisation = ORCID, Inc.
|digits = 16
|check_digit = MOD 11-2
|example =
|website = {{URL|orcid.org}}
}}</
=== Name is full ===
{{Infobox identifier
|name =
|image = EAN-13-ISBN-13.svg
|image_border = no
|image_caption =
|image_class = notheme
|image_style = background-color: #f8f9fa;
|
|organisation = International ISBN Agency▼
|start_date = {{start date|1970}}
▲ |organisation = International ISBN Agency
|digits = 13 (formerly 10)
|check_digit = Weighted sum
|example = {{ISBN|978-3-16-148410-0|plainlink=y}}
|website = {{URL|isbn-international.org}}
}}<syntaxhighlight lang="wikitext">
{{Infobox identifier
|name =
|image = EAN-13-ISBN-13.svg
|image_border = no
|image_caption =
|image_class = notheme
|image_style = background-color: #f8f9fa;
|
|organisation = International ISBN Agency▼
|start_date = {{start date|1970}}
▲ |organisation = International ISBN Agency
|digits = 13 (formerly 10)
|check_digit = Weighted sum
|example = {{ISBN|978-3-16-148410-0|plainlink=y}}
|website = {{URL|isbn-international.org}}
}}</
<includeonly>{{Sandbox other||▼
▲<includeonly>
[[Category:Computing infobox templates]]
[[Category:Embeddable templates]]
}}</includeonly>
|