• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..Today-

LICENSEH A D17-Oct-201317.6 KiB340280

README.mdH A D17-Oct-2013507 2215

plugin.info.txtH A D17-Oct-2013223 98

syntax.phpH A D17-Oct-20133.8 KiB142103

syntax.php.alternative.versionH A D17-Oct-20134.6 KiB175142

README.md

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