kopia lustrzana https://github.com/miklobit/TiddlyWiki5
27 wiersze
371 B
Plaintext
27 wiersze
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).
|