Difference between revisions of "Help"
(→Inserting Pictures) |
(→Inserting Pictures) |
||
Line 14: | Line 14: | ||
Use the ''upload file'' link at the left. | Use the ''upload file'' link at the left. | ||
− | Then use the ''Embedded file'' link at the top. | + | Then use the ''Embedded file'' link at the top to insert. |
The coding looks like this: | The coding looks like this: | ||
+ | <html> | ||
<body> | <body> | ||
Line 27: | Line 28: | ||
</body> | </body> | ||
+ | |||
+ | </html> | ||
=== Internal Links === | === Internal Links === |
Revision as of 14:04, 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 to insert.
The coding looks like this:
[[Image:Pic.jpg]]
More options are:
[[Image:Pic.jpg|thumb|caption]]
which inserts a tumbnail picture and
[[Image:Pic.jpg|framed|left (or right)|caption]]
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.