|
ImageLink
{{#imageLink}} allows you to link internal images to external URLs or internally to other wiki pages.
IntroductionThe {{#imageLink}} parser function allows you to link internal images to external URLs or internally to other wiki pages. UsageOnce installed, users of your wiki will be able to use imageLink on any page. The syntax is as follows: {{#imageLink:<image>|<url or page title>|<alt text>}}Where:
ExamplesFor example, to link an image called mahalo-logo.png to mahalo.com, you could use: {{#imageLink:mahalo-logo.png|http://www.mahalo.com}}-or- {{#imageLink:mahalo-logo.png|http://www.mahalo.com|Mahalo.com}}Where the latter will display "Mahalo.com" when the user hovers over the image. |
Sign in to add a comment