|
restricted |
|
restricted is a boolean variable that is true if the article was posted into a restricted category.
Articles in restricted categories can be viewed only by their authors or readers who either have permission to view that category or belong to a group that has permission to view that category.
Example
The following code causes Keep this secret! if the article is in a restricted category:
{{if restricted}}
Keep this secret!
{{/if}}