Iz Vojne Enciklopedije
Ово је најновија верзија ове странице; нема одобрених измена.
Пређи на навигацију
Пређи на претрагу
{{{1}}}
This template is to help facilitate the displaying of variable names (in mathematics, computer source code, etc.) with the semantically correct <var>...</var>, which also renders the variable in italics, as is customary, and to do so in a serif font. This is specifically for the use of the characters "I" (upper-case i) and "l" (lower-case L), which in many sans-serif fonts can be difficult to distinguish. The template also very slightly adjusts the font size of the enclosed variable, to account for typical difference in x-height between non-fancy serif (e.g., Times and Times New Roman) and sans-serif (e.g. Arial and Helvetica) typefaces. The template should not be used generally, but only for "I" and "l", and perhaps other cases where a known visual ambiguity can be shown to exist in common sans-serif fonts for readers without acute vision. It is recommended to use {{var|1}} rather than {{varserif|1}} for "1" (numeral one), as it is usually more clearly distinguishable from "I" and "l" in sans-serif than serif fonts.
{{Varserif}} need not be used for variables that simply contain "I" or "l", only for cases in which readers are likely to be unable to distinguish them visually.
The {{varserif}} method is preferred to simply italicizing and using inline style to specify the font, for accessibility, content/presentation separation, semantic Web, and metadata reasons; XHTML's <var> element has semantic meaning, while simple font changes like italicizing does not.
Because the font styling in the template is done entirely with CSS, it has no effect at all upon content semantics, nor does it change the output for users of screen reader software.
Example:
{{varserif|I}}
outputs:
<var style="font-size:118%;font-family:serif;">I</var>
which renders as:
- I
- Comparisons
{{var|I}} = I
{{var|l}} = l
{{var|1}} = 1
{{varserif|I}} = I
{{varserif|l}} = l
{{varserif|1}} = 1
Please note that {{varserif}} is not a panacea; its treatment of the numeral "1" is easily mistaken for the letter "l" (lower-case "L") in many serif fonts.
- Recommended usage
{{varserif|I}} = I
{{varserif|l}} = l
{{var|1}} = 1
{{var|variable}} for any other variable
|
|---|
|
| Template | Example output | Use
| | {{strong}} | strong semantic emphasis | To indicate <strong> emphasis instead of (or as well as) simple typographical boldfacing.
| | {{strongbad}} | "Never use..." | Same as {{strong}} but in red.
| | {{stronggood}} | "Only use..." | Same as {{strong}} but in green.
| | {{em}} | mild semantic emphasis | As per {{strong}} but for the milder <em> emphasis (instead of / as well as typographical italicization).
| | {{var}} | strPrefix | To indicate text is a variable name. Use for any variable names except those including "I" (uppercase i) and/or "l" (lowercase L); for these, {{varserif}} should be used to ensure a noticeable distinction.
| | {{varserif}} | strIllustratePrefix | (see {{var}} above)
| | {{wikivar}} | {{DEFAULTSORT:Y, X}} | To display wikicode variables and magic words as they would appear in code.
| | {{para}} | |year=2008 | To display template parameters with or without values.
| | {{param}} | |title=alt | To display parameters as used in code (i.e. with triple braces), especially to indicate relationships between them. May be combined with {{para}} above.
| | {{tlx}} etc. | {{Template|1|2|...|10}} | To display a template call (with or without parameters and values) as code.
| | {{tag}} | "The <img>...</img> tags..." | To render HTML elements ("tags") as prose.
| | {{code}} | "Ensure the alt= parameter..." | To indicate text is source code. To nest other templates within {{code}}, use <code>...</code>.
| | {{subst:codenowiki}}
| <code><nowiki> code ... ...</nowiki></code>
| To wrap example code in <code> and nested <nowiki> tags.
| | {{syntaxhighlight}} | | ( or {{sxhl}} ) Wrapper for <syntaxhighlight>...</syntaxhighlight>, but will wrap overflowing text.
| | {{deprecated code}} | "Do not use <blink>." | ( or {{dc}} ) To indicate deprecated source code in template documentation, articles on HTML specs, etc. The {{dc2}} variant uses strike-through (<blink>) while {{dc|red{{=}}y}} uses red (<blink>).
| | {{pre}} | | For larger blocks of source code and other pre-formatted text.
| | {{bq}} | | For indented blocks of content, such as block quotations, examples, poems, etc.
| | {{kbd}} | user input | To indicate user input.
| | {{key press}} | CtrlX | To indicate specific-keystroke input.
| | {{PlayStation key press}} | × | To indicate PlayStation-style gamepad key presses.
| | {{samp}} | example output | To indicate sample or example output.
|
|