Difference between revisions of "Help:Participate"

From OutHistory
Jump to navigationJump to search
(New page: You can <s>strike out deleted material</s> and <u>underline new material</u>. You can also mark <del>deleted material</del> and <ins>inserted material</ins> using logical markup. For back...)
 
Line 50: Line 50:
 
|- valign="top"
 
|- valign="top"
 
|
 
|
 +
 +
===Invisible text (comments)===
 +
{{main|Wikipedia:Manual of Style#Invisible comments}}
 +
It's uncommon, but on occasion acceptable, to add a hidden comment within the text of an article.  <!--- This is an example of text that won't normally be visible except in "edit" mode. ---> The format is this:
 +
<nowiki><!--- This is an example of text that won't normally be visible except in "edit" mode. ---></nowiki>

Revision as of 10:39, 30 July 2008

You can strike out deleted material and underline new material.

You can also mark deleted material and inserted material using logical markup. For backwards compatibility better combine this potentially ignored new logical with the old physical markup.

  • When editing regular Wikipedia 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.

|

You can <s>strike out deleted material</s>
and <u>underline new material</u>.

You can also mark <del>deleted material</del> and
<ins>inserted material</ins> using logical markup.
For backwards compatibility better combine this
potentially ignored new <del>logical</del> with
the old <s><del>physical</del></s> markup.

|- valign="top" | Suppressing interpretation of markup:
Link → (''to'') the [[Wikipedia FAQ]]

  • Used to show literal data that would otherwise have special meaning.
  • Escape all wiki markup, including that which looks like HTML tags.
  • Does not escape HTML character references.
  • To escape HTML character references such as &rarr; use &amp;rarr;

|

<nowiki>Link &rarr; (''to'') 
the [[Wikipedia FAQ]]</nowiki>

|- valign="top" | Commenting page source:
not shown when viewing page

  • Used to leave comments in a page for future editors.
  • Note that most comments should go on the appropriate Talk page.

|

<!-- comment here -->

|- valign="top" |

Invisible text (comments)

Template:Main It's uncommon, but on occasion acceptable, to add a hidden comment within the text of an article. The format is this:

<!--- This is an example of text that won't normally be visible except in "edit" mode. --->