SandBox
Apply Anywhere |
||||||||||
Description | You type | You get | ||||||||
Italic text | ''italic'' | italic | ||||||||
Bold text | '''bold''' | bold | ||||||||
Bold and italic | '''''bold & italic''''' | bold & italic | ||||||||
Hyperlink to wiki page |
[[Home]] |
Home | ||||||||
Hyperlink to wiki page with different link text—use | to separate text | [[Home|Main doc page]] | Main doc page | ||||||||
Hyperlink to external web page | http://www.sun.com | http://www.sun.com | ||||||||
Hyperlink to external web page with different link text—space separates text | [http://www.sun.com Sun Microsystems] | Sun Microsystems | ||||||||
Anchor definition. Use the id attribute with an HTML tag that takes this attribute, such as <span> or <div>. | <span id="anchor_to_link_to">optional text</span> | optional text | ||||||||
Hyperlink to anchor |
[[#anchor_to_link_to|go to anchor]] |
go to anchor above | ||||||||
Inline image. Use | to separate options, which include thumb for an 80x80 pixel thumbnail, 99px to size the image to 99 by 99 pixels square, 66x99px to size the image to 66px wide by 99px high, left or right to float the image left or right, box to created a boxed image. | [[image:aracari-sm.png]] | ![]() |
||||||||
Inline image with thumb, right, and box. See Media Wiki Sampler: Images for more examples. | [[image:aracari.png|thumb|right|box]] | |||||||||
Escape wiki markup | <nowiki>no ''markup''</nowiki> | no ''markup'' | ||||||||
Table of Contents: Use two underscores before TOC and two after. The table of contents is inserted at the location of this identifier and lists all headings defined with wiki heading tags (=, ==, ===, and so on). If you want to exclude a heading, such as the main heading, use HTML tags instead of wiki tags. For example, <h1>Main Heading</h1>. | __TOC__ |
|
||||||||
Apply Only at Beginning of Line |
||||||||||
Description | You type | You get | ||||||||
Indented text | :Indented text | Indented text | ||||||||
Headings of various levels | =level 1= | Level 1 |
||||||||
==level 2== | Level 2 |
|||||||||
===level 3=== | Level 3 |
|||||||||
====level 4==== |
Level 4 |
|||||||||
Horizontal rule |
---- |
|
||||||||
Bulleted list | * first item * second item |
|
||||||||
Numbered list | # Step 1 # Step 2<br />
more on two<br />
yet more on two |
|
||||||||
Mixture of bulleted and numbered lists |
# Step 1 # Step 2 |
|
||||||||
Definition list | ;Term :Definition 1 |
|
||||||||
Preformatted text can be done either with a <pre> tag or with a space at the beginning of each line of text. | <pre>
This text is preformatted |
This text is preformatted and has the same number of lines as the source has line breaks. this preformatted text has a space at the beginning of each line |
||||||||
A table with borders, a header row, a simple row, and a row with the valign attribute defined. | {|- border="1" |
|