History: Home
Preview of version: 13
- ยซ
- ยป
Some content
Some more content.
This is an image linked to from the filesystem:
Copy to clipboard
{IMG(src="img/wiki_up/Blender.png")}{IMG}
An image stored in the file repository:
Copy to clipboard
{IMG(attId="1")}{IMG}
And a smiley! ๐
Star image ๐
Copy to clipboard
{img src=pics/icons/star.png alt="Star"}
This is a help icon.
Copy to clipboard
{img src=pics/icons/help.png alt="Help"}
Hello World
Copy to clipboard
#include <iostream> using namespace std; void main() { cout << "Hello World!" << endl; cout << "Welcome to the Ogre Wiki!" << endl; }