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

..--

LICENSED22-Mar-202517.6 KiB340280

README.mdD22-Mar-2025507 2215

plugin.info.txtD22-Mar-2025225 98

syntax.phpD22-Mar-20253.9 KiB143104

syntax.php.alternative.versionD22-Mar-20254.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