Difference between revisions of "Help:Quick guide to editing"
Conor Kenny (talk | contribs) m (SourceWatch:Basics of contributing moved to Help:Quick guide to editing: Part of moving articles to the "help" namespace. Took the opportunity to rename the article.) |
Conor Kenny (talk | contribs) (SW: saving work) |
||
Line 1: | Line 1: | ||
− | This page provides basic instructions for editing on '''[[SourceWatch]]''' and '''[[Congresspedia]]'''. Before you can edit, you'll need to quickly [http://www.sourcewatch.org/index.php?title=Special:Remotereg&returnto= | + | This page provides basic instructions for editing on '''[[SourceWatch]]''' and '''[[Congresspedia]]'''. Before you can edit, you'll need to quickly [http://www.sourcewatch.org/index.php?title=Special:Remotereg&returnto=Help:Quick_guide_to_editing register] with a valid email address, which is done to deter spammers and vandals. |
− | == | + | ==Editing cheatsheet== |
+ | <div align="center"> | ||
+ | ''See [[SourceWatch:How to edit a page]] for more detailed explanations and advanced syntax.'' | ||
+ | {| style="border:1px solid #98400E; text-align:left; background:#ffffff" | ||
+ | |-<!--COLUMN HEADINGS--> | ||
+ | | width="25%" style="background: #F1C9AF; padding: 0.3em; text-align:center;"|'''Description''' | ||
+ | | style="background: #F1C9AF; padding: 0.3em; text-align:center;"|'''You type''' | ||
+ | | width="25%" style="background: #F1C9AF; padding: 0.3em; text-align:center;"|'''You get''' | ||
+ | |-<!--1ST HEADING--> | ||
+ | | colspan="3" style="background: #F1C9AF; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies anywhere | ||
+ | |-<!--1ST ROW 1ST COLUMN--> | ||
+ | |Italicise text | ||
+ | |<!--2ND COLUMN--> | ||
+ | <tt><nowiki>''italic''</nowiki></tt> | ||
+ | |<!--3RD COLUMN--> | ||
+ | ''italic'' | ||
+ | |-<!--HORIZONTAL LINE--> | ||
+ | |colspan="3" style="border-top:1px solid #F1C9AF;"| | ||
+ | |-<!--2ND ROW 1ST COLUMN--> | ||
+ | |Bold text | ||
+ | | | ||
+ | <tt><nowiki>'''bold'''</nowiki></tt> | ||
+ | | | ||
+ | '''bold''' | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |Bold and italic | ||
+ | | | ||
+ | <tt><nowiki>'''''bold & italic'''''</nowiki></tt> | ||
+ | | | ||
+ | '''''bold & italic''''' | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |Internal link<br /> | ||
+ | (within Wikipedia) | ||
+ | | | ||
+ | <tt><nowiki>[[name of page]]</nowiki></tt><br /> | ||
+ | <tt><nowiki>[[name of page|display text]]</nowiki></tt><br /> | ||
+ | | | ||
+ | [[name of page]]<br /> | ||
+ | [[name of page|display text]]<br /> | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |Redirect to another page | ||
+ | | | ||
+ | <tt><nowiki>#redirect [[Target page]]</nowiki></tt> | ||
+ | | | ||
+ | 1. redirect [[Target page]] | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | |External link<br /> | ||
+ | (to other websites) | ||
+ | | | ||
+ | <tt><nowiki>[http://www.example.org]</nowiki></tt><br /> | ||
+ | <tt><nowiki>[http://www.example.org display text]</nowiki></tt><br /> | ||
+ | <tt><nowiki>http://www.example.org</nowiki></tt> | ||
+ | | | ||
+ | [http://www.example.org]<br /> | ||
+ | [http://www.example.org display text]<br /> | ||
+ | http://www.example.org | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
+ | |- | ||
+ | | | ||
+ | Sign your posts <br /> | ||
+ | on talk pages | ||
+ | | | ||
+ | <nowiki>~~~~</nowiki> | ||
+ | | | ||
+ | [[User:Username|Username]] {{CURRENTTIME}}, <br /> | ||
+ | {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC) | ||
+ | |-<!--2ND HEADING--> | ||
+ | | colspan="3" style="background: #F1C9AF; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies only at the beginning of the line | ||
+ | |- | ||
+ | |Headings<br /> | ||
+ | of different sizes | ||
+ | | | ||
+ | <tt><nowiki>== Level 1 ==</nowiki></tt><br /> | ||
+ | <tt><nowiki>=== Level 2 ===</nowiki></tt><br /> | ||
+ | <tt><nowiki>==== Level 3 ====</nowiki></tt><br /> | ||
+ | <tt><nowiki>===== Level 4 =====</nowiki></tt><br /> | ||
+ | <tt><nowiki>====== Level 5 ======</nowiki></tt> | ||
+ | | | ||
+ | == Level 1 == | ||
+ | === Level 2 === | ||
+ | ==== Level 3 ==== | ||
+ | ===== Level 4 ===== | ||
+ | ====== Level 5 ====== | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #F1C9AF;"| | ||
+ | |- | ||
+ | |Bullet list | ||
+ | | | ||
+ | <tt>* one</tt><br /> | ||
+ | <tt>* two</tt><br /> | ||
+ | <tt>** two point one</tt><br /> | ||
+ | <tt>* three</tt> | ||
+ | | | ||
+ | * one | ||
+ | * two | ||
+ | ** two point one | ||
+ | * three | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #F1C9AF;"| | ||
+ | |- | ||
+ | |Numbered list | ||
+ | | | ||
+ | <tt># one</tt><br /> | ||
+ | <tt># two</tt><br /> | ||
+ | <tt>## two point one</tt><br /> | ||
+ | <tt># three</tt> | ||
+ | | | ||
+ | # one | ||
+ | # two | ||
+ | ## two point one | ||
+ | # three | ||
+ | |- | ||
+ | |colspan="3" style="border-top:1px solid #F1C9AF;"| | ||
+ | |- | ||
+ | |Thumbnail image | ||
+ | | | ||
+ | <nowiki>[[Image:Sourcewatch.png|thumb|Caption text]]</nowiki> | ||
+ | | | ||
+ | [[Image:Sourcewatch.png|thumb|Caption text]] | ||
+ | |} | ||
+ | </div> | ||
− | + | ==Sourcing an article== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Each outside source used to cite information added to the site must be added to the Articles and Resources section at the bottom of each page. If you were to add a link to a resource such as THOMAS, you would enter: | Each outside source used to cite information added to the site must be added to the Articles and Resources section at the bottom of each page. If you were to add a link to a resource such as THOMAS, you would enter: | ||
Line 58: | Line 164: | ||
At the bottom of the edit window, you will see options for "Save page" and "Show preview." It is always best to preview your work and make sure it looks the way it should before saving the page. Until the page is saved, none of your changes will be visible to site visitors. | At the bottom of the edit window, you will see options for "Save page" and "Show preview." It is always best to preview your work and make sure it looks the way it should before saving the page. Until the page is saved, none of your changes will be visible to site visitors. | ||
− | [[Category:SourceWatch Help]] | + | [[Category:SourceWatch Help]] [[Category:Congresspedia help]] |
+ | __NOTOC__ __NOEDITSECTION__ |
Revision as of 17:52, 19 February 2007
This page provides basic instructions for editing on SourceWatch and Congresspedia. Before you can edit, you'll need to quickly register with a valid email address, which is done to deter spammers and vandals.
Editing cheatsheet
See SourceWatch:How to edit a page for more detailed explanations and advanced syntax.
Description | You type | You get |
Applies anywhere | ||
Italicise text |
''italic'' |
italic |
Bold text |
'''bold''' |
bold |
Bold and italic |
'''''bold & italic''''' |
bold & italic |
Internal link (within Wikipedia) |
[[name of page]] |
|
Redirect to another page |
#redirect [[Target page]] |
1. redirect Target page |
External link (to other websites) |
[http://www.example.org] |
|
Sign your posts |
~~~~ |
Username 06:59, |
Applies only at the beginning of the line | ||
Headings of different sizes |
== Level 1 == |
Level 1Level 2Level 3Level 4Level 5 |
Bullet list |
* one |
|
Numbered list |
# one |
|
Thumbnail image |
[[Image:Sourcewatch.png|thumb|Caption text]] |
Sourcing an article
Each outside source used to cite information added to the site must be added to the Articles and Resources section at the bottom of each page. If you were to add a link to a resource such as THOMAS, you would enter:
*[http://thomas.loc.gov THOMAS]
The star preceding the text will create a bullet point before the source. As is indicated in the example, follow the URL with the name of the resource (the text you wish to be visible). In this particular example, the text will read:
When adding a new article to the articles section, the following information is necessary:
- Name of the author
- URL of the site where the information was taken
- Name of the article
- Name of the source
- Date the information was published
The following is an example of how a citation should be entered:
*Jonathan Weisman, [http://www.washingtonpost.com/wp-dyn/content/article/2006/05/17/AR2006051701779.html "Ethics Panel Starts 3 Probes,"] ''Washington Post,'' May 18, 2006.
Note: The two apostrophes before and after Washington Post italicize the text. This can also be done in the editing window by highlighting the text you wish to italicize and clicking the italics logo at the top of the window. If you wish to bold text, you can either add 3 apostrophes before and after the appropriate text, or highlight the text and click the bold logo at the top of the editing window.
Entering the above text/code will make the following citation appear:
- Jonathan Weisman, “Ethics Panel Starts 3 Probes,” Washington Post, May 18, 2006.
Remember to preview
At the bottom of the edit window, you will see options for "Save page" and "Show preview." It is always best to preview your work and make sure it looks the way it should before saving the page. Until the page is saved, none of your changes will be visible to site visitors.