img: Support a title attribute, will be passed through to html. Closes: #478718
[ikiwiki.git] / doc / plugins / recentchangesdiff.mdwn
1 [[template id=plugin name=recentchangesdiff core=0 author="[[Joey]]"]]
2
3 This plugin extends the [[recentchanges]] plugin, adding a diff for each
4 change. The diffs are by default hidden from display on the recentchanges
5 page, but will display in its feeds. The [[rcs]] must have implemented
6 support for the `rcs_diff()` function for any diffs to be generated.