IfNotAdmin Macro Help
If the user is not logged in, or is not an administrator, they will see the text in the macro argument.
If the text is preceded by "Markup:", then it is run through markup_to_html() before being shown on the page.
Here are some examples:
Example 1: {{IfNotAdmin(<font color="red">You are NOT an administrator!</font>)}}
Example 2: {{IfNotAdmin(Markup:See the [[SystemInfo]] page to some info about this wiki)}}
Back to page: SystemInfo