History: Home
Source of version: 13
- «
- »
Copy to clipboard
{DIV(width="48%",float="right")}
-=Div to the right=-
Some content
{DIV}
{DIV(width="48%",float="left")}
-=Div to the left=-
Some more content.
{DIV}
{IMG(src="img/wiki_up/Blender.png")}{IMG}
This is an image linked to from the filesystem:
{CODE()}{IMG(src="img/wiki_up/Blender.png")}{IMG}{CODE}
{IMG(attId="1")}{IMG}
An image stored in the file repository:
{CODE()}{IMG(attId="1")}{IMG}{CODE}
And a smiley! :)
{img src=pics/icons/star.png alt="Star"} Star image :)
{CODE()}{img src=pics/icons/star.png alt="Star"}{CODE}
{img src=pics/icons/help.png alt="Help"} This is a help icon.
{CODE()}{img src=pics/icons/help.png alt="Help"}{CODE}
{CODE(caption="Hello World",colors="c++",ln="1")}#include <iostream>
using namespace std;
void main()
{
cout << "Hello World!" << endl;
cout << "Welcome to the Ogre Wiki!" << endl;
}{CODE}