Content deleted Content added
Jay D. Easy (talk | contribs) |
Document image_style |
||
(12 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: defaults to {{tlx|PAGENAMEBASE}}
; image: e.g. {{code|
; image_size {{nobold|(deprecated)}}: size in px
; image_caption: caption▼
;
; image_alt: see [[WP:ALT]]▼
; image_border: defaults to {{code|no}}
▲; image_alt: see [[WP:ALT]]
; image_class: CSS class applied to image and caption, can be {{code|skin-invert}} to invert the image in dark mode
; image_style: CSS style applied to the image and caption
▲; image_caption: caption
; subject: e.g. people, books
{{column}}
;
; acronym {{nobold|or}} initialism: if {{para|name}} uses full name
; organisation {{nobold|or}} organization: managing organisation▼
; start_date: use {{tlx|start date}} or {{tlx|start date and age}}▼
; number: number issued – should be cited in body of article
▲; start_date: use {{tlx|start date}}
▲; organisation: managing organisation
; digits: number of digits
; check_digit: [[check digit]], if used
Line 55 ⟶ 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 ===
Line 86 ⟶ 93:
|image_border = no
|image_caption = Example [[EAN-13|13-digit]] ISBN
|image_class = notheme
|image_style = background-color: #f8f9fa;
|initialism = ISBN
|organisation = International ISBN Agency
Line 93 ⟶ 102:
|example = {{ISBN|978-3-16-148410-0|plainlink=y}}
|website = {{URL|isbn-international.org}}
}}<syntaxhighlight lang="wikitext">
{{Infobox identifier
|name = International {{nowr|Standard Book Number}}
Line 99 ⟶ 108:
|image_border = no
|image_caption = Example [[EAN-13|13-digit]] ISBN
|image_class = notheme
|image_style = background-color: #f8f9fa;
|initialism = ISBN
|organisation = International ISBN Agency
Line 106 ⟶ 117:
|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>
|