Difference between revisions of "Template:IsIPAddress/doc"

From blackwiki
Jump to navigation Jump to search
imported>DePiep
imported>DePiep
Line 8: Line 8:
 
* {{tlx|IsIPAddress|31poy}} → {{IsIPAddress|31poy}}
 
* {{tlx|IsIPAddress|31poy}} → {{IsIPAddress|31poy}}
 
* {{tlx|IsIPAddress|}} → {{IsIPAddress|}}
 
* {{tlx|IsIPAddress|}} → {{IsIPAddress|}}
* {{tlx|IsIPAddress| 127.0.0.1}} (opening with space) → {{IsIPAddress|1= 127.0.0.1 }}
+
* {{tlx|IsIPAddress| 127.0.0.1}} (opening with space) → {{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>
 
The blank can be distinguished in constructs like: <code><nowiki>{{#if:{{IsIPAddress|127.0.0.1}}|<!--yes-->|<!--no-->}}</nowiki></code>

Revision as of 07:40, 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