Template:If extended confirmed/doc

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

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.

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