Template:If administrator/doc
This is a documentation subpage for Template:If administrator. It may contain usage information, categories and other content that is not part of the original template page. |
This template should not be substituted. |
Usage
Example: {{If administrator|text for administrators}}
will display the text "text for administrators" to administrators but will hide the text from non-administrators.
By default, <span>...</span>
tags are used to wrap the specified content. |tag=div
can be used if the content contains block-level elements.
It is not currently possible to display text only for non-administrators.
TemplateData
<templatedata> { "params": { "1": { "label": "If administrator", "description": "Wikitext to display if user is an administrator", "type": "content", "suggested": true }, "tag": { "description": "Changes the HTML tag used", "example": "div", "default": "span" } }, "description": "Displays wikitext based on whether or not a user is an administrator." } </templatedata>
See also