Macro that displays images. Syntax:
{image:text|height|width|align|halign|float|document|alt|title|link|fromIncludingDoc}
- text: The target filename.
- height: The height attribute of the img.
- width: The width attribute of the img.
- align: The align attribute of the img.
- halign: Horizontal alignment for the image. If missing, the image is displayed inline. Accepted values:
floatleft, left, center, right, floatright
- document: The document to which the file is attached. If missing, the current document is used.
- alt: The alt attribute of the image. If missing, title is used. If both are missing, use the filename.
- title: The title attribute of the image. If missing, alt is used. If both are missing, use the filename.
- link: Also link to the image.
- fromIncludingDoc: If present, when the current document is included using #include*, use the top level document
instead of the included one. This is useful for templates, for example.