PluginDraw
New in Tiki8 (and backported to 7.1)Embed a drawing in a wiki page.
Parameters
Required parameters are in boldPreferences required: feature_draw, wikiplugin_draw
| Parameters | Accepted Values | Description | Default | Since |
| id | ID number | Internal ID of the file id | 7.1 | |
| width | Number of pixels followed by 'px' or percent followed by % (e.g. "200px" or "100%"). | Width in pixels or percentage. Default value is page width. e.g. "200px" or "100%" | Image width | 7.1 |
| height | Number of pixels followed by 'px' or percent followed by % (e.g. "200px" or "100%"). | Height in pixels or percentage. Default value is complete drawing height. | Image height | 7.1 |
| archive | y or n | The latest revision of file is automatically shown, by setting archive to y, it bypasses this check and shows the archive rather than the latest revision | n | 8 |
Example
This code:{draw id="0"}Would produce:
See Draw.
Plugin Draw
