Adding images
To place images on a Wikka page you can use the {{image}} action. To create an image link, you can use the link parameter.
The {{image}} action accepts the following parameters:
- url (or src) - The location of the image. It's a good idea to fully qualify the url (beginning with http:// or https://)
- class - for image positioning (allowed values are: left, center, right, or any other applicable class declared in the stylesheet) - optional
- alt - alternate text - mandatory. This specifies the alt attribute of the <image> tag, and is in general a short description of the image you should provide for non visual browsers.
- title - the title of the image - optional
- link - a page (either internal or external) the image links to - mandatory
- width - specifies the width of the image - optional since 1.1.6.6
- height - specifies the height of the pages - optional since 1.1.6.6
Example
{{image class="center" alt="DVD logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}
Inline images
Before version 1.1.6.2 it was possible to use inline images. This method has been disabled because of not being accessible.
until 1.1.6.1
CategoryEN