| The news macro supports the following parameters: | | The news macro supports the following parameters: |
| | | |
| - Category (required): The Id of the Board categor | | - Category (required): The Id of the Board categor |
| y (as displayed in the URL to this board category) | | y (as displayed in the URL to this board category) |
| | | |
| - baseURL (required): The URL at which the board i | | - baseURL (required): The URL at which the board i |
| s located. (This parameter might get obsolete pret | | s located. (This parameter might get obsolete pret |
| ty soon since there is now a way to automatically | | ty soon since there is now a way to automatically |
| resolve a configured URL) | | resolve a configured URL) |
| - limit: The number of threads to list (default: 5 | | - limit: The number of threads to list (default: 5 |
| ) | | ) |
t | - templateName: The name of a django template to b | t | - templateName: The name of a django template to b |
| e used for rendering. (default: wiki/news.html | | e used for rendering. (default: sphene/sphboard/wi |
| | | kimacros/news.html |
| | | |
| #### Template | | #### Template |
| | | |
| The News Macro requires a simple template (given b | | The News Macro requires a simple template (given b |
| y the parameter 'templateName' which is by default | | y the parameter 'templateName' which is by default |
| wiki/news.html) | | wiki/news.html) |
| | | |