Plugin Center
This Wiki Plugin can be used to center data in a wiki page.Usage
To use the plugin in a wiki page, use the syntax:{CENTER()}data{CENTER}Example
This code,{CENTER()}
|| __table__
a | ::b:: | c
1 | 2 | 3 ||
{CENTER}Would produce:
| This is a table that will be centered in the middle of the page | ||
| a | b | c |
| 1 | 2 | 3 |
