How to contribute to www.SklogWiki.org: Difference between revisions

From SklogWiki
Jump to navigation Jump to search
No edit summary
Line 29: Line 29:
To add '''headlines''':<br />
To add '''headlines''':<br />
== Level 1 ==   
== Level 1 ==   
encapsulate the heading between two 'equals' signs:
<tt><nowiki>== Level 1 ==</nowiki></tt>
<tt><nowiki>== Level 1 ==</nowiki></tt>
=== Level 2 ===  
=== Level 2 ===  
encapsulate the heading between three 'equals' signs:
<tt><nowiki>=== Level 2 ===</nowiki></tt>
<tt><nowiki>=== Level 2 ===</nowiki></tt>
==== Level 3 ====  
==== Level 3 ====  
encapsulate the heading between four 'equals' signs:
<tt><nowiki>==== Level 3 ====</nowiki></tt>
<tt><nowiki>==== Level 3 ====</nowiki></tt>
===== Level 4 =====  
===== Level 4 =====  
encapsulate the heading between five 'equals' signs:
<tt><nowiki>===== Level 4 =====</nowiki></tt>
<tt><nowiki>===== Level 4 =====</nowiki></tt>
====== Level 5 ======  
====== Level 5 ======  
encapsulate the heading between six 'equals' signs:
<tt><nowiki>====== Level 5 ======</nowiki></tt>
<tt><nowiki>====== Level 5 ======</nowiki></tt>




To create a '''bullet list''':<br />
To create a '''bullet list''' use asterisks:<br />
<tt>* one</tt><br />
<tt>* one</tt><br />
<tt>* two</tt><br />
<tt>* two</tt><br />
Line 53: Line 58:
* three
* three


To create a '''numbered list''':
To create a '''numbered list''' use the hash symbol:
<tt># one</tt><br />
<tt># one</tt><br />
<tt># two</tt><br />
<tt># two</tt><br />
Line 65: Line 70:
# three
# three


and finally, to add a 'thumbnail image on the right hand side of the page:
To write an equation, using [[LaTeX math markup]]:<br />
<tt><nowiki>:<math>c_{ij}(r)= \sum_{n=1} \frac{K_{ij}}{r}e^{-z_nr} ~~~~~~ \sigma_{ij} < r </math></nowiki></tt><br />
reults in:
:<math>c_{ij}(r)= \sum_{n=1} \frac{K_{ij}}{r}e^{-z_nr} ~~~~~~ \sigma_{ij} < r </math>
 
And finally, to add a 'thumbnail image on the right hand side of the page:


<nowiki>[[Image:Wiki.png|thumb|Caption text]]</nowiki>
<nowiki>[[Image:Wiki.png|thumb|Caption text]]</nowiki>


[[Image:Nematic_ellipsoid.png|thumb|Caption text]]
[[Image:Nematic_ellipsoid.png|thumb|Caption text]]
The bet way to learn is to start editing. You can check the results by using '''Show preview''' before
saving the page.


All of these functions can be accessed by typing the mark-up directly, or by using the icons located at the top
All of these functions can be accessed by typing the mark-up directly, or by using the icons located at the top
of the edit region.
of the edit region.
__NOTOC__
__NOTOC__

Revision as of 12:13, 26 April 2007

Open access

Sklogwiki is, and hopefully will remain, open-access. That is to say, anybody with an internet connection can contribute to and edit SklogWiki. Here is how to do so...

How to edit a page

At the top of each page there are a number of 'tabs' with various functions:

tabs





To edit a page simply click on 'edit'. This will open a region at the bottom of the page in which you can work.

Basic syntax

To add Bold text encapsulate the text within three apostrophes: '''Bold text'''
To add Italic text encapsulate the text within two apostrophes: ''Italic text''
To add both bold & italic text use five apostrophes: '''''bold & italic'''''
To add a link to a page within SklogWiki encapsulate the text within two square parenthesis [[page to link to]]
External links are encapsulated within a single square parenthesis, for example:

[http://www.example.org] results in [1]
[http://www.example.org display text]results in display text
http://www.example.org results in http://www.example.org

To add headlines:

Level 1

encapsulate the heading between two 'equals' signs: == Level 1 ==

Level 2

encapsulate the heading between three 'equals' signs: === Level 2 ===

Level 3

encapsulate the heading between four 'equals' signs: ==== Level 3 ====

Level 4

encapsulate the heading between five 'equals' signs: ===== Level 4 =====

Level 5

encapsulate the heading between six 'equals' signs: ====== Level 5 ======


To create a bullet list use asterisks:
* one
* two
** two point one
* three

results in:

  • one
  • two
    • two point one
  • three

To create a numbered list use the hash symbol: # one
# two
## two point one
# three

results in

  1. one
  2. two
    1. two point one
  3. three

To write an equation, using LaTeX math markup:
:<math>c_{ij}(r)= \sum_{n=1} \frac{K_{ij}}{r}e^{-z_nr} ~~~~~~ \sigma_{ij} < r </math>
reults in:

And finally, to add a 'thumbnail image on the right hand side of the page:

[[Image:Wiki.png|thumb|Caption text]]

Caption text


The bet way to learn is to start editing. You can check the results by using Show preview before saving the page.

All of these functions can be accessed by typing the mark-up directly, or by using the icons located at the top of the edit region.