Wiki Help :: Wiki Help/TightWiki Logo.png

Image


Overview
When editing a page you can attach images. The images are stored with and managed on the page for which they are attached. Displaying these images is straightforward with some flexibility for the way they are displayed.
While the files and images are attached to a single page, they can also be referenced on one page from another.

Prototype
##Image(string [name], integer {scale}, string {altText})

Parameters

Examples
Attached Images
Displaying an image that is attached to the page:
##Image(TightWiki Logo.png)

Displaying an image that is attached to the page scaled to 25%:
##Image(TightWiki Logo.png, 25)

Displaying an image that is attached to the page scaled to 25% with an alternate caption
##Image(TightWiki Logo.png, 25, The image caption)

Images from other pages
Displaying an image that is attached to another page:
##Image(Some other Page/TightWiki Logo.png)

Direct Reference
Also keep in mind that you can directly reference a page attached image:

https://tightwiki.com/File/Image/tightwiki_media/tightwiki_logo_png


See Also
Function Calling Convention
Scope Function
Instruction Function
Standard Function

Related


Last modified by admin @ 12/20/2022 10:52:21 AM