Difference between revisions of "Help:Contents"
(change method of including audio) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 51: | Line 51: | ||
To use headings enclose the heading text in '='. Use one '=' for a level one heading, double "=" for a level two heading, triple "=" for a level three heading etc. | To use headings enclose the heading text in '='. Use one '=' for a level one heading, double "=" for a level two heading, triple "=" for a level three heading etc. | ||
− | If four or more headings are used on a page a Contents box will automatically be generated before the first heading on the page. It can be suppressed by putting <nowiki> | + | If four or more headings are used on a page a Contents box will automatically be generated before the first heading on the page. It can be suppressed by putting <nowiki>__NOTOC__</nowiki> at the top of the page. |
<pre><nowiki>==Level 2 Heading==</nowiki></pre> | <pre><nowiki>==Level 2 Heading==</nowiki></pre> | ||
Line 112: | Line 112: | ||
You can add an image by putting the following in the edited text. <pre><nowiki>[[Image:Left_handbell.gif|left|thumb|100px|image caption]]</nowiki></pre> Save the page, then click the link to upload the image. | You can add an image by putting the following in the edited text. <pre><nowiki>[[Image:Left_handbell.gif|left|thumb|100px|image caption]]</nowiki></pre> Save the page, then click the link to upload the image. | ||
For more information, see [http://en.wikipedia.org/wiki/Wikipedia:Picture_tutorial Picture tutorial]. | For more information, see [http://en.wikipedia.org/wiki/Wikipedia:Picture_tutorial Picture tutorial]. | ||
+ | <br /><br /> | ||
+ | ====Sound clips==== | ||
+ | 12345678 {{Audio|name=Rounds8.mp3}}<br /><br /> | ||
+ | You can add a small (<2Mb) mp3 sound clip like the above by putting the following in the edited text, replacing "Rounds8.mp3" with your filename. | ||
+ | <pre><nowiki>12345678 {{Audio|name=Rounds8.mp3}}</nowiki></pre> | ||
+ | Save the page, then click [[Special:Upload | Upload]] in the left hand panel to upload the mp3 file as you would an image file. | ||
====Redirect Pages==== | ====Redirect Pages==== | ||
Line 130: | Line 136: | ||
<pre><nowiki>[[:Category:Example]]</nowiki></pre> | <pre><nowiki>[[:Category:Example]]</nowiki></pre> | ||
+ | |||
+ | ====Table of Contents==== | ||
+ | |||
+ | The contents panel is actually a template, which is included in both the [[Main Page]] and [[Changeringing Wiki Table of Contents]]. These pages are protected for editing, but the template can be updated through the [[Template:Navigation]] page to include new items in the table of contents. |
Latest revision as of 22:32, 11 January 2020
Contents
Summary
There are many useful web pages on using and editing a Mediawiki wiki. Below are view basic editing tips. A more detailed help library can be found on Wikimedia or Wikipedia.
Creating a Page
There easiest way to create a new page is to type the name of your new page in the search box and click Go. If the page does not exist then there will be a link directing you to the page ready for editing.
Wiki Formatting
Some of the common formatting can be applied using the buttons at the top of editing page. For Example, Bold, Italic, Wiki Link, External Link, Level 2 Headline, Image. For more information about formatting text see Wiki Markup. Often, the easiest way to learn how to format something is to find another wiki page that has the formatting you want, either on this or another wiki, and look at the source for the page.
Internal wiki links:
Example | Source | Notes |
---|---|---|
Stage | [[Stage]] |
Simple page link |
Stages | [[Stage]]s |
Simple page link, but the plural is needed for context |
Minor | [[Stage|Minor]] |
Page link with alternative text displayed (the description of Minor is found on the Stage page) |
External links:
Example | Source | Notes |
---|---|---|
[1] | [http://www.ringing.info] |
External link without description will be automatically shown as [#]. Make sure you include 'http://'. |
Ringing Resources | [http://www.ringing.info Ringing Resources] |
Formatting
Example | Source |
---|---|
Bold text | '''Bold text'''
|
Italic text | ''Italic text''
|
Mixed text | '''''Mixed text'''''
|
Headings
To use headings enclose the heading text in '='. Use one '=' for a level one heading, double "=" for a level two heading, triple "=" for a level three heading etc. If four or more headings are used on a page a Contents box will automatically be generated before the first heading on the page. It can be suppressed by putting __NOTOC__ at the top of the page.
==Level 2 Heading==
Lists
Bulleted lists look like this:
- Minor
- Plain Bob
- Cambridge
- Triples
- Grandsire
- Stedman
and are formatted like this:
* Minor ** Plain Bob ** Cambridge * Triples ** Grandsire ** Stedman
Numbered lists look like this:
- One
- Two
- Three
and are formatted like this:
# One # Two # Three
Other Formatting
Example | Source |
---|---|
==No Format== | <nowiki>/<nowiki>
|
<s>Strike-through text</s>
| |
Superscript | <sup>Superscript</sup>
|
Subscript text | <sub>Subscript text</sub>
|
Small text | <small>Small text</small>
|
<!-- Hidden Comment -->
| |
Preserved text |
<pre>Preserved text</pre>
|
Images
You can add an image by putting the following in the edited text.
[[Image:Left_handbell.gif|left|thumb|100px|image caption]]
Save the page, then click the link to upload the image.
For more information, see Picture tutorial.
Sound clips
12345678
You can add a small (<2Mb) mp3 sound clip like the above by putting the following in the edited text, replacing "Rounds8.mp3" with your filename.
12345678 {{Audio|name=Rounds8.mp3}}
Save the page, then click Upload in the left hand panel to upload the mp3 file as you would an image file.
Redirect Pages
Pages can be redirected as follows. This means that more than one page title can point to the same source.
#redirect [[Help:Contents]]
Categories
Adding a category link to the page adds the page to that category list. Make sure that any templates you have used on the page do not already link to the same category.
[[Category:Example]]
If you want to just create an additional link to the category page, put a colon before the page name.
[[:Category:Example]]
Table of Contents
The contents panel is actually a template, which is included in both the Main Page and Changeringing Wiki Table of Contents. These pages are protected for editing, but the template can be updated through the Template:Navigation page to include new items in the table of contents.