| | | |
| - url (required): The URL to the file to include | | - url (required): The URL to the file to include |
| - start (optional): Some value which is used to de | | - start (optional): Some value which is used to de |
| termine at which position in the file to start the | | termine at which position in the file to start the |
| inclusion. (The line containing the given word wi | | inclusion. (The line containing the given word wi |
| ll not be included) | | ll not be included) |
| - end (optional): Some value which is used to dete | | - end (optional): Some value which is used to dete |
| rmine at which position to stop the inclusion. | | rmine at which position to stop the inclusion. |
| | | |
t | | t | ### Include Template Macro
|
| | |
|
| | | Allows a user to include arbitrary HTML by includi |
| | | ng a template from djang's templating system. (Ie. |
| | | only an admin can create HTML content. - or anyon |
| | | e who has access to the template directories, or w |
| | | hereever the templates are stored.)
|
| | |
|
| | | Example Usage:
|
| | |
|
| | | {includetemplate templateName=mydir/sometempla |
| | | te.html}
|
| | |
|
| | | #### Parameters
|
| | |
|
| | | - templateName (required): The name of the templat |
| | | e to include.
|
| | |
|
| | | All additional parameters will be put into the con |
| | | text of the template as 'params'.
|
| | | |
| ### Image Macro | | ### Image Macro |
| | | |
| Administrators can add attachments to wiki snips. | | Administrators can add attachments to wiki snips. |
| The Image macro allows to add such attachments as | | The Image macro allows to add such attachments as |
| images into the wiki snip. | | images into the wiki snip. |
| | | |