Você está na página 1de 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>Suppress [[wiki]] Suppress [[wiki]]
=====Text===== <h5>Text</h5> '''markup'''</nowiki> '''markup'''
======Text====== <h6>Text</h6> <!-- a comment --> <!-- a comment -->

Lists Formatting
<ul> ''Text'' <i>Text</i>
<li>Sizes</li>
* Sizes <li>Shapes</li> '''Text''' <b>Text</b>
* Shapes <li>Colors '''''Text''''' <i><b>Text</b></i>
* Colors <ul>
** Blue <li>Blue</li> <ins>Text</ins> <ins>Text</ins>
** Green <li>Green</li>
</ul></li> <del>Text</del> <del>Text</del>
</ul> <tt>Text</tt> <tt>Text</tt>
<ol>
# First <li>First</li> Templates
# Second <li>Second</li>
Unnamed variables Books by {{{1}}}
# Third <li>Third</li>
</ol> Invoking the template {{Author|Palahniuk}}

<dl> Named variables Books by {{{name}}}


<dt>Term 1</dt>
<dd>Foo</dd> Invoking the template {{Author|name=Palahniuk}}
; Term 1 : Foo
<dt>Item 2</dt>
; Term 2 : Bar Categories
<dd>Bar</dd>
; Term 3 : Baz <dt>Item 3</dt> Assign object to a category [[Category:Humor]]
<dd>Baz</dd>
</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

|+ Table caption (optional; one per table) | Table cell

|- Begin a new row |} Table end

by Jeremy Stretch v2.1

Você também pode gostar