<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_identifier%2Fdoc</id>
	<title>Template:Infobox identifier/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_identifier%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Template:Infobox_identifier/doc&amp;action=history"/>
	<updated>2026-04-05T01:36:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://the-democratika.com/wiki/index.php?title=Template:Infobox_identifier/doc&amp;diff=8618&amp;oldid=prev</id>
		<title>&gt;Susko3: Document image_style</title>
		<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Template:Infobox_identifier/doc&amp;diff=8618&amp;oldid=prev"/>
		<updated>2024-11-26T00:23:17Z</updated>

		<summary type="html">&lt;p&gt;Document image_style&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{Lua|Module:Infobox|Module:InfoboxImage}}&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Infobox for identifiers ([[ISBN]], [[ORCID]], etc.)&lt;br /&gt;
&lt;br /&gt;
=== Blank ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox identifier&lt;br /&gt;
| name          = &lt;br /&gt;
| image         = &lt;br /&gt;
| image_size    = &lt;br /&gt;
| image_caption = &lt;br /&gt;
| image_alt     = &lt;br /&gt;
| image_border  = &lt;br /&gt;
| image_class   =&lt;br /&gt;
| image_style   =&lt;br /&gt;
| full_name     = &lt;br /&gt;
| acronym       = &lt;br /&gt;
| number        = &lt;br /&gt;
| start_date    = &amp;lt;!-- {{Start date|YYYY|MM|DD|df=y}} --&amp;gt;&lt;br /&gt;
| organisation  = &lt;br /&gt;
| digits        = &lt;br /&gt;
| check_digit   = &lt;br /&gt;
| example       = &lt;br /&gt;
| website       = &amp;lt;!-- {{URL|example.org}} --&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
{{columns-start|num=2}}&lt;br /&gt;
; child {{nobold|or}} embed: set to {{code|yes}} to embed&lt;br /&gt;
; name: defaults to {{tlx|PAGENAMEBASE}}&lt;br /&gt;
; image: e.g. {{code|identifier_logo.svg}}&lt;br /&gt;
; image_size {{nobold|(deprecated)}}: size in px&lt;br /&gt;
; image_upright: defaults to {{code|0.9}}&lt;br /&gt;
; image_border: defaults to {{code|no}}&lt;br /&gt;
; image_alt: see [[WP:ALT]]&lt;br /&gt;
; image_class: CSS class applied to image and caption, can be {{code|skin-invert}} to invert the image in dark mode&lt;br /&gt;
; image_style: CSS style applied to the image and caption&lt;br /&gt;
; image_caption: caption&lt;br /&gt;
; subject: e.g. people, books&lt;br /&gt;
{{column}}&lt;br /&gt;
; full_name: if {{para|name}} uses acronym or initialism&lt;br /&gt;
; acronym {{nobold|or}} initialism: if {{para|name}} uses full name&lt;br /&gt;
; organisation {{nobold|or}} organization: managing organisation&lt;br /&gt;
; start_date: use {{tlx|start date}} or {{tlx|start date and age}}&lt;br /&gt;
; number: number issued – should be cited in body of article&lt;br /&gt;
; digits: number of digits&lt;br /&gt;
; check_digit: [[check digit]], if used&lt;br /&gt;
; example: an example&lt;br /&gt;
; website: use {{tlx|URL}}&lt;br /&gt;
{{columns-end}}&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
=== Name is acronym ===&lt;br /&gt;
{{Infobox identifier&lt;br /&gt;
 |name         = ORCID&lt;br /&gt;
 |image        = ORCID logo with tagline.svg&lt;br /&gt;
 |image_border = no&lt;br /&gt;
 |upright      = 1.1&lt;br /&gt;
 |full_name    = Open Researcher and Contributor ID&lt;br /&gt;
 |organisation = ORCID, Inc.&lt;br /&gt;
 |start_date   = {{date and age|2012|10|16|df=y}}&lt;br /&gt;
 |number       = 6,236,148&lt;br /&gt;
 |digits       = 16&lt;br /&gt;
 |check_digit  = MOD 11-2&lt;br /&gt;
 |example      = [https://orcid.org/0000-0001-5882-6823 0000-0001-5882-6823]&lt;br /&gt;
 |website      = {{URL|orcid.org}}&lt;br /&gt;
}}&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox identifier&lt;br /&gt;
 |name         = ORCID&lt;br /&gt;
 |image        = ORCID logo with tagline.svg&lt;br /&gt;
 |image_border = no&lt;br /&gt;
 |upright      = 1.1&lt;br /&gt;
 |full_name    = Open Researcher and Contributor ID&lt;br /&gt;
 |organisation = ORCID, Inc.&lt;br /&gt;
 |start_date   = {{date and age|2012|10|16|df=y}}&lt;br /&gt;
 |number       = 6,236,148&lt;br /&gt;
 |digits       = 16&lt;br /&gt;
 |check_digit  = MOD 11-2&lt;br /&gt;
 |example      = [https://orcid.org/0000-0001-5882-6823 0000-0001-5882-6823]&lt;br /&gt;
 |website      = {{URL|orcid.org}}&lt;br /&gt;
}}&amp;lt;/syntaxhighlight&amp;gt;{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Name is full ===&lt;br /&gt;
{{Infobox identifier&lt;br /&gt;
 |name          = International {{nowr|Standard Book Number}}&lt;br /&gt;
 |image         = EAN-13-ISBN-13.svg&lt;br /&gt;
 |image_border  = no&lt;br /&gt;
 |image_caption = Example [[EAN-13|13-digit]] ISBN&lt;br /&gt;
 |image_class   = notheme&lt;br /&gt;
 |image_style   = background-color: #f8f9fa;&lt;br /&gt;
 |initialism    = ISBN&lt;br /&gt;
 |organisation  = International ISBN Agency&lt;br /&gt;
 |start_date    = {{start date|1970}}&lt;br /&gt;
 |digits        = 13 (formerly 10)&lt;br /&gt;
 |check_digit   = Weighted sum&lt;br /&gt;
 |example       = {{ISBN|978-3-16-148410-0|plainlink=y}}&lt;br /&gt;
 |website       = {{URL|isbn-international.org}}&lt;br /&gt;
}}&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox identifier&lt;br /&gt;
 |name          = International {{nowr|Standard Book Number}}&lt;br /&gt;
 |image         = EAN-13-ISBN-13.svg&lt;br /&gt;
 |image_border  = no&lt;br /&gt;
 |image_caption = Example [[EAN-13|13-digit]] ISBN&lt;br /&gt;
 |image_class   = notheme&lt;br /&gt;
 |image_style   = background-color: #f8f9fa;&lt;br /&gt;
 |initialism    = ISBN&lt;br /&gt;
 |organisation  = International ISBN Agency&lt;br /&gt;
 |start_date    = {{start date|1970}}&lt;br /&gt;
 |digits        = 13 (formerly 10)&lt;br /&gt;
 |check_digit   = Weighted sum&lt;br /&gt;
 |example       = {{ISBN|978-3-16-148410-0|plainlink=y}}&lt;br /&gt;
 |website       = {{URL|isbn-international.org}}&lt;br /&gt;
}}&amp;lt;/syntaxhighlight&amp;gt;{{-}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&lt;br /&gt;
[[Category:Computing infobox templates]]&lt;br /&gt;
[[Category:Embeddable templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>&gt;Susko3</name></author>
	</entry>
</feed>