Help:Editing

From I2008

Revision as of 10:34, 7 April 2006 by Admin (Talk | contribs)

Basics

HTML may be used


<del>weh</del>
will yield
weh




You can emphasize using apostrophes.


''weh''
will yield
weh


'''weh'''
will yield
weh


'''''weh'''''
will yield
weh




You can link to other Wiki pages by using two brackets.


[[Guinea Page]]
will yield
Guinea Page


You can also make piped links (you write something else instead of the page name)


[[Guinea Page|Weh]]
will yield
Weh




You can link to pages in the web by using one bracket. Think like you're changing your status message in an Online Messenger


[http://i08.guissmo.frih.net Class Site]
will yield
Class Site




Make unordered lists by using asterisks.


This is a list:<br>
*No order
**Sub-entry
**Sub-entry
*No order
**Sub-entry
**Sub-entry
**Sub-entry
will yield
This is a list:
  • No order
    • Sub-entry
    • Sub-entry
  • No order
    • Sub-entry
    • Sub-entry
    • Sub-entry




Make ordered lists by using number signs.


This is a list:<br>
#Major Heading
##Major Subheading
###Minor Subheading
###Minor Subheading
###Minor Subheading
##Major Subheading
#Major Heading
will yield
This is a list:
  1. Major Heading
    1. Major Subheading
      1. Minor Subheading
      2. Minor Subheading
      3. Minor Subheading
    2. Major Subheading
  2. Major Heading




You can even make mixed lists!


This is a list:<br>
*Weh
*#Weh
*#Weh
*#*Weh
*#*Weh
*Weh
**Weh
**#Weh
**#Weh
will yield
This is a list:
  • Weh
    1. Weh
    2. Weh
      • Weh
      • Weh
  • Weh
    • Weh
      1. Weh
      2. Weh


Personal tools