For When You Can't Have The Real Thing
[ start | index | login ]
start > Image Macro

Image Macro

Created by dave. Last edited by dave, 7 years and 197 days ago. Viewed 9,740 times. #3
[diff] [history] [edit] [rdf]
labels
attachments
(2008-08-29)

Five Years, one hundred and ninety one days later

...I've finally figured out how the fucking image tag works in this software.

MacroParametersAction
imageimg: URL (must have external images enabled) oder name des attachments
alt: alternative text (optional)
ext: extension of the image, if omitted in "img" (optional)
align: alignment of the image (left, right, flow-left, flow-right) (optional)
target: links image to the target (optional)
Displays an image file.

What I only discovered today is that when you are suppling the optional parameters, you:

  • must prefix them with the details; and
  • must therefore prefix all parameters with the details.
Oh yes, where the documentation says flow-left, it means float-left. And also for float-right.

So for example, this works:

...but this doesn't:
{image:>>http://blah/blah/blah.jpg|align=float-left}
...but this does:
{image:img=http://blah/blah/blah.jpg|align=float-left}

Knowing this would have made life a lot easier five years ago when I started messing around with this software.

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt