The body section of a wiki page allows writers to use a simplified form of HTML tags to help them format their content. While the page 'Compose tips' (a link to this page is provided at the bottom of the "body" field in each wiki form) provides a detail description of each of the HTML tags supported by the Labdoo wiki system, in this section we provide additional information for some of the tags that are a bit more advanced.
Inserting images
As explained in the 'Compose tips', you can insert an image using the <img> tag. For instance, the following tag:
<img src="/profiles/labdoo/files/pictures/laptop.png" width="50"/>
generates this image:
To upload the actual image, follow the next steps:
Figure. Through the file management interface, you can upload images and files. If you are adding images for the wiki, please make sure to upload your content inside the folder 'content'. Inside the folder 'content', it is also recommended that you create more folders to help you organize further your images and files, while reusing existing folders if the content belongs to the same category. |
Formatting figures in your wiki page
If you want to insert an image into your text, please follow the following format:
Here is an example:
<hr/>
<table align="center">
<tr><td>
<em> Figure. This is the Labdoo logo.</em>
</td></tr>
<tr><td>
<img src="/profiles/labdoo/files/pictures/laptop.png" width="50"/>
</td></tr>
</table>
<hr/>
Which is displayed as follows:
Figure. This is the Labdoo logo. |
Inserting videos
You may insert videos using the following simple tag:
For example:
[video:https://www.youtube-nocookie.com/watch?v=Gpo-7GjFydw]
For a good description on how to insert videos please directly refer to the 'Compose tips' page under the 'Video Filter' section.