Compatible with DokuWiki
No compatibility info given!
Download and install the plugin using the Plugin Manager using the following URL. Refer to Plugins on how to install plugins manually.
You may vizit original plugin page (on russian) and see how it works: http://vovanium.ru/set/oddeven. Plugin is released as Public Domain, because of triviality.
You may use it as tutorial on how to create output modification plugins.
Plugin consists of two files:
As plugin run, is registers RENDERER_CONTENT_POSTPROCESS action hook called 'oddeven'. When hook is called, it adds class 'roweven' to 'td' tags having class 'row0', 'row2' etc. and 'rowodd' for 'row1', 'row3' etc. using regexp replacement. Stylesheet defines class 'roweven' to have lightgray background color.