Table of Content
English German Italiano Magyar Spanish 简体中文
Wiki Syntax Help
ExpressionEngine uses a special wiki syntax to perform a set of actions directly on the wiki. The actual formatting is done by Textile. (have a look on the external page too Textism: Tools: Textile [textism.com])
This is only a very short introduction. If you want to learn the more advanced textile features, the TextileSyntax wiki page has all the information for you.
Linking Pages
- [[PageTitle]]
- This links to my <a href="http://qt-project.org/wiki/AwesomeNewPage">AwesomeNewPage</a> here.
- [[PageTitle | Display Title]]
- This links to my <a href="http://qt-project.org/wiki/AwesomeNewPage">awesome new page</a>
Linking to Qt Documentation
- [[Doc:ClassName]]
Using Tables
Readability is enhanced if your markup indicates a title row and if you color the title row green and alternate entry rows with a light gray.
Note the space before the | designating beginning of a cell.
- {background:#009900}. |_. Title 1 |_. Title 2 |
- | somestuff in clear row| more stuff |
- {background:#ddd}. | some stuff in gray row | more stuff |
| Title 1 | Title 2 |
|---|---|
| somestuff in clear row | more stuff |
| some stuff in gray row | more stuff |
Categories
- [[Category:Foo]]
- [[Category:Foo::Bar]]
Link to a Category Page
- [[:Category:Foo::Bar]]
Add a Table of Contents
When a page is long, adding a table of contents can help a lot. You can control alignment and depth of the table.
- [toc align_right="yes" depth="2"]
The optimal depth corresponds structure and size of the article. For a short article a toc is absolutely unnecessary.
Right aligned articles
For wiki pages you can add
- [right_aligned]
to the top of the page and it will be all right aligned on save.
Character Codes, or How to Bypass the Wiki Formatter
Sometimes you need a character in your wiki article that the wiki engine thinks is a formatting code. When this happens, replace the character with a code for the character. Here is a good list of such codes [degraeve.com].
For example, in Textile the percent symbol (%) indicates a <span> tag in HTML, but you may need to show a % in a command line example. Use % instead of % in your example:
Show:
By entering:
- set QTDIR=%DEV%\Qt
Embedding Youtube Videos
- [YouTubeID:<id>]

