Wikipedia:Technical terms and definitions: Difference between revisions

Content deleted Content added
m Reverted edits by 59.167.65.87 (talk) to last version by ZabMilenko
The fact that some browsers render <cite> as italic does not mean it is a substitute for <i>! WP guidelines should not recommend outright abuse of [X]HTML markup.
Line 31:
<nowiki>; term : definition</nowiki>
 
Some other markups are available but risky. Examples are <tt>teletype</tt> (edited as <tt>&lt;tt&gt;teletype&lt;/tt&gt;</tt>), <u>underline</u> (edited as <tt>&lt;u&gt;underline&lt;/u&gt;</tt>), and ''italic'' (edited as <tt>&lt;i&gt;italic&lt;/i&gt;</tt> or <tt>&lt;cite&gt;italic&lt;/cite&gt;</tt>). But the teletype (monospace) tag does not usually produce text sufficiently different from the standard Wikipedia font to be useful; the underline tag can create confusion with links; and the HTML tags &lt;i&gt; and &lt;cite&gt; are not differentiated by most common browsers. The Wikipedia italic, described above and edited as <tt><nowiki>''</nowiki>italic<nowiki>''</nowiki></tt>, is preferable to the
HTML tagstag &lt;i&gt; and &lt;cite&gt;.
 
The markup "double-quoted" (edited as <tt>"double-quoted"</tt>) is not risky, but see the [[Wikipedia:Manual of Style]], subsection '''Punctuation''' for use of quotation marks.