Download for PHP  R515 (beta)
Expand

Input document

.

Upload document:

Image

Extension list »

Inserts an image.

http://uverse.i-forge.net/wiki/demo/Extensions/List/swack-16.png

Main page: http://uverse.i-forge.net/wiki/demo/Extensions/List/swack-16.png

http://uverse.i-forge.net/wiki/demo/Extensions/List/swack.png
xml<img src="swack.png" alt="Swack logo" />

Parameters

  • file – either a local address or an URL; is passed as the first argument;
  • title – optional text to put under the image; is formatted with a chained markup. You can use formatter form of Image to pass large chunks of text – examples; is passed as the second argument, if any;
  • width, height – optional parameters specifying image dimensions in pixels; if only one is given the picture is proportionally resized;
  • size – a shortcut for defining width and height in form WxH: http://uverse.i-forge.net/wiki/demo/Extensions/List/swack-16.png;
  • no link – by default Image creates the link to full-size picture; this argument prevents it from doing so – useful when you’re outputting a thumbnail: http://uverse.i-forge.net/wiki/demo/Extensions/List/swack-16.png;
  • align – left, right, center or none (if omitteed);
  • clear – used to remove image stacking, has the same values as align above; if given file argument can be omitted – can be passed as the first argument in this case: {{Image clear}} is the same as {{Image clear=both}}.

Languages