If you haven't done so already, be sure to visit the Wiki Portal to read about how the wiki works. Especially the Ogre Wiki Overview page.
Title
-=This is a title=-
Indentation
There's several ways of using indentation in Tiki
Blockquote
This code:
not indented ;Title:indented text
gives:
not indented
- Title
- indented text
You can also indent without having a title:
not indented ;:indented text
not indented
- indented text
Linebreak Tags ( %%% )
A section can be indented using the linebreak tags ( %%% ) with the indent tags ( ;: ):
not indented ;:Lorem ipsum%%%and a lot of other%%%text in a blockquote
not indented
- Lorem ipsum
and a lot of other
text in a blockquote
Indentation in tables
||one|two|three%%%and some line here%%%and another line four|five%%%under five|six seven|eight|nine||
| one | two | three and some line here and another line |
| four | five under five | six |
| seven | eight | nine |
The reason why the linebreak tag is needed in a table is that a normal linebreak starts a new row.
Video embedding
YouTube:
- Use YouTube button in page editor
Vimeo:
{CODE(ishtml="1")}<iframe src="http://player.vimeo.com/video/123...." width="640" height="360" frameborder="0"></iframe>{CODE}
Dynamic Variables
To save typing, and overcome the fact that HTML is turned off, this wiki uses Dynamic Variables.
A dynamic variable is surrounded by percentage characters:
%clear%
A non-existing dynamic variable is rendered as NAV (Not A Variable), and if you have the rights to do so, clicking NAV will allow you to enter some code, which can be either regular text or HTML.
The variables are stored directly into the database, so any non-visual dynamic variables need to be altered through the database interface (which is the case with the %clear% dynamic variable).
For instance, the %clear% dynamic variable is used to insert line breaks into a wiki page, and the code looks like this:
<br class="clear" />
Other oft used dynamic variables are:
| %info% | | |
| %tutorialhelp% |
| |
| %warning% | | |
| %warning2% | | |
| %tip% | | |
See Ogre Wiki Dynamic Variables for the full list.
The Sandbox
Do This
|
Contributors to this page: Beauty
and
jacmoe
.
Page last modified on Saturday 27 of August, 2011 12:15:11 GMT by Beauty
.
The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.
As an exception, any source code contributed within the content is released into the Public Domain.


