Edit Pages
From SNPedia
					
How to Edit a Page[edit]
- Navigate to the page you wish to edit
 - Click on the 'edit' tab
 - Make changes to the text
 - Click on 'Show preview' to see the new page
 - Enter a brief description of the changes in the 'Summary' textbox
 - Click on 'Save page' to save your changes, and enter the two terms in the Captcha box.
 
Simple Wikitext[edit]
| Description | Syntax | Example | 
|---|---|---|
| Bold text | '''bold''' | bold | 
| Italicized text | ''Italicized'' | Italicized text | 
| Bold and Italicized text | ''''bold and italicized'''' | bold and italicized | 
| Headings
 Level 1 Level 2 Level 3  | 
 ==Level 1== ===Level 2=== ====Level 3====  | 
Level 1[edit]Level 2[edit]Level 3[edit] | 
| Bullet list | * list 1
 * list 2 ** list 2.1 * list 3  | 
  | 
| Numbered list | # list 1
 # list 2 ## list 2.1 # list 3  | 
  | 
| Description | Syntax | Example | 
|---|---|---|
| Internal Links (Pages within the SNPedia wiki) | [[page name]]
 [[page name|display text]]  | 
page name | 
| External Links (Pages outside of the SNPedia wiki) | http://www.SNPedia.com
 [http://www.SNPedia.com] [http://www.SNPedia.com SNPedia Home Page]  | 
http://www.SNPedia.com | 
See the Help:Editing section on mediawiki to learn more about editing pages.  
For a more complete list of wikitext syntax, please refer to the wikipedia cheatsheet.
