Help:Contents
From S.M. Stirling Wiki
Contents |
[edit] Page Editing
- Wikipedia: How to edit a page - This link provides great information on wiki-markup.
- Wikipedia: Manual of Style
- MediaWiki Handbook - information for editors up through administrators
[edit] Citation Examples
[edit] Usage
The basic concept of the <ref> tag is that it inserts the text enclosed by the ref tags as a footnote in a designated section, which you indicate with the placeholder tag <references />. The new format cannot be used interchangeably with the old format - you must pick one or the other.
If you forget to include <references /> at the end of the article, none of the footnotes will appear.
This page itself uses footnotes, such as the one at the end of this sentence.[1] If you view the source of this page by clicking "Edit this page", you can see a working example of footnotes.
[edit] Example
According to scientists, the Sun is pretty big.<ref>E. Miller, The Sun, (New York: Academic Press, 2005), 23-5.</ref>
The Moon, however, is not so big.<ref>R. Smith, "Size of the Moon", Scientific American, 46 (April 1978): 44-6.</ref>
==Notes==
<references/>
[edit] Multiple uses of the same footnote
To give a footnote a unique identifier, use <ref name="name">. You can then refer to the same footnote again by using a ref tag with the same name. The text inside the second tag doesn't matter, because the text already exists in the first reference. You can either copy the whole footnote, or you can use a terminated empty ref tag that looks like this: <ref name="name" />.
In the following example, the same source is cited three times.
This is an example of multiple references to the same footnote.<ref name="multiple">Remember that when you refer to the same footnote multiple times, the text from the first reference is used.</ref>
Such references are particularly useful when citing sources, if different statements come from the same source.<ref name="multiple">This text is superfluous, and won't show up anywhere. We may as well just use an empty tag.</ref>
A concise way to make multiple references is to use empty ref tags, which have a slash at the end. Although this may reduce redundant work, please be aware that if a future editor removes the first reference, this will result in the loss of all references using the empty ref tags.<ref name="multiple" />
==Notes==
<references/>
The text above gives the following result in the article (see also section below):
This is an example of multiple references to the same footnote.[2]
Such references are particularly useful when citing sources, when different statements come from the same source.[2]
A concise way to make multiple references is to use empty ref tags, which have a slash at the end. Although this may reduce redundant work, please be aware that if a future editor removes the first reference, this will result in the loss of all references using the empty ref tags.[2]
[edit] <references />
Placing <references /> inserts the full text of all pending inline citations defined by <ref>, anywhere on the page. For example, based on the citations above, the code:
<references />
will yield:
- ↑ This footnote is used as an example in the "How to use" section.
- ↑ 2.0 2.1 2.2 Remember that when you refer to the same footnote multiple times, the text from the first reference is used.
In some language editions of Wikipedia, long reference lists may be placed using the template {{Reflist}}, which incorporates <references />. It provides an optional parameter to display the reference list in multiple columns. For instance, the English, Hindi and Interlingua Wikipedias use the css selector references-small to make the reference text smaller than normal text.
[edit] Email Address Protection
If you want to list an email address, you can protect it from spammers by wrapping it in the following tags:
<email> </email>
This will convert the address into an image that can't be scrapped by programs designed to automatically gather addresses.
Example:
<email>notarealaddress@somewherenothere.com</email>
...results in...
[edit] User Types
There are 4 main levels of user rights:
- everyone - anyone jacked into the innerweb matrix of tubes who happen along
- users - registered folks who want to contribute
- authors - long-time users with a few more rights
- bureaucrats - someone has to do the paperwork...
| Action | User Group |
| Create Pages | Everyone, Users, Authors, Bureaucrats |
| Create Talks | Everyone, Users, Authors, Bureaucrats |
| Edit Pages/Talk | Everyone, Users, Authors, Bureaucrats |
| Upload Files | Authors, Bureaucrats |
| Move Articles | Authors, Bureaucrats |
| Delete Articles | Bureaucrats |

