Difference between revisions of "Template:If IP/doc"
Jump to navigation
Jump to search
imported>Sdkb (doc for tag param) |
imported>Sdkb m (suggested params) |
||
| Line 11: | Line 11: | ||
"label": "If IP", | "label": "If IP", | ||
"description": "Wikitext to display if user is not logged in", | "description": "Wikitext to display if user is not logged in", | ||
| − | "type": "content" | + | "type": "content", |
| + | "suggested": true | ||
}, | }, | ||
"2": { | "2": { | ||
"label": "If user", | "label": "If user", | ||
"description": "Wikitext to display if user is logged in", | "description": "Wikitext to display if user is logged in", | ||
| − | "type": "content" | + | "type": "content", |
| + | "suggested": true | ||
}, | }, | ||
"tag": { | "tag": { | ||
Revision as of 07:54, 13 December 2020
| 40px | This is a documentation subpage for Template:If IP. It contains usage information, categories and other content that is not part of the original template page. |
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.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| If IP | 1 | Wikitext to display if user is not logged in | Content | suggested |
| If user | 2 | Wikitext to display if user is logged in | Content | suggested |
| Tag | tag | Changes the HTML tag used
| Unknown | optional |
See also