You are on page 1of 1

MEDIAWIKI

packetlife.net

Headers

Code

=Text=

<h1>Text</h1>

<code>Text</code>

==Text==

<h2>Text</h2>

<code><pre>Text</pre></code> <code><pre>Text</pre></code>

===Text===

<h3>Text</h3>

====Text====

<h4>Text</h4>
<h5>Text</h5>

<nowiki>Suppress [[wiki]]
'''markup'''</nowiki>

Suppress [[wiki]]

=====Text=====
======Text======

<h6>Text</h6>

<!-- a comment -->

<!-- a comment -->

<code>Text</code>

Miscellaneous

Lists

Formatting

* Sizes
* Shapes
* Colors
** Blue
** Green

<ul>
<li>Sizes</li>
<li>Shapes</li>
<li>Colors
<ul>
<li>Blue</li>
<li>Green</li>
</ul></li>
</ul>

# First
# Second
# Third

<ol>
<li>First</li>
<li>Second</li>
<li>Third</li>
</ol>

; Term 1 : Foo
; Term 2 : Bar
; Term 3 : Baz

'''markup'''

''Text''

<i>Text</i>

'''Text'''

<b>Text</b>

'''''Text'''''

<i><b>Text</b></i>

<ins>Text</ins>

<ins>Text</ins>

<del>Text</del>

<del>Text</del>

<tt>Text</tt>

<tt>Text</tt>

Templates
Books by {{{1}}}

Unnamed variables

{{Author|Palahniuk}}

Invoking the template

Books by {{{name}}}

Named variables

<dl>
<dt>Term 1</dt>
<dd>Foo</dd>
<dt>Item 2</dt>
<dd>Bar</dd>
<dt>Item 3</dt>
<dd>Baz</dd>
</dl>

{{Author|name=Palahniuk}}

Invoking the template

Categories
Assign object to a category

[[Category:Humor]]

Link to a category

[[:Category:Humor]]

Links
[[packet switching]]

<a href="Packet_switching">packet switching</a>

[[packet switching|packet switched]]

<a href="Packet_switching">packet switched</a>

IP [[network]]ing

IP <a href="Network">networking</a>

IEEE [[802.3 (Ethernet)|]]

IEEE <a href="802.3_(Ethernet)">802.3</a>

[http://google.com/]

<a href="http://google.com/">http://google.com/</a>

[http://google.com/ Google]

<a href="http://google.com/">Google</a>

Images
[[Image:photo.png]]

<a href="Image:photo.png"><img src="photo.png" /></a>

[[Image:photo.png|Alt text]]

<a href="Image:photo.png"><img src="photo.png" alt="Alt text" /></a>

[[Image:photo.png|30 px]]

<a href="Image:photo.png"><img src="30px-photo.png" /></a>

[[:Image:photo.png|A photo]]

<a href="Image:photo.png">A photo</a>

Tables
{|

Starts a table

Table header

|+

Table caption (optional; one per table)

Table cell

|-

Begin a new row

|}

Table end

by Jeremy Stretch

v2.1

You might also like