Difference between revisions of "Template:If IP"
Jump to navigation
Jump to search
imported>Sdkb (adding tag parameter) |
imported>GreenComputer (Don't leave empty tags if not all parameters are used.) |
||
| Line 1: | Line 1: | ||
| − | <{{{tag|span}}} class="anonymous-show">{{{1|<noinclude>You are not logged in.</noinclude>}}}</{{{tag|span}}}><{{{tag|span}}} class="user-show">{{{2|<noinclude>You are currently logged in.</noinclude>}}}</{{{tag|span}}}><noinclude> | + | {{#if:{{{1|<noinclude>a</noinclude>}}}|<{{{tag|span}}} class="anonymous-show">{{{1|<noinclude>You are not logged in.</noinclude>}}}</{{{tag|span}}}>}}{{#if:{{{2|<noinclude>a</noinclude>}}}|<{{{tag|span}}} class="user-show">{{{2|<noinclude>You are currently logged in.</noinclude>}}}</{{{tag|span}}}>}}<noinclude> |
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> | ||
Revision as of 11:04, 17 December 2020
You are not logged in.You are currently logged in.
Usage
Example: {{If IP|text for IP users|text for logged in 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
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
| The above documentation is transcluded from Template:If IP/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |