Help:Contents
From Hc Edtech
Contents |
[edit] Formatting
Most text formatting is usually done with wiki markup, so you don't have to learn HTML.
[edit] Bold and italics
Bold and italics are added by surrounding a word or phrase with multiple apostrophes ('):
- ''italics'' is rendered as italics. (2 apostrophes on either side)
- '''bold''' is rendered as bold. (3 apostrophes on either side)
- '''''bolded italics''''' is rendered as bolded italics. (2 + 3 = 5 apostrophes on either side)
[edit] Headings and subheadings
Headings and subheadings are an easy way to improve the organization of an article. If you can see two or more distinct topics being discussed, you can break up your article by inserting a heading for each section.
Headings can be created like this:
- ==Top level heading== (2 equals signs)
- ===Subheading=== (3 equals signs)
- ====Another level down==== (4 equals signs)
- =====Another level down===== (5 equals signs)
If an article has at least three headings, a table of contents (TOC) will be automatically generated. Try creating some headings in the sandbox and see the effect on the TOC.
[edit] Indenting
To indent text, place a colon (:) at the beginning of a line. The more colons you put, the further indented the text will be. A newline (pressing Enter or Return) marks the end of the indented paragraph.
For example: This is aligned all the way to the left.
- :This is indented slightly.
- ::This is indented more.
is shown as: This is aligned all the way to the left.
- This is indented slightly.
- This is indented more.
[edit] Bullet points
To insert a bullet, use an asterisk (*). Similar to indentation, more asterisks in front of a paragraph means more indentation.
A brief example:
- *First list item
- *Second list item
- **Sub-list item under second
- *Isn't this fun?
Which is shown as:
- First list item
- Second list item
- Sub-list item under second
- Isn't this fun?
[edit] Numbered lists
You can also create numbered lists. For this, use the number sign or hash symbol (#). Using more #s will affect the level of indenting.
Example:
- #First item
- #Second item
- ##Sub-item under second item
- #Third item
Shows up as:
- First item
- Second item
- Sub-item under second item
- Third item
[edit] Dashes
As of MediaWiki 1.5, -- and - will be rendered as emdashes or endashes depending on the context.
[edit] Links
Links are important on wikis to help readers navigate your site.
[edit] Internal links
You can extensively cross-reference wiki pages using internal links. You can add links to existing titles, and also to titles you think ought to exist in future.
To make a link to another page on the same wiki, just put the title in double square brackets.
For example, if you want to make a link to, say, the Wikia page, it would be:
- [[Wikia]]
If you want to use words other than the article title as the text of the link, you can add an alternative name by adding after the pipe "|" divider (SHIFT + BACKSLASH on English-layout and other keyboards).
For example, if you wanted to make a link to Wikicities, but wanted it to say "home page" you would write it as such:
- View the [[Wikicities|home page]]...
It would appear as:
- View the home page...
When you want to use the plural of an article title (or add any other suffix) for your link, you can add the extra letters directly outside the double square brackets.
For example, you would write:
- Add questions to the Wikicity for [[quiz]]zes.
It would appear as:
- Add questions to the Wikicity for quizzes.
[edit] Interlanguage links
Some Wikicities are available in multiple languages. To add a link in the sidebar from an article on the English Wikimac to the German version of the same article, type:
- [[de:iPod]]
"De" is the language code for German. The link will appear in the sidebar as "Deutsch" and link to The German WikiMac iPod article. This only works on wikis with multiple languages on different sites.
[edit] Interwiki links
To link to another Wikicity, you can use its title followed by a colon and the article name, instead of using the full URL.
For example, the creatures wiki home page is at Creatures:Main Page, which can be typed as
- [[Creatures:Main Page]]
- rather than as http://creatures.wikicities.com/wiki/Main_Page
This style of link works for any wiki in the interwiki map, not just for Wikicities. See Help:Interwiki link.
[edit] External links
If you want to link to a site outside of Wikicities, just type the full URL for the page you want to link to.
It is often more useful to make the link display something other than the URL, so use one square bracket at each end, with the alternative title after the address separated by a space (not a pipe). So if you want the link to appear as Google search engine, just type:
- [http://www.google.com/ Google search engine]
[edit] Redirects
To redirect automatically from one page to another, type #REDIRECT and then put in brackets the name of the page to be redirected to.
For example, you could redirect from "Cats" to "Cat". That way, anyone typing either version in the search box will automatically go to "Cat".