Template:Em

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

{{{1}}}

Template documentationview · edit · history · purge ]
This documentation is transcluded from Template:Em/doc.


Purpose[edit]

The {{em}} and {{strong}} templates makes it faster and easier to apply HTML's ‎<em>...‎</em> emphasis and ‎<strong>...‎</strong> strong emphasis markup (respectively) to text, and more importantly to indicate to human and bot editors they should not use ''...'' or ‎<i>...‎</i> typographic italicization, or '''...''' or ‎<b>...‎</b> typographical boldfacing (respectively) to replace the intentional and semantically meaningful ‎<em> or ‎<strong>. Emphasis is usually rendered visually in an italic (oblique a.k.a. slanted) typeface by default on graphical browsers, and strong emphasis by boldface, but can be parsed and acted upon in customizable ways with style sheets, apps, and text-to-speech screen readers. It is said to be semantic markup, i.e. markup that conveys meaning or context, not just visual appearance.

Simple italicizing and boldfacing is purely typographic and is semantically meaningless. Non-semantic italics are most often used for titles of publications (books, films, albums, etc.), foreign words and phrases, words as words (when quotation marks are not used for that purpose), names of ships, scientific names of organisms and other cases where stylistic conventions demand italics, but they convey no sense of emphasis. Similarly, non-semantic boldface is conventionally used for things like section headings, table headers, and other circumstances where a thicker font is desired, without indicating that anything is being contextually stressed (like the word "stressed" in this sentence). The average reader, and average editor, do not and need not care about this distinction most of the time, but it can be important and editors who understand it can use this template as a baseline insurance against accidental or careless replacement by bots and human editors.

Usage[edit]

{{em|text to be emphasized}}

or, if the text to be emphasized contains an equals sign:

{{em|1=text to be emphasized}}

These both render as:

text to be emphasized

This template puts intentional and explicit ‎<em>...‎</em> (emphasis) [X]HTML markup around the text provided as the first parameter. It is safest to always use the |1= syntax.

The {{strong}} version of the template works the same way.

Optional parameters[edit]

Advanced HTML values can be passed through the template to the HTML code:

  • |role= takes a WAI-ARIA role; adds role="rolename" to the HTML code
  • |class= takes a class name (or multiple class names, separated by spaces); adds class="classname[s]" to the HTML code
  • |style= takes inline CSS input; adds style="CSS directive[s]" to the HTML code
  • |id= takes a valid, unique HTML id (must begin with an alphabetic letter); adds id="name" to the HTML code
  • |title= takes text, which cannot be marked up in any way, and displays it as a pop-up "tooltip" (in most browsers) when the cursor hovers over the span

Use cases[edit]

This template is made to mildly emphasize (or in the case of {{strong}} more strongly emphasize) an important word or phrase in a passage, in a way that is (unlike simply italicizing or bolding it) semantically meaningful markup. With this technique, the emphasized text stands out from the rest of the nearby text in most if not all visual browsers and some text-to-speech screen readers (which usually ignore purely typographic italicization), without strongly affecting scannability. It can also be parsed by user agents and other software as definitively indicating emphasis, not just some typographic boldface effect for appearance's sake. It should therefore only be used sparingly in articles, to highlight something being stressed (e.g., to represent strong vocal emphasis). Example:

  • "Contrary to reports, she was {{em|not}} dead after all."
    "Contrary to reports, she was not dead after all."

{{Em}} is also occasionally used for disambiguation, e.g. between two adjacent but different uses of the same word or homonym ("What it is is a kind of custard."), but this usage is not often encyclopedic and can (when not found in a direct quotation) usually be rewritten to avoid the awkward construction.

{{Strong}} emphasis should be used even more sparingly, and on this site is primarily for use in user space and in internal notices/warnings.

When this template should not be used[edit]

Because {{em}} and {{strong}} are strictly for semantic (meaningful) emphasis, they should not be used for layout, typography conventions (titles, foreign words, headings, etc.), and other cases that are not true emphasis. In these different cases, italics wikicode ''...'' (which resolves to ‎<i>...‎</i> in the browser or other user agent; similarly with '''...''' and ‎<b>...‎</b>) should be used instead (or special markup for a particular case, such as {{var|...}} or ‎<var>...‎</var> for variables in computer science and mathematics – also usually rendered as italic in graphical browsers). The templates should also not be used when the text to which one would be applied is already italicized/boldfaced for some other reason (e.g., it is part of a italic book title or is a boldfaced table header). In cases where emphasis is needed within such a context, {{strong}} inside the italic passage, or {{em}} inside the boldfaced one. Usually avoid using either template in non-quoted sentences that end in an exclamation point, which is already emphasis enough. And it is usually excessive to use either template on terms that are already wikilinked, since the link markup acts as a form of emphasis itself.

  • "The New York Times is an American daily newspaper." This example should use ''The New York Times'' – just plain italics.