Help:Contents: Difference between revisions
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
a little world image. It adds single [square brackets] around | a little world image. It adds single [square brackets] around | ||
your URL which causes it to be an external reference. | your URL which causes it to be an external reference. | ||
<h4> Entering Math </h4> | |||
To display math equations, you can use TeX formatting: | |||
<math> | |||
\sqrt{2}\approx 1.4 | |||
</math> | |||
See also: [http://meta.wikimedia.org/wiki/Help:Formula Math Markup] | |||
<h4>External Help links:</h4> | <h4>External Help links:</h4> |
Revision as of 20:29, 10 April 2006
Setting User Preferences
Note the "preferences" link on the very first line of any page, after your "my talk" link. Click into that where you can change your user settings.
Restricted Pages
We do not have restricted pages here for specific work groups. There are some restricted pages, but those are for system administration purposes. If you really do want to have a restricted Wiki area, we can setup a private Wiki site all to yourself and have the whole thing be password protected.
Creating new pages
Pages must have links to them, otherwise they are orphaned. Therefore, to create a new page, create an internal link to it from some page, then access the link. You will be brought up in the editor for the page and content can be created.
Creating URL Links from your pages
For internal links to pages within this Wiki: In your page text, enclose the title of the page you want to link to in double square brackets: [[Main Page]] which appears as Main Page.
For external links, place the http:// URL in your page with the title following, highlight the whole thing, and then press the fourth button from the left at the top of the editor bar, looks like a little world image. It adds single [square brackets] around your URL which causes it to be an external reference.
Entering Math
To display math equations, you can use TeX formatting:
<math> \sqrt{2}\approx 1.4 </math>
See also: Math Markup