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
+
==Who Can Participate?==
  
 +
Any logged-on user can discuss articles or contribute to pages with a
  
 +
 +
==How Can I Participate?
 
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>.

Revision as of 10:53, 30 July 2008

Who Can Participate?

Any logged-on user can discuss articles or contribute to pages with a


==How Can I Participate? 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. --->