Login:
Pass:
Forgotten Pass?
Navigation
Main Page
Community Forums
Current events
Recent changes
Random page
Help
Contents
Planning
Tutorials
First Build
Hardware
Software
Tools
Materials
Electronics
Painting
Overclocking
List Of Suppliers
Search
 
Toolbox
What links here
Related changes
Upload file
Special pages
Printable version
Permanent link


Help:Contents

From TheBestCaseScenario

Jump to: navigation, search

Contents

[edit] Wiki Coding Help

Here are a few of the simple wiki codes to help you make your imput look nicer.

[edit] Text editing

Italics, Bold, Bold Italics

''italics'', '''bold''', '''''bold italics'''''

Those would appear like this: italics, bold, bold italics


Typewriter style

<tt>typewriter</tt>

Appears like this: typewriter


Small text

<small>Small text</small>

Appears like this: Small text


Superscript and Subscript

November<sup>15th</sup> and H<sub>2</sub>0

Appears like this: November15th and H20


Strike through

<s>strike out words</s>

Appears like: strike out words

[edit] Headings

= Largest Heading =

== Sub-heading ==

=== Sub Sub-heading ===

These 3 heading sizes all you to easily show different sections.


[edit] Linking

[edit] Internal Linking

Page by Name

[[Main Page]]

Becomes a link to the Main Page of the wiki.

Pages by different names

[[Main Page|Home]]

Creates a link to the Main Page but has it shown as Home instead : Home


[edit] External Linking

URL

http://www.thebestcasescenario.com

Becomes: http://www.thebestcasescenario.com


Links with text not URL

[http://www.thebestcasescenario.com TBCS Home Page]

Turns into TBCS Home Page


[edit] Lists

[edit] Bullet Points

Create bullet point's with a "*".


* First Set

**Second Set

***Third Set

*Another First Set

Becomes:

  • First Set
    • Second Set
      • Third Set
  • Another First Set


[edit] Numbered Lists

Use "#" to create numbered lists.

# 1 Level one

## 1 Level two

### 1 Level three

# 2 Level one


Appears as:

  1. 1 Level one
    1. 1 level two
      1. 1 level three
  2. 2 level one