Template:If extended confirmed/doc
This is a documentation subpage for Template:If extended confirmed. 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 extended confirmed|text for extended confirmed users|text for non-extended confirmed users}}
By default, <span>...</span>
tags are used to wrap the specified content. |tag=div
can be used if the content contains block-level elements.
Administrators are not part of the technical extended-confirmed user group, so they will see the text for non-extended confirmed users. |
TemplateData
<templatedata> { "params": { "1": { "label": "If extended confirmed", "description": "Wikitext to display if user is extended confirmed", "type": "content", "suggested": true }, "2": { "label": "If not extended confirmed", "description": "Wikitext to display if user is not extended confirmed (includes IPs)", "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 extended confirmed." } </templatedata>
See also