Content deleted Content added
Document image_style |
|||
(9 intermediate revisions by 9 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 ==
Line 36 ⟶ 39:
; 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
Line 64 ⟶ 69:
|digits = 16
|check_digit = MOD 11-2
|example =
|website = {{URL|orcid.org}}
}}<syntaxhighlight lang="wikitext">
{{Infobox identifier
|name = ORCID
Line 78 ⟶ 83:
|digits = 16
|check_digit = MOD 11-2
|example =
|website = {{URL|orcid.org}}
}}</
=== Name is full ===
Line 88 ⟶ 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 95 ⟶ 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 101 ⟶ 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 108 ⟶ 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]]
|