Help:Editing

From I2008

(Difference between revisions)
Line 19: Line 19:
<center>'''''You can link to other Wiki pages by using two brackets.'''''</center>
<center>'''''You can link to other Wiki pages by using two brackets.'''''</center>
<br>
<br>
-
{{Code|<pre>[[Editing]]</pre>|[[Editing]]}}
+
{{Code|<pre>[[Guinea Page]]</pre>|[[Guinea Page]]}}
 +
<br>
 +
<center>'''''You can also make piped links (you write something else instead of the page name)'''''</center>
 +
<br>
 +
{{Code|<pre>[[Guinea Page|Weh]]</pre>|[[Guinea Page|Weh]]}}
 +
<br>
 +
<br>
 +
<br>
 +
<center>'''''You can link to pages in the web by using one bracket. Think like you're changing your status message in an Online Messenger'''''</center>
 +
<br>
 +
{{Code|<pre>[http://i08.guissmo.frih.net Class Site]</pre>|[http://i08.guissmo.frih.net Class Site]}}
 +
<br>
 +
<br>
 +
<br>
 +
<center>'''''Make unordered lists by using asterisks.'''''</center>
 +
<br>
 +
{{Code|<pre>This is a list:<br>
 +
*No order
 +
**Sub-entry
 +
**Sub-entry
 +
*No order
 +
**Sub-entry
 +
**Sub-entry
 +
**Sub-entry</pre>|This is a list:<br>
 +
*No order
 +
**Sub-entry
 +
**Sub-entry
 +
*No order
 +
**Sub-entry
 +
**Sub-entry
 +
**Sub-entry}}
 +
<br>
 +
<br>
 +
<br>
 +
<center>'''''Make ordered lists by using number signs.'''''</center>
 +
<br>
 +
{{Code|<pre>This is a list:<br>
 +
#Major Heading
 +
##Major Subheading
 +
###Minor Subheading
 +
###Minor Subheading
 +
###Minor Subheading
 +
##Major Subheading
 +
#Major Heading</pre>|This is a list:<br>
 +
#Major Heading
 +
##Major Subheading
 +
###Minor Subheading
 +
###Minor Subheading
 +
###Minor Subheading
 +
##Major Subheading
 +
#Major Heading}}
 +
<br>
 +
<br>
 +
<br>
 +
<center>'''''You can even make mixed lists!'''''</center>
 +
<br>
 +
{{Code|<pre>This is a list:<br>
 +
*Weh
 +
*#Weh
 +
*#Weh
 +
*#*Weh
 +
*#*Weh
 +
*Weh
 +
**Weh
 +
**#Weh
 +
**#Weh</pre>|This is a list:<br>
 +
*Weh
 +
*#Weh
 +
*#Weh
 +
*#*Weh
 +
*#*Weh
 +
*Weh
 +
**Weh
 +
**#Weh
 +
**#Weh}}
<br>
<br>
-
{{Code|<pre>[[Editing|Weh]]</pre>|[[Editing|Weh]]}}
 

Revision as of 10:34, 7 April 2006

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