Difference between revisions of "Template:If IP/doc"

From blackwiki
Jump to navigation Jump to search
imported>Sdkb
(cat)
imported>Sdkb
(doc for tag param)
Line 17: Line 17:
 
"description": "Wikitext to display if user is logged in",
 
"description": "Wikitext to display if user is logged in",
 
"type": "content"
 
"type": "content"
 +
},
 +
"tag": {
 +
"description": "Changes the HTML tag used",
 +
"example": "div",
 +
"default": "span"
 
}
 
}
 
},
 
},

Revision as of 07:54, 13 December 2020

Usage

Example: {{If IP|text for IP users|text for logged in users}}

TemplateData

Displays wikitext based on whether or not a user is logged in.

Template parameters

ParameterDescriptionTypeStatus
If IP1

Wikitext to display if user is not logged in

Contentoptional
If user2

Wikitext to display if user is logged in

Contentoptional
Tagtag

Changes the HTML tag used

Default
span
Example
div
Unknownoptional

See also