Images

The image syntax is [img:size image_file]. Size is optional and can be expressed in valid CSS units.

In some cases, when large images are used, you might prefer the thumb syntax. [thumb image_file:size]. Elephant internally creates a thumb file a renders the image with a link to the original one. Thumbs are restricted to JPG images.

Some examples

Wiki

Result

[img repository(/powered.jpg)]

[img:80px repository(/powered.jpg)]

[img:50% repository(/powered.jpg)]

[thumb repository(/powered.jpg):80]
The number stands for thumb's maximum size.

Thumbs automatically create a fileName_thumb.ext file from fileName.ext file. When visitors click on the thumb image get a new window with the original image.

In order to create links with images see anchor.

The repository

In the examples above you might noticed the function repository(), this function returns to current repository location.

Wiki

Result

repository()

/docs/elephant/components/wiki_syntax/images/_internal/repository

Printer version
English10/20/15 11:22Lluís Turró Cutiller
English01/09/18 11:34Lluís Turró Cutiller
English07/24/18 10:24Lluís Turró Cutiller