Template:If administrator/doc

From the AARoads Wiki: Read about the road before you go
Jump to navigation Jump to search

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