Difference between revisions of "Help:Participate"

From OutHistory
Jump to navigationJump to search
Line 2: Line 2:
  
 
All users can comment on the site and network with others via the [[Talk:Main_Page|Discuss]] option on the Main Page top bar. All users can comment on a particular entry and network about it via the "Discuss” section of that entry.
 
All users can comment on the site and network with others via the [[Talk:Main_Page|Discuss]] option on the Main Page top bar. All users can comment on a particular entry and network about it via the "Discuss” section of that entry.
 +
  
 
As an experiment in history by the people, all logged on users with data, documents, citations, or skills to share can create entries, or edit, add to, and improve any entry except those with a named creator, or those closed to protect their content.
 
As an experiment in history by the people, all logged on users with data, documents, citations, or skills to share can create entries, or edit, add to, and improve any entry except those with a named creator, or those closed to protect their content.
Line 8: Line 9:
 
==How Can I Participate?==
 
==How Can I Participate?==
  
In addition to [[Help:Create_an_Entry|  creating your own entries]]
+
In addition to [[Help:Create_an_Entry|  creating your own entries]], you can supplement or edit existing unprotected entries.
You can <s>strike out deleted material</s>
+
 
and <u>underline new material</u>.
+
To strike out deleted material add the tags <nowiki><s> and </s></nowiki> around the words you'd like to strike out. For example:
 +
 
 +
<nowiki><s>this material is incorrect</s></nowiki>
  
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.
 
  
 +
Which will appear like this on the web page:
  
|
+
<s>this material is incorrect</s>
<pre><nowiki>
+
 
You can <s>strike out deleted material</s>
+
 
and <u>underline new material</u>.
+
You can underline new material by putting the tags <nowiki><u> and </u></nowiki> around the new text like this:
 +
 
 +
<nowiki><u>underline new material</u></nowiki>
 +
 
 +
 
 +
Which shows up like this on the web page:
 +
 
 +
<u>underline new material</u>
 +
 
 +
 
 +
===Commenting page source===
  
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.
 
</nowiki></pre>
 
|- valign="top"
 
|
 
'''Suppressing interpretation of markup:'''
 
<br/>
 
<nowiki>Link &rarr; (''to'') the [[Wikipedia FAQ]]</nowiki>
 
* 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 <tt>&amp;rarr;</tt> use <tt>&amp;amp;rarr;</tt>
 
|
 
<br/>
 
<pre><nowiki>
 
&lt;nowiki>Link &amp;rarr; (''to'')
 
the [[Wikipedia FAQ]]&lt;/nowiki>
 
</nowiki></pre>
 
|- valign="top"
 
|
 
'''Commenting page source:'''
 
 
<br/>
 
<br/>
 
''not shown when viewing page''
 
''not shown when viewing page''
Line 57: Line 42:
 
&lt;!-- comment here -->
 
&lt;!-- comment here -->
 
</nowiki></pre>
 
</nowiki></pre>
|- valign="top"
+
 
|}
 
  
 
===Invisible text (comments)===
 
===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:
+
It's uncommon, but on occasion acceptable, to add a hidden comment within the text of an article by typing this:
 +
 
  <nowiki><!--- This is an example of text that won't normally be visible except in "edit" mode. ---></nowiki>
 
  <nowiki><!--- This is an example of text that won't normally be visible except in "edit" mode. ---></nowiki>
 +
 +
 +
To see this example on the web page you must go to edit mode:
 +
 +
<!--- This is an example of text that won't normally be visible except in "edit" mode. --->

Revision as of 11:21, 30 July 2008

Who Can Participate?

All users can comment on the site and network with others via the Discuss option on the Main Page top bar. All users can comment on a particular entry and network about it via the "Discuss” section of that entry.


As an experiment in history by the people, all logged on users with data, documents, citations, or skills to share can create entries, or edit, add to, and improve any entry except those with a named creator, or those closed to protect their content.


How Can I Participate?

In addition to creating your own entries, you can supplement or edit existing unprotected entries.

To strike out deleted material add the tags <s> and </s> around the words you'd like to strike out. For example:

<s>this material is incorrect</s>


Which will appear like this on the web page:

this material is incorrect


You can underline new material by putting the tags <u> and </u> around the new text like this:

<u>underline new material</u>


Which shows up like this on the web page:

underline new material


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


Invisible text (comments)

It's uncommon, but on occasion acceptable, to add a hidden comment within the text of an article by typing this:

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


To see this example on the web page you must go to edit mode: