PCLinuxOS Wiki:Syntax
Quick Start
Wikis use symbols such as asterisks, single-quotes, square-brackets and braces to represent formatting elements like making words into links to other sites or articles, or creating tables for layout and dividing the text into headings. This kind of text markup used in the MediaWiki (Wikipedia) project is called wikitext.
To edit an existing page click the Edit tab at the top of the page. When saving your edits please include a brief summary in the Summary box.
To create a new page type your desired page name into the Search box at the top of the screen. The search will tell you that the page with that name doesn't exist and offer you the chance to create the page.
- Remember that page names are case sensitive except for the first letter.
- Stick to the alphabet and DO NOT use special characters in page names. Except for '-' or '_'
- DO NOT use a blank space between words in a page name. IE: "my page" instead use my-page or my_page
Your page should start with a banner saying which flavor/edition of PCLinuxOS it applies to. We have a template for doing this so you can start your page with something like: {{Relevance|XFCE}} which will produce the following:
- Relevant to XFCE editions of PCLinuxOS.
You can use {{Relevance|all}} or omit the tag completely if your page applies to all editions of PCLinuxOS.
Formatting reference
Below is a table of the most commonly used wikitext formatting, the middle column is what you type into the article in "edit mode" (after clicking the edit link at the top of the page), and the right-hand column shows what the result would be when viewing the article normally. For more detailed information about editing and wikitext, see Help:Wikitext. Go through a few of the existing pages and try to understand the general layout and follow it.
| Description | You type | You get |
| Applies anywhere | ||
| Italicise text |
|
italic |
| Bold text |
|
bold |
| Bold and italic |
|
bold & italic |
| Internal link (within this wiki)
|
|
name of page
Note: red links mean |
| External link (to other websites) |
|
|
| Redirect |
|
1. redirect Target page |
| Signature |
|
|
| Escape wiki markup |
|
with markup |
| Create a Warning box |
|
|
| Create a Note box |
|
|
| Applies only at the beginning of the line | ||
| Headings of different sizes |
|
Level 1Level 2Level 3Level 4 |
| Outline Numbered Headings |
|
1. one2. two2.1 two point one3. three |
| Bullet list |
|
|
| Definition list |
|
|
| Thumbnail image |
[[File:Example.jpg|thumb|Caption text]] |
|