Template:Uppercase/doc

From Wikisource
Jump to navigation Jump to search

Usage[edit]

This template styles text in uppercase.

  • Use {{uppercase|text}} for a single word or phrase.
    • The shortcut redirects {{UC}} and {{uc}} may be used.
  • Use {{uppercase block|block}} where an entire paragraph, section or block of text is to be made upper case.
    • The shortcut redirect {{ucb}} may be used.
    • Unlike {{uppercase}}, this template uses a block element, e.g. <div>. It should not be nested inside an inline element, e.g. <span>, or a template that produces such an element.

Note on proper usage[edit]

Do not use "{{uppercase|example}}" where the uppercase content "EXAMPLE" is required. Use it only where the required content is "example" but the required style in which it is to be rendered is uppercase. In particular, words that should be normally capitalised (e.g. proper nouns like names) should still be capitalised even if they are inside this template.

Because "{{uppercase|example}}" affects only the style and not the underlying content, it will be rendered as "EXAMPLE" by renderers that support styles, but it may be treated as "example" in other situations, such as case-sensitive text searches, copy-pasting of raw text, reading by screen-readers, etc.

An example of correct usage is in books where the first word of a chapter is capitalised for purely stylistic reasons; for example, Page:Watch and Ward (Boston, Houghton, Osgood and Company, 1878).djvu/8.

Code Displays Copy-pastes as
{{uc|Albert Einstein}} Albert Einstein Albert Einstein
{{uc|albert einstein}} albert einstein albert einstein

Example[edit]

{{Uppercase|uppercase}}d

uppercased

{{UC|uppercase}}d

uppercased

{{uc|uppercase}}d

uppercased

See also[edit]


No description.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
11

Text to be rendered as upper case.

Contentrequired