How To Edit An Existing Page
- Make sure you have created a user account and is logged in
- Find the page in schmid.wiki you want to edit
- Follow the link called Edit this page
- Make some changes
- In the Summary field, write a short summary of your changes
- Press the Save page button
How To Create A New Page
- Make sure you have created a user account and is logged in
- Find the page in schmid.wiki where you want the link to your new page to appear
- Follow the link called Edit this page
- In the code for the page, enter something like this (with your page name instead of 'My New Page'):
[[My New Page]]
- In the Summary field, write "added page about something"
- Press the Save page button
- Follow the link to My New Page
- Write your article
- In the Summary field, write a short summary of the article
- Press the Save page button
How to Redirect
- If the redirection is just for searching purposes, create the redirection page by entering the URL, for instance
http://www.schmid.dk/wiki/index.php?action=edit&title=Something
#REDIRECT [[Something Else]]
Tables
{| border="1" cellpadding="5" cellspacing="0" align="center"
|+'''An example table'''
|-
! style="background:#efefef;" | First header
! colspan="2" style="background:#ffdead;" | Second header
|-
| upper left
|
| rowspan=2 style="border-bottom:3px solid grey;" valign="top" | right side
|-
| style="border-bottom:3px solid grey;" | lower left
| style="border-bottom:3px solid grey;" | lower middle
|}
References