...
- output- Determines how the output is formated:
- html - Data is output as HTML (default).
- wiki - Data is surrounded by a {noformat} macro.
- script- Location of HTML data. Default is the macro body only. If a location of data is specified, the included data will follow the body data.
- #filename - Data is read from the file located in confluence home directory/script/filename. Subdirectories can be specified.
- #http://... - Data is read from the URL specified.
- ^attachment - Data is read from an attachment to the current page.
- page^attachment - Data is read from an attachment to the page name provided.
- space:page^attachment - Data is read from an attachment to the page name provided in the space indicated.
- noPanel - When output=wiki, show the data within a panel (default) unless nopanel=true
- encoding - File encoding for an external file if different from the system default handling. Example: UTF-8.
- clean - Default is true. Some HTML tags (like body and html) are removed to help with formatting in Confluence. Set to false to surround the complete html with an iframe.
- head - Default is false. If set to true and clean=true, then the head tags will be removed and this will allow confluence to treat the content as standard body content on the page. Style information in particular.
- width - Default is 500. Sets the width for the iframe (when clean=true).
- height - Default is 500. Sets the height for the iframe (when clean=true).
...