Difference between revisions of "Help:Participate"

From OutHistory
Jump to navigationJump to search
Line 1: Line 1:
 +
Any logged-on user can discuss articles or
 +
 +
 
You can <s>strike out deleted material</s>
 
You can <s>strike out deleted material</s>
 
and <u>underline new material</u>.
 
and <u>underline new material</u>.
Line 8: Line 11:
 
the old <s><del>physical</del></s> markup.
 
the old <s><del>physical</del></s> 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.
 
 
|
 
|
 
<pre><nowiki>
 
<pre><nowiki>
Line 49: Line 51:
 
</nowiki></pre>
 
</nowiki></pre>
 
|- valign="top"
 
|- valign="top"
|
+
|}
  
 
===Invisible text (comments)===
 
===Invisible text (comments)===

Revision as of 10:51, 30 July 2008

Any logged-on user can discuss articles or


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.


|

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. --->