Help:Contents

From Shrubbery

Jump to: navigation, search


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.

Basic text formatting

See Basic Wiki Formatting

Editing Pages

Basic wikitext

See Basic Wiki Formatting#Basic_wikitext

Linking

Categories

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__
 |}

Including a page in another page

Using transclusion, you can include a page inside another page.

{{:The page name}}

Showing an example of wiki text

MediaWiki always interprets wiki text unless you tell it not by surrounding the text with the <nowiki> tag.

Admin Stuff