Difference between revisions of "GENIE Quick wiki ref"

From SourceWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
==Wiki Editing: Quick Reference==
 
==Wiki Editing: Quick Reference==
  
Below are a few quick examples of the markup used to format wikimedia text (for more detail visit [http://meta.wikimedia.org/wiki/Help:Wikitext_examples markup examples]).   
+
Below are a some examples markup used to format wikimedia pages (for more detail visit [http://meta.wikimedia.org/wiki/Help:Wikitext_examples markup examples]).   
  
Click on '''Show preview''' to see the effect of your edits, and '''Save page''' when you're happy.
+
First click '''edit'''.  Click on '''Show preview''' to see the effect of your changes, and '''Save page''' when you're happy.
  
 
* Headings <pre> ==Section Heading==  ===Subsection===  ====Subsubsection==== </pre>
 
* Headings <pre> ==Section Heading==  ===Subsection===  ====Subsubsection==== </pre>

Revision as of 14:32, 14 July 2006

Wiki Editing: Quick Reference

Below are a some examples markup used to format wikimedia pages (for more detail visit markup examples).

First click edit. Click on Show preview to see the effect of your changes, and Save page when you're happy.

  • Headings
     ==Section Heading==   ===Subsection===   ====Subsubsection==== 
  • Bullet lists
     * Item   ** Indented item   *** Deeper indentation
  • Numbered lists
     # Item   ## Sublist item   ### etc 
  • Description lists
     ; Category : description 
  • Bold
     '''text''' 
  • Italics
     ''text'' 
  • Internal page links
      [[GENIE:MyPage|A link to my page]]  
  • External page links
      [http://www.google.co.uk Click here for Google]  
  • Tables
 {| border="1" cellspacing="0" cellpadding="5" align="center"
! This
! is
|- 
| a
| table
|-
|}