Template:Var
{{{1}}}
This template uses material from the Wikipedia template Template:Var, which is released under the Creative Commons Attribution-ShareAlike 3.0 Unported License (view authors). | Error creating thumbnail: /bin/bash: rsvg-convert: command not found |
This template is to help facilitate the displaying of variable names (in mathematics, computer source code, wikimarkup, etc.) with the semantically correct var tags, which also renders the variable in italics, as is customary. This method is preferred to simply italicizing for many reasons, including accessibility, separation of presentation and content, semantic Web, and metadata; In XHTML and HTML, the var element has semantic meaning, while simple italicization does not. "Variable" in this sense may include arbitrary or unknown names or terms, example human input, arithmetical variables in equations, etc. This template (and the underlying XHTML) are generally not used if MediaWiki's math tags (or any other stand-alone mathematical markup) are being used.
- Example
-
{{var|username}}
outputs the following HTML:
- var
which renders as:
- username
Note that on the screen or in print, this renders as simple italicization, as does ''username''
(using pairs of apostrophes) or i (using HTML), yet it carries more semantic meaning than either of these methods.
At times, you may wish to use a serif font. This is especially true when attempting to render single-letter variables like "I" (upper-case "i") and "l" (lower-case "L"), since they are nearly indistinguishable (if at all). In such situations, use the {{varserif}}
template instead of {{var}}
, to make them more distinguishable, like these serif examples: Template:Varserif, Template:Varserif.
- More examples
The above documentation is transcluded from Template:Var/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |