Wiki Usage Introduction

From DaVinci


Contents

Media wiki usage introduction

  1. Mediawiki supprot html markup!! http://meta.wikimedia.org/wiki/Help:Html_in_wikitext
  2. Please utilize the preview function to edit page, and then save the page
  3. There should be some tab pages in the top of every page. There is always a page called "discussion." Please utilize the "discussion" page as our comment and communication tool.
  4. Preferences:It appears after you login at the top right corner. You can select your own skin for the wiki in here.

Media wiki syntax introduction

<Line Feed>

If you want to change to another line, just use "Enter" to get the line separation.

This is the first line

This is the second line
  • Example:

This is the first line

This is the second line


<Title>

= Title =
== Title ==
=== Title ===
==== Title ====
===== Title =====
====== Title ======
(The fewer numbers of equal marks, the bigger title it is)

After we create a title, the wiki will generate an area with a function "edit" on the right. If you want to edit this area of the title, you can clip on the "edit" directly. But if you want to edit the whole page, please use the "edit" tab page on the top of the page.


<List>

There are two kinds of list:one will use the sequence number, another will use the icon.

# This is the first kind
# Add the seq. number automatically!!
## Second level
## Second level
### Third level
### Third level

* This is the second kind
* Oops!!
** Second level
***Third level

#Grandfather
#*Father
#*Mother
##Big brother
##*Little brother
##*Sister
### Who is this?
##* :D
#*#(For fun)
#Grandmother
  • Example:
  1. This is the first kind
  2. Add the seq. number automatically!!
    1. Second level
    2. Second level
      1. Third level
      2. Third level
  • This is the second kind
  • Oops!!
    • Second level
      • Third level
  1. Grandfather
    • Father
    • Mother
    1. Big brother
      • Little brother
      • Sister
      1. Who is this?
      •  :D
      1. (For fun)
  2. Grandmother

<Define List>

;Definition: DaVinci team is so great!! :P

  • Example:
Definition
DaVinci team is so great!! :P

<Ident>

Use ":" to indent. The more you want to indent, the more ":" should add

:123456789
::123456789
:::123456789
::::123456789
  • Example:
123456789
123456789
123456789
123456789

<Comment>

mediawiki's comment is the same as html. The comment will not appear on the wiki page.

<!-- Comment -->
  • Example:
OOps, This example could not be seen...

<HyperLink>

wiki's pages could be separated into two different kinds. One is used to link innerpage, and another is used to link outer. When you create an inner link which don't have an actual page, wiki will create a new page for you. Inner:

[[Main_Page]] 
("Main_Page" This name is the original page of the wiki. If your link page doesn't exist in the site, 
wiki will create for you. Please don't over use this feature. It will creaet lots of useless page)

[[foo|displayname]]
(If we create a new page called "foo", and we want to show the customized name, we can use "|" with 
the name we want to display. This is very important.)
  • Example:

Main_Page

displayname

(HyperLink)

[http://moztw.org MozTW] (Remember to add space!)

[http://moztw.org] (If you don't add a Name, you will have different display!)

http://orz.ort.tw (You can type it directly, too)
  • Example:

MozTW

[1]

http://orz.ort.tw

<#Table#>

{| border="1" style="border-collapse;"
!Name
!Program
!Telephone
|-
||Tom
||MSE
||412-111-333
|-
||OKBong
||ECE
||412-111-3334
|}
  • Example:
Name Program Telephone
Tom MSE 412-111-333
OKBong ECE 412-111-3334

<Image>

Upload the image with "Special pages"(in the toolbox menu on the left) -> "Upload file".

[[Image:joba.jpg]]
  • Example:

Image:joba.jpg