{{{1}}}
This template is used on approximately 18,000 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them.
Preview message: Transclusion count updated automatically (see documentation). |
This template uses TemplateStyles: |
{{Smallcaps}}
will display the lowercase part of most text as a soft format of typographical small caps.
For example: {{Smallcaps|Beware of Dog}}
→ Beware of Dog.
The template works for most scripts that have casing, with the exception of half of the Greek alphabet (namely the unaccented letters α β γ δ θ λ μ ρ σ (but not ς) φ χ ω). In addition, the accents in Greek ΐ ΰ are badly placed: ΐ ΰ.
This template should be avoided or used sparingly in articles, as the Manual of Style advises that small caps should be avoided and reduced to one of the other title cases or normal case, and that markup should be kept simple.
Smallcaps should not be used for the abbreviations BC, AD, BCE, CE, etc., per MOS:ERA, even though they are used in the examples below.
For display of acronyms/initialisms in small caps, use {{Smallcaps2}}
(a.k.a. {{sc2}}
) instead.
This template should not be used in citation templates such as Citation Style 1 and Citation Style 2, because it includes markup that will pollute the COinS metadata they produce; see Wikipedia:COinS. |
Your source text is not altered in the output, only the way it is displayed on the screen: a copy-paste of the text will give the small caps sections in their original form; similarly, an older or non-CSS browser will only display the original text on screen.
{{Smallcaps|Utada}} Hikaru
This template is therefore intended for the use of caps as a typographic style, such as rendering family names in bibliographies in small caps to distinguish them from given names. It should not be used for acronyms or abbreviations which are supposed to be capitalized regardless of style. For such cases, use {{Smallcaps2}}.
As of February 2016,[update] this template cannot be used in citation templates like {{Cite journal}}
to small-cap author names or titles of works in citation styles that call for such typography. See "Notes", below for details.
=
sign, the sign should be replaced with {{=}}, or the whole argument be prefixed with |1=
. And for wikilinks, you need to use piping. There is a parsing problem with MediaWiki which causes unexpected behavior when a template with one style is used within a template with another style.{{Lang|tr|{{Smallcaps|ı i}}}}
may gives you ı ı, although the language is set to Turkish, unless the font including localized glyphs for small caps variant.<span style="font-variant:small-caps;">Bloggs</span>, Joe
. This is incorrect metadata. If the article that you are editing uses a citation style that includes small caps, either format the citation manually (see examples below) or use a citation template that specifically includes small caps in its formatting.
.font-variant: small-caps
.font-variant: small-caps; text-transform: lowercase;
, has not been used because it is implemented inconsistently in browsers: it copy-pastes as the original text in Firefox, but as the altered text in Chrome, Safari, Opera, and text-only browsers.If you wish to suppress the display of small caps in your browser, as a logged-in user, you can make an edit to your common.css reading:
span.smallcaps { font-variant-caps: normal !important; }
Code | Display (screen) | |
---|---|---|
{{Smallcaps|The ''Name'' of the 2nd Game}} | The Name of the 2nd Game | |
Leonardo {{Smallcaps|DiCaprio}} (born 1974) | Leonardo DiCaprio (born 1974) | |
José {{Smallcaps|Álvarez de Toledo y Gonzaga}} | José Álvarez de Toledo y Gonzaga | |
{{Smallcaps|Nesbø, Vågen, Louÿs, Zúñiga, Kabaağaçlı}} | Nesbø, Vågen, Louÿs, Zúñiga, Kabaağaçlı | |
When your text uses an = sign: | ||
{{Smallcaps|You and Me = Us}} | {{{1}}} | |
{{Smallcaps|You and Me = Us}} | You and Me = Us | |
{{Smallcaps|You and Me {{=}} Us}} | You and Me = Us | |
{{Smallcaps|1=You and Me = Us}} | You and Me = Us | |
When your text uses a template: | ||
in {{Smallcaps|Fiddler's {{Green{{!}}Green}}}} forever | Green}} forever | |
in {{Smallcaps|1=Fiddler's {{Green|Green}}}} forever | in Fiddler's Green forever | |
in {{Smallcaps|Fiddler's {{Green|Green}}}} forever | in Fiddler's Green forever | |
{{Green|1=in {{Smallcaps|Fiddler's Green}} forever}} | in Fiddler's Green forever | |
{{Colors|green|yellow|3=in {{Smallcaps|Fiddler's Green}} forever}} | in Fiddler's Green forever | |
When your text uses a | pipe, use | as you would need to do in any template parameter value: | ||
{{Smallcaps|Before|afteR}} | Before|afteR | |
When your text uses a link:[Table 1] | ||
[[{{Smallcaps|Mao}} Zedong]] | [[Mao Zedong]] | |
[[Mao Zedong|{{Smallcaps|Mao}} Zedong]] | Mao Zedong |
{{smallcaps}}
on the page outside links.
Note that most of these uses are not sanctioned by the WP:Manual of Style and should be avoided in article prose.
Small caps are useful for encyclopedic and typographical uses including:
Note that this template should not be used inside CS1 or CS2 citation templates, such as {{cite book}} or {{citation}}; see #Notes above for details and alternatives.
Template | Shortcut | Purpose | Example | Output | Copy-pastes as |
---|---|---|---|---|---|
{{Smallcaps}} | {{sc1}} {{SC}} |
No conversion, small-caps display, mixed case. No font size change (acronyms are unaffected). Common mixed-case heading style (not in Wikipedia). Uses: Rendering publication titles in citation styles that require them in small-caps. |
{{sc1|UNICEF}} and 312 {{sc1|BCE}}
|
UNICEF and 312 BCE Mixed Case |
UNICEF and 312 BCE Mixed Case |
{{Smallcaps2}} | {{sc2}} | No conversion, small-caps display, mixed case. Slightly reduced font size. This is the conventional display of smallcaps for acronyms/initialisms in modern book typography. Other uses: Unicode character names. |
{{sc2|UNICEF}} and 312 {{sc2|BCE}}
|
UNICEF and 312 BCE Mixed Case |
UNICEF and 312 BCE Mixed Case |
{{Smallcaps all}} | {{sc}} | Lowercase conversion, small-caps display, all uppercase. The size of lowercase letters. Uses: Stressed syllables (in {{Respell}}); and ???. Warning: Default use will permanently change UPPER- or Mixed-Case data, does not work consistently across different browsers, and is not compatible with named HTML character entities. |
{{sc|UNICEF}} and 312 {{sc|BCE}}
|
UNICEF and 312 BCE MIXED CASE |
unicef and 312 bce mixed case (in many browsers) |
{{Allcaps}} | {{caps}} | No conversion, all-caps display. The size of uppercase letters. Uses: ???. |
{{caps|UNICEF}} and 312 {{caps|BCE}}
|
UNICEF and 312 BCE Mixed Case |
UNICEF and 312 BCE Mixed Case |
{{Nocaps}} | No conversion, all-lowercase display. The size of lowercase letters. Uses: ???. |
{{nocaps|UNICEF}} and 312 {{nocaps|BCE}}
|
UNICEF and 312 BCE Mixed Case |
UNICEF and 312 BCE Mixed Case |
TemplateData for Smallcaps
Displays the lowercase part of inputted text as small caps
Parameter | Description | Type | Status | |
---|---|---|---|---|
Text | 1 | Text to be rendered in small caps | String | required |