Difference between revisions of "Help"
Line 12: | Line 12: | ||
=== Inserting Pictures === | === Inserting Pictures === | ||
+ | Use the ''upload file'' link at the left. | ||
+ | |||
+ | Then use the ''Embedded file'' link at the top. | ||
+ | |||
+ | The coding looks like this: | ||
+ | |||
+ | <p>[[Image:Pic.jpg]]</p> | ||
+ | |||
+ | More options are: | ||
+ | |||
+ | <p>[[Image:Pic.jpg|thumb|caption]]</p> | ||
+ | |||
+ | - which emplaces a thumbnail picture and | ||
+ | |||
+ | <p>[[Image:Pic.jpg|framed|left <i>(or right)</i>|caption]]</p> | ||
=== Internal Links === | === Internal Links === | ||
Line 22: | Line 37: | ||
=== Contents Boxes === | === Contents Boxes === | ||
− | The Wiki creates these | + | The Wiki creates these automaticaly if the article contains Level 2 and Level 3 headlines. |
Thus: | Thus: | ||
<p>== Second Tier Heading ==</p> | <p>== Second Tier Heading ==</p> | ||
<p>=== Third Tier Heading ===</p> | <p>=== Third Tier Heading ===</p> | ||
− | Look at the edit version of this page to see how this page does it | + | Look at the edit version of this page to see how this page does it. |
Revision as of 14:01, 3 December 2009
Contents
Coding
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.
The coding looks like this:
More options are:
- which emplaces a thumbnail picture and
Internal Links
External Links
Wikipedia Article Links
HTML Code
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.