Difference between revisions of "GENIE Quick wiki ref"

From SourceWiki
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Wiki Editing: Quick Reference==
+
==Adding New Pages==
 +
 
 +
* An easy way to create a new wiki page is to add a link to the new page from an existing page, e.g. <pre>[[GENIE_MyPage|A link to my page]]</pre>  Save your changes, and the link will appear in red.  When you click on the link, you will be able to edit the content of the new page.
 +
 
 +
* Another way to create a new page is to type a URL in the address window and, again, a new page will automatically be created, e.g. <pre> http://source.ggy.bris.ac.uk/wiki/GENIE_new_page_name </pre>  Remember to link it to another page, however, or it will be left in limbo!
 +
 
 +
==Editing Content==
  
 
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]).   
 
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]).   
Line 5: Line 11:
 
First click '''edit'''.  Click on '''Show preview''' to see the effect of your changes, 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.
  
* To create a new page, type a URL in the address window and a new page will automatically be created, e.g.
 
<pre> http://source.ggy.bris.ac.uk/wiki/GENIE:new_page_name </pre>
 
 
* Headings <pre> ==Section Heading==  ===Subsection===  ====Subsubsection==== </pre>
 
* Headings <pre> ==Section Heading==  ===Subsection===  ====Subsubsection==== </pre>
 
* Bullet lists <pre> * Item  ** Indented item  *** Deeper indentation</pre>
 
* Bullet lists <pre> * Item  ** Indented item  *** Deeper indentation</pre>
Line 13: Line 17:
 
* Bold <pre> '''text''' </pre>
 
* Bold <pre> '''text''' </pre>
 
* Italics <pre> ''text'' </pre>
 
* Italics <pre> ''text'' </pre>
* Internal page links <pre> [[GENIE:MyPage|A link to my page]] </pre>
+
* Internal page links <pre>[[GENIE:MyPage|A link to my page]]</pre>
 
* External page links <pre>  [http://www.google.co.uk Click here for Google]  </pre>
 
* External page links <pre>  [http://www.google.co.uk Click here for Google]  </pre>
 
* Tables
 
* Tables

Latest revision as of 14:08, 10 January 2012

Adding New Pages

  • An easy way to create a new wiki page is to add a link to the new page from an existing page, e.g.
    [[GENIE_MyPage|A link to my page]]
    Save your changes, and the link will appear in red. When you click on the link, you will be able to edit the content of the new page.
  • Another way to create a new page is to type a URL in the address window and, again, a new page will automatically be created, e.g.
     http://source.ggy.bris.ac.uk/wiki/GENIE_new_page_name 
    Remember to link it to another page, however, or it will be left in limbo!

Editing Content

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