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 215:
[[official position]]
(or [[Official position]]s).</nowiki></pre>
|-
|
;Basic + [[Help:Editing#Text_formatting_--_controlling_how_it_looks|Text formatting]]
You can also ''italicize''/etc. links: e.g., ''[[Wikipedia]]''.
|<pre><nowiki> ''[[Wikipedia]]'' </nowiki></pre>
|-
|
Line 265 ⟶ 270:
|
;Link to yourself
You should "sign" your comments on [[Help:Talk page|talk pagespage]]s:
: Your user name: [[User:Karl Wick|Karl Wick]]
: Or your user name plus date/time: [[User:Karl Wick|Karl Wick]] 08:10 Oct 5, 2002 (UTC)
: Five tildes gives the date/time alone: 08:10 Oct 5, 2002 (UTC)
The server will fill in the link after you save.
|<pre><nowiki>You should "sign" your comments on talk pages:
: Your user name: ~~~
: Or your user name plus date/time: ~~~~
: Five tildes gives the date/time alone: ~~~~~
</nowiki></pre>
|-
Line 385 ⟶ 392:
''Emphasize'' (italics), '''strongly''' (bold), '''''very strongly''''' (bold italics).
(These are double and triple apostrophes, not double quotes.)
 
<small>Note: this can also be applied to links (e.g., ''[[Wikipedia]]'').</small>
</td>
<td valign="bottom">
<pre><nowiki>''Emphasize'', '''strongly''',
'''''very strongly'''''.

''[[Wikipedia]]''
</nowiki></pre>
</td>
</tr>