Help:Contents

From Wikiprove
Jump to navigation Jump to search

References

If you want to add a footnote to the text, surround the text with the following tags:

<ref>R. Smith, "Size of the Moon", Scientific American, 46 (April 1978): 44-6.</ref>

At the bottom of the page, make sure to include:

==References==
<references />

For more information on citing, please see the documentation: http://www.mediawiki.org/wiki/Extension:Cite/Cite.php#Usage

Uploading Documents

You have to be logged in to upload documents. Please create an account if you do not already have one by using the register link in the top right corner.

Once logged in, under the toolbox you should be able to click the link "Upload File" and upload the file there. The permitted file types are listed there.

To include a file in a page, use a link in one of the following forms:

[[File:File.jpg]] to use the full version of the file
[[File:File.png|200px|thumb|left|alt text]] to use a 200 pixel wide rendition in a box in the left margin with 'alt text' as description
[[Media:File.ogg]] for directly linking to the file without displaying the file

Other

In order to color text, enclose the text you want colored in these tags:

<span color="red">This is red text</span>
<span color="green">This is green text</span>
<span color="purple">This is purple text</span>

You can use color names for the text, or hexidecimal codes for the color. To see a larger listing of colors, refer to:

In order to underline text, enclose the text you want underlined in these tags:

<u>underlined text</u>