mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 18:39:57 +00:00
27 lines
371 B
Plaintext
27 lines
371 B
Plaintext
title: ImageMacro
|
|
tags: docs macro
|
|
|
|
The ImageMacro displays an image with an optional tooltip.
|
|
|
|
! Parameters
|
|
|
|
! Examples
|
|
|
|
{{{
|
|
<<tiddler [[Motovun Jack.jpg]]>>
|
|
}}}
|
|
|
|
Appears as:
|
|
|
|
<<tiddler [[Motovun Jack.jpg]]>>
|
|
|
|
{{{
|
|
<<image [[Motovun Jack.jpg]] text:"A kitten">>
|
|
}}}
|
|
|
|
Appears as:
|
|
|
|
<<image [[Motovun Jack.jpg]] text:"A kitten">>
|
|
|
|
(Hover over the image to see the tooltip).
|