| <div class="comments"><a href="{{ base | | <div class="comments"><a href="{{ base |
| URL }}/thread/{{ thread.id }}/">{{ thread.replyCou | | URL }}/thread/{{ thread.id }}/">{{ thread.replyCou |
| nt }} Comments</a></div> | | nt }} Comments</a></div> |
| {% endif %} | | {% endif %} |
| </li> | | </li> |
| {% endfor %} | | {% endfor %} |
| </ul> | | </ul> |
t | | t |
|
| | | ### News RSS Macro
|
| | |
|
| | | This template renders an RSS link (including RSS i |
| | | con) to the board rss feed displaying the latest t |
| | | hreads in the given category.
|
| | |
|
| | | {newsrss category=1}
|
| | |
|
| | | #### Parameters
|
| | |
|
| | | - category - The category for which the link shoul |
| | | d be rendered. (required)
|
| | | |
| ### Include Macro | | ### Include Macro |
| | | |
| Allows the inclusion of an external URL into a wik | | Allows the inclusion of an external URL into a wik |
| i snip. The file included is also rendered using M | | i snip. The file included is also rendered using M |
| arkdown ! | | arkdown ! |
| | | |