Help:Editing

From I2008

Revision as of 10:40, 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


Marking Pages

Mark pages that need more info.


{{NeedsInfo|more info on oxygen}}
will yield
(see below)

This article needs more info / content.
more info on oxygen




Mark pages that need to be cleaned up.


{{NeedsCleanup|DAMN! It's dirty!}}
will yield
(see below)

This article needs to be cleaned up.
DAMN! It's dirty!




Mark pages that need to be merged with some other page.


{{Merge|Merge this with [[Guinea Page]]!}}
will yield
(see below)

This article is suggested to be merged
with Guinea Page!.




Mark pages that need to be split into two or more pages.


{{Split|into Basics and Markings}}
will yield
(see below)

This article needs to be split.
into Basics and Markings

Personal tools