General Actions:
XWiki Syntax 2.1 » Editing » Images
| Feature | XWiki Syntax 2.1 | Result |
|---|---|---|
| Image from attachment on current page | image:img.png | ![]() |
| Image from attachment on another page | image:Space.Page@img.png | ![]() |
| Image with parameters | [[image:img.png||width="25" height="25"]] | |
| Images located at URL | image:http://some/url/img.png | ![]() |
| Prepackaged Icons | image:icon:accept |
The full format of an image is either image: (reference) or [[image: (reference) {||parameters}]]