Help:Contents
From CTLpedia
Contents |
A Wiki Tutorial
We will go through how to do the following:
- Creating a new blank page
- Creating a new heading.
- Insert a link
- Insert an image
- Making Bulleted and Number lists
- Bold and Italicizing Text
Create A New Page
To create a new wiki entry or page simply:
- Enter the name of the page you want to create in the "SEARCH" box.
- Click the 'Go' button.
- In the resulting search query you will see, "There is no page titled :The Page Name You Chose. You can create this page."
- Click "create this page."
- You will be brought to a new page in edit mode.
- Begin editing the page.
- Press the "Save page" button at the bottom of the editing page to finish.
- To edit the page in the future:
- Log into CTLPedia.
- Browse to the page.
- Press the edit tab above the page body.
- Begin editing the page.
Create A New Heading
To create a new heading (editable division in body)
- In edit mode, press the
button or type:== The New Heading Name ==
- Type the name of the new heading.
- Press the "Save page" button.
- Note: To create lower level headings simply add an "=" to each side of the heading name. For example to have a Level 4 heading I would type:
==== Example Header ====
Insert a link
There are two types of links in MediaWiki
- External links
- Internal wiki links
External Links
External links are those that link to sites or pages outside of CTLPedia. To create such a link:
- In edit mode, press the
button or type [http://www.example.com link title]
with"http://www.example.com"
being the address of the webpage and "link title" being the text a person would click on. - Type in the web address and the link title respectively.
- Press the "Save page" button when complete.
Internal Links
Internal wiki links are those that link to other wiki pages inside CTLPedia. To create such a link:
- In edit mode, press the
button or type [[Link title]] with "Link title" being the name of the page you intend to link to.
- Replace "Link title" with the name of the page.
- Press the "Save page" button when complete.
Insert an Image
To insert an image:
- In edit mode, press the
button or type [[Image:Example.jpg]]
with "Example.jpg" being the name of the image. - Replace "Example.jpg" with the name of the image.
- Press the "Save page" button when complete.
- Click the link that is in the place where the intended image belongs.
- Browse for the image file using the "Browse" button next to the Source filename box.
- The Destination filename box should already be filled in.
- Enter a summary of what the image is in the Summary textfield.
- Press the "Upload file" button when complete.
Adding and Removing the Table of Contents
If there are fewer than four headers in an article Mediawiki does not automatically add a table of contents. If you would like to add a table of contents simply edit the article, locate where you want the table of contents to appear and add the following:
__TOC__ (with two underscore characters "_" preceding and following the text)
If you do not want a table of contents regardless of the number of headers you have in an article simply edit the article and at the top of the article place:
__NOTOC__ (with two underscore characters "_" preceding and following the text)

