You can use wiki markup to bring in information from external sources.
| Syntax | Effect | Details |
|---|---|---|
[WikiPageName/attachmentName] |
Embeds an attachment in the page. | If the attachment is a .gif, .jpg, or .png image file, the attachment will be embedded in the page; otherwise, the name of the attachment will display as a downloadable link. After adding attachments, the exact syntax for including the current page's attachments is shown next to each attachment's name in the Attachments section of the Edit Wiki page. You can use the same syntax to embed attachments from other wiki pages in the same project. |
[{InsertAttachment
page='WikiPage/attachment'}]
|
Inserts the contents of an attachment into a page. | http://www.jspwiki.org/wiki/InsertAttachment |
[{Mediaplayer src='fileName.wmv'}]
|
Embeds a Windows Media Player or Quicktime Player on a wiki page. |
|
[{INSERT ExcelToHTMLPlugin
src='WikiPage\somesheet.xls'}]
or
[{INSERT ExcelToHTMLPlugin
border='1'
src='\\the_server\somesheet.xls'}]
|
Reads a Microsoft Excel file and displays it as an HTML table. | Parameters:
|
[{arnaud.Flash
src='yourAttachedFlash.swf'}]
|
Embeds a Flash Player on your wiki page. |
|
[{IFramePlugin
url='http://open.collab.net/'
width='100%' height='500'
border='1' scrolling='yes'
align='center'}]
|
Embeds an iframe into a wiki page. |
|