Add a page to the wiki
Introduction
This wiki is community driven. If you don't add information about the hardware with which you have experience, there is little chance that somebody else is going to do it (unless they happen to have the same device). Please don't be shy about adding a wiki page to this guide -- we really need your help! If a page already exists, feel free to add your experiences to the page.
Add a new page
To add a new page, create a new URL like this:
- http://wiki.linuxmce.org/index.php/Name of the page you want to add
The preferred URL naming convention for hardware, for example, is:
- http://wiki.linuxmce.org/index.php/Manufacturer Model-Type-Etcetera
The URL of this page is:
- http://wiki.linuxmce.org/index.php/Add_a_page_to_the_wiki
The wiki will replace any spaces with underscores automatically. Go to the newly created webpage and start editing it.
Categorize you newpage=
To categorize your new page, add tags like these at the top:
- [[Category: Hardware]]
- [[Category: Mainboards]]
That way the page will automatically be listed in these categories, making it easier to find. See: Special:Categories for a list of all available categories. Also check out subcategories, such as the subcategories of the Hardware category, to find the appropriate subcategory.
Add content
Add anything you feel is relevant. See Editing help for some tips and examples on the markup you can use.
Add hyperlinks ('wikification')
- For links to Categories, use the format [[:Category: Hardware]].
- To use the actual text of a hyperlink, use this format: [[Actual Name of Webpage]], which will be displayed as Actual Name of Webpage.
- To use alternate text for the hyperlink, use this format: [[Actual_Name_of_webpage|What I Want It to Say]], which will be displayed as
Move the Table of Contents to the right
Whenever you have more divisions to a webpage, a Table of Contents is automatically added. It you would like this table of contentsto be moved to the right side of the screen, add the following codeto the top of your web page:
{| align="right" | __TOC__ |}