## Please edit system and help pages ONLY in the moinmaster wiki! For more ## information, please see MoinMaster:MoinPagesEditorGroup. ##master-page:Unknown-Page ##master-date:Unknown-Date #acl MoinPagesEditorGroup:read,write,delete,revert All:read #format wiki #language en <> <
><
> <> == ImageLink == This macro is used to make a link that displays an image (can be given as either attachment or URL) and links to either an URL or a wiki page or another attachment. Optionally the image could be mapped to a different width and height. If no target is given the link will point to the image itself. === Syntax === {{{<>}}} === Parameters === {{{ image: image attachment file name or the URL of an image target: link target wiki page or URL (optional) or attachment: or inline: }}} === Keyword Parameters === {{{ width: rendered image width (optional) height: rendered image height (optional) alt: alt text }}} === Example === {{{ <> <> <> <> <> <> <> <> <> <> <> <> }}} === Display === {{{ <> }}} <> (!) Since moin 1.6 you can also use standard link/transclusion markup for this: {{{ [[FrontPage|{{http://static.moinmo.in/logos/moindude.png|Welcome|width=200}}]] }}} [[FrontPage|{{http://static.moinmo.in/logos/moindude.png|Welcome|width=200}}]]