Sections =And Subsections! == |
Headings =And Subheadings! == |
Text starting in column 1 or more is formatted using fixed font.
Text placed between <pre></pre> tags is treated as "verbatim" and left unformatted.
A URL coded "bare" becomes a link based on its own text:
http://www.transcoding.orgBecomes http://www.transcoding.org
A bare URL for an image of type gif, png or jpg becomes an inline image:
A URL like:
[http://www.transcoding.org Transcode Wiki]
Comes out as:
And without the text it becomes a reference:
[http://www.transcoding.org] turns into: [1]
URL's placed inside of [[]] (double square brackets) become references to internal Wiki pages that look like Foo?. Clicking on the ? after saving will present you with a virgin Edit page, so that is how you create new Wiki pages!
Do not use spaces in internal Wiki links, use underscores instead, or the search mechanism might not work on your pages!
If something in your text is treated as a link and you don't want it to be treated as a link, put it between <nowiki></nowiki> tags!
So, '''foo''' or <b>foo</b>will show as foo.
Italic text is created using the HTML <i> tag OR by using the wiki '' delimiters.
So, ''foo'' or <i>foo</i>will show as foo.
And '''''foo''''' or <b><i>foo</i></b>will show as foo.
This particular wiki also supports the <tt></tt> <u></u> and <strike></strike> tags for monospaced, underline, and strikeout text.
:foo ::foo :::foobecomes
*one **two **three ***four
#one ##two ##three ###four
;<i><b>Sections</b>: are defined ...</i> -Phil
Colors are defined by matching <color></color> tags. Supported colors are red blue green purple brown orange and yellow.
So this:
<purple>foo!</purple>Becomes: foo!
Since I needed them, <br> and <center></center> are also supported...
as is the color <white></white> for doing visual layout.
This:
||Aaaa Bbbb Cccc||Dddd Eeee||Fffff Ggg|| ||A || B || C|| ||||Iiiii Jjjjjjj Kkkkk|| C|| ||||||Lllllll Mmmmmmm Nnnnnn Ooooo Ppp||
Becomes:
| Aaaa Bbbb Cccc | Dddd Eeee | Fffff Ggg |
| A | B | C |
| Iiiii Jjjjjjj Kkkkk | C | |
| Lllllll Mmmmmmm Nnnnnn Ooooo Ppp | ||