Difference between revisions of "Help"
(→Internal Links) |
|||
Line 2: | Line 2: | ||
The definitive page is here: [http://www.mediawiki.org/wiki/Help:Contents http://www.mediawiki.org/wiki/Help:Contents] | The definitive page is here: [http://www.mediawiki.org/wiki/Help:Contents http://www.mediawiki.org/wiki/Help:Contents] | ||
Below is a simple guide. | Below is a simple guide. | ||
+ | |||
=== Inserting Numbered References === | === Inserting Numbered References === | ||
Line 11: | Line 12: | ||
'''References''' | '''References''' | ||
<references /> | <references /> | ||
+ | |||
=== Inserting Pictures === | === Inserting Pictures === | ||
Line 31: | Line 33: | ||
</html> | </html> | ||
+ | |||
Line 51: | Line 54: | ||
If you know an article exists, titled as in your text you can highlight the particular text and click the internal link button and the link will be created on that text. You can still do that even if the article does not yet exist, but you think it should. People clicking on the link will be invited to create the article. | If you know an article exists, titled as in your text you can highlight the particular text and click the internal link button and the link will be created on that text. You can still do that even if the article does not yet exist, but you think it should. People clicking on the link will be invited to create the article. | ||
+ | |||
=== External Links === | === External Links === | ||
Line 74: | Line 78: | ||
</body> | </body> | ||
</html> | </html> | ||
+ | |||
Line 117: | Line 122: | ||
</body> | </body> | ||
</html> | </html> | ||
+ | |||
Revision as of 14:52, 3 December 2009
Contents
Coding
The definitive page is here: http://www.mediawiki.org/wiki/Help:Contents Below is a simple guide.
Inserting Numbered References
The Wiki allows this to be done automaticaly. Here is an example. Click edit to see how it is coded.
Blah blah blah [1], on the other hand blah blah blah [2].
References
Inserting Pictures
Use the Upload file link at the left.
Then use the Embedded file link at the top to insert.
The coding looks like this:
[[Image:Pic.jpg]]
More options are:
[[Image:Pic.jpg|thumb|caption]]
which inserts a thumbnail picture and
[[Image:Pic.jpg|framed|left (or right)|caption]]
Internal Links
Use the Internal link at the top to insert. The coding looks like this:
[[article name|link text]] Thus a link to the page Auckland Museum would look like this: [[Auckland Museum|Find out about Auckland Museum]]If you know an article exists, titled as in your text you can highlight the particular text and click the internal link button and the link will be created on that text. You can still do that even if the article does not yet exist, but you think it should. People clicking on the link will be invited to create the article.
External Links
Use the External link at the top to insert. The coding looks like this:
[[http://www.etc link text]] The space after the URL marks the begining of the link text.
Here is an example:
[[http://www.tepapa.govt.nz/ Te Papa Museum]]
Wikipedia Article Links
Look at the edit version of this article to see how this link to the Wikipedia Aotearoa article is coded.
{{Wikipedia|Aotearoa}}
Aotearoa is the title of a Wikipedia page.
HTML Code
You can insert HTML code in an article. It is helpful to set up tables for instance.
Include the opening and closing codes as below.
<html>
<body>
(HTML text)
</body>
</html>
Contents Boxes
The Wiki creates these automaticaly if the article contains Level 2 and Level 3 headlines. Thus:
== Second Tier Heading ==
=== Third Tier Heading ===
Look at the edit version of this page to see how this page does it.