Difference between revisions of "Template:IsIPAddress"

From blackwiki
Jump to navigation Jump to search
imported>Mr. Stradivarius
(simpler trimming code)
imported>Mr. Stradivarius
(make this substable)
Line 1: Line 1:
{{#invoke:IPAddress|isIp|1={{{1|}}}}}<noinclude>
+
{{<includeonly>safesubst:</includeonly>#invoke:IPAddress|isIp|1={{{1|}}}}}<noinclude>
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

Revision as of 14:20, 16 November 2015

50px Template documentation[view] [edit] [history] [purge]

Returns 4 if the address 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