Template:Smallcaps2/doc

From Second Life Wiki
Jump to navigation Jump to search

{{Smallcaps2}} will display the lowercase part of your text as a soft format of typographical "Wikipedia logo"small caps.
For example: {{smallcaps2|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 "Wikipedia logo"Manual of Style advises that small caps should be avoided and reduced to one of the other title cases or normal case and "Wikipedia logo"markup should be kept simple.

Smallcaps should not be used for the abbreviations BC, AD, BCE, CE, etc., per "Wikipedia logo"MOS:ERA, even though they are used in the examples below.

Usage

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.

Code
Your Text in 4004 {{Smallcaps2|BCE}}
Displayed
Your Text in 4004 BCE
Pasted
Your Text in 4004 BCE

Because it reduces the font size so that the capital letters marked up with the template are smaller than those of the running text, and makes the lower-case content smaller still, this template should only be used for acronyms or other material which is supposed to be capitalized regardless of style (e.g. Unicode character names). It is not intended for the use of small caps as a general typographic style, such as rendering family names in bibliographies in small caps to distinguish them from given names. For such cases, use {{Smallcaps}}.

Technical notes

  • "Wikipedia logo"Diacritics (å, ç, é, ğ, ı, ñ, ø, ş, ü, etc.) are handled. However, because the job is performed by each reader's browser and fonts, inconsistencies in "Wikipedia logo"CSS implementations can lead to some browsers not converting certain rare diacritics.
  • Use of this template does not generate any automatic categorization. As with most templates, if the argument contains an = 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.
  • There is a problem with "Wikipedia logo"dotted and dotless I. {{Lang|tr|{{Smallcaps2|ı i}}}} may gives you ı ı, although the language is set to Turkish, unless the font including localized glyphs for small caps variant.
  • Do not use this inside "Wikipedia logo"Citation Style 1 or "Wikipedia logo"Citation Style 2 templates, or this template's markup will be included in the COinS metadata. This means that "Wikipedia logo"reference management software such as "Wikipedia logo"Zotero will have entries corrupted by the markup. For example, if {{smallcaps}} is used to format the surname of Bloggs, Joe in {{cite journal}}, then Zotero will store the name as <span class="smallcaps smallcaps-smaller">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, like {{Cite LSA}}.
  • This template will not affect the use of HTML character entities like &nbsp;.
  • A potential alternative CSS approach, font-variant: small-caps; text-transform: lowercase;, has not been used because it forced transform all letters to be lowercase.

Suppressing small caps

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: body .mw-parser-output span.smallcaps { font-variant: normal; }

If you wish to avoid the size change: body .mw-parser-output span.smallcaps-smaller { font-size: inherit; }

Comparison of the case transformation templates

TemplateData

This is the "Wikipedia logo"TemplateData for this template used by TemplateWizard, "Wikipedia logo"VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.

TemplateData for Smallcaps2

{
	"params": {
		"1": {}
	}
}

See also