Help:Wiki markup examples: Difference between revisions

Content deleted Content added
TRANSWIKI: Copied from Meta:Help:Wiki markup examples.
TRANSWIKI: Copied from Meta:Help:Wiki markup examples.
Line 420:
</tr>
<tr valign=top>
<td>A typewriter font, sometimes used for
<tt>technical terms</tt> and <code>computer code</code>.
</td>
<td><pre><nowiki>A typewriter font, sometimes used for
<tt>technical terms</tt> and <code>computer code</code>.</nowiki></pre>
* For semantic reasons, using <code>&lt;code&gt;</code> where applicable is preferable to using <code>&lt;tt&gt;</code>.
</td><!-- tt is really 'teletype', not 'technical term' -->
</tr>
Line 435 ⟶ 437:
<tr valign="top"><td>You can <strike>strike out deleted material</strike>
and <u>underline new material</u>.
 
You can also mark <del>deleted material</del> and
<ins>inserted material</ins> using logical markup
rather than visual markup.
* When editing regular articles, just make your changes and do not mark them up in any special way.
* When editing your own previous remarks in talk pages, it is sometimes appropriate to mark up deleted or inserted material.
</td>
<td><pre><nowiki>You can <strike>strike out deleted material</strike>
and <u>underline new material</u>.</nowiki></pre>
 
You can also mark <del>deleted material</del> and
<ins>inserted material</ins> using logical markup
rather than visual markup.
</nowiki></pre>
</td>
</tr>
Line 865 ⟶ 878:
:Including the contents of another page into the current page.
<div style="border: 1pt dashed blue; background : grey; padding: 1em 1em;">
{{:Help:Transclusion Demo}}</div></td>
<td>
<pre><nowiki>{{</nowiki>:Help:Transclusion Demo<nowiki>}}</nowiki></pre></td>
</tr>