Difference between revisions of "Template:IsIPAddress/doc"

From blackwiki
Jump to navigation Jump to search
imported>DePiep
(Created page with '{{Documentation subpage}} <!-- Categories and interwikis go at the bottom of this page. --> == Usage == == See also == <includeonly> <!-- Categories and inter...')
 
imported>DePiep
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
 
<!-- Categories and interwikis go at the bottom of this page. -->
 
<!-- Categories and interwikis go at the bottom of this page. -->
 +
Returns 4 if the addres is IPv4, 6 if IPv6, and a blank when not an IP address.
  
 
== Usage ==
 
== Usage ==
 +
* {{tlx|IsIPAddress|127.0.0.1}} &rarr; {{IsIPAddress|127.0.0.1}}
 +
* {{tlx|IsIPAddress|00AB:0002:3008:8CFD:00AB:0002:3008:8CFD}} &rarr; {{IsIPAddress|00AB:0002:3008:8CFD:00AB:0002:3008:8CFD}}
 +
* {{tlx|IsIPAddress|31poy}} &rarr; {{IsIPAddress|31poy}}
 +
* {{tlx|IsIPAddress|}} &rarr; {{IsIPAddress|}}
 +
* {{tlx|IsIPAddress| 127.0.0.1}} (opening with space) &rarr; {{IsIPAddress| 127.0.0.1}}
  
 +
The blank can be distinguished in constructs like: <code><nowiki>{{#if:{{IsIPAddress|127.0.0.1}}|<!--yes-->|<!--no-->}}</nowiki></code>
 
== See also ==
 
== See also ==
 +
* [[Module:IPAddress]]
  
 
<includeonly>
 
<includeonly>

Revision as of 07:39, 6 March 2013

Returns 4 if the addres is IPv4, 6 if IPv6, and a blank when not an IP address.

Usage

The blank can be distinguished in constructs like: {{#if:{{IsIPAddress|127.0.0.1}}|<!--yes-->|<!--no-->}}

See also