You are on page 1of 1

MEDIAWIKI packetlife.

net

Headers Code
=Text= <h1>Text</h1> <code>Text</code> <code>Text</code>
==Text== <h2>Text</h2> <code><pre>Text</pre></code> <code><pre>Text</pre></code>

===Text=== <h3>Text</h3>
Miscellaneous
====Text==== <h4>Text</h4>
<nowiki>Define [[a link]]</nowiki> Define [[a link]]
=====Text===== <h5>Text</h5>
<!-- a comment --> <!-- a comment -->
======Text====== <h6>Text</h6>

Lists Formatting
* Item 1 <ul> ''Text'' <i>Text</i>
* Item 2 <li>Item 1</li>
'''Text''' <b>Text</b>
* Item 3 <li>Item 2</li>
** Item 3a <li>Item 3</li><ul> '''''Text''''' <i><b>Text</b></i>
** Item 3b <li>Item 3a</li>
<ins>Text</ins> <ins>Text</ins>
<li>Item 3b</li>
</ul></li></ul> <del>Text</del> <del>Text</del>
# Item 1 <ol> **super**strong <strong>super</strong>strong
# Item 2 <li>Item 1</li>
# Item 3 <li>Item 2</li> Templates
<li>Item 3</li>
Unnamed variables Books by {{{1}}}
</ol>
Invoking the template {{Author|Palahniuk}}
; Term 1 : Definition 1 <dl>
; Term 2 : Definition 2 <dt>Term 1</dt> Named variables Books by {{{name}}}
; Term 3 : Definition 3 <dd>Definition 1</dd>
Invoking the template {{Author|name=Palahniuk}}
<dt>Item 2</dt>
<dd>Definition 2</dd> Categories
<dt>Item 3</dt>
<dd>Definition 3</dd> Assign to a category [[Category:Humor]]
</dl> 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 (optional; one per table)
|+ Table caption (optional; one per table) | Table cell
|- Begin a new row |} Table end
by Jeremy Stretch v1.1

You might also like