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

From blackwiki
Jump to navigation Jump to search
imported>Sdkb
(noting default tag)
imported>Sdkb
(→‎Usage: more concise)
 
Line 4: Line 4:
 
Example: {{tlx|If IP|text for IP users|text for logged in users}}
 
Example: {{tlx|If IP|text for IP users|text for logged in users}}
  
By default, {{tag|span}} tags are used to wrap the specified content. A different tag may be specified using {{para|tag}}
+
By default, {{tag|span}} tags are used to wrap the specified content. {{para|tag|div}} can be used if the content contains block-level elements.
:E.g. {{para|tag|div}} can be used if the content contains block-level elements.
 
  
 
==TemplateData==
 
==TemplateData==

Latest revision as of 07:56, 13 December 2020

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.

Template parameters

ParameterDescriptionTypeStatus
If IP1

Wikitext to display if user is not logged in

Contentsuggested
If user2

Wikitext to display if user is logged in

Contentsuggested
Tagtag

Changes the HTML tag used

Default
span
Example
div
Unknownoptional

See also