1====== ShowIf Plugin for DokuWiki ======
2
3Shows text only if all of some conditions are true.
4Lazy hiding based on plugin nodisp from Myron Turner.
5
6Syntax is \<showif [condition1], [condition2], ...\>[text]\</showif\>
7
8Supported conditions are:
9
101. isloggedin
112. isnotloggedin
123. mayonlyread
134. mayatleastread
145. mayedit
156. isadmin
16
17Administrators will always see everything except mayonlyread.
18Not all combinations are useful ;-)
19
20(c) 2013 by Harald Ronge <harald@turtur.nl>
21See COPYING for license info.
22