Help:Contents
From Shrubbery
Contents |
Welcome to the help page for this wiki. Here you will find links to help pages for mediawiki. Done with help? Don't need help? Go back to the Main Page by clicking this link or using the navigation menu on the left.
[edit] Basic text formatting
[edit] Editing Pages
- meta:Help:Editing
- wp:Category:Editor_handbook - Wikipedia editor's handbook
- wp:Help:Wikitext_examples
- mw:Help:Contents
- mw:Help:Formatting
- mw:Help:Tables
[edit] Basic wikitext
See Basic Wiki Formatting#Basic_wikitext
[edit] Linking
- wp:Help:Editing_tips_and_tricks#Links - Examples of links.
- wp:Help:Interwiki_linking - Linking to other wikis using shorthand urls mapped by the database.
- meta:Help:Anchors - Anchors
[edit] Categories
[edit] Table of Contents
By default, MediaWiki will only display a table of contents if there are more than five headings. To force a page with less headings to have a table of contents, you can use:
__TOC__
To get the table of contents to float to the right side of the page use:
{|align=right
|__TOC__
|}
[edit] Including a page in another page
Using transclusion, you can include a page inside another page.
{{:The page name}}
[edit] Showing an example of wiki text
MediaWiki always interprets wiki text unless you tell it not by surrounding the text with the <nowiki> tag.

