Difference between revisions of "Template:IsIPAddress/doc"

From blackwiki
Jump to navigation Jump to search
imported>Mogism
m (Cleanup/Typo fixing, typos fixed: addres → address using AWB)
imported>Mr. Stradivarius
(add {{lua}} template and remove Category:Lua-based templates, as it is added by the template as well - see Wikipedia talk:Lua#Lua talk template)
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
 +
{{lua|Module:IPAddress}}
 
<!-- Categories and interwikis go at the bottom of this page. -->
 
<!-- Categories and interwikis go at the bottom of this page. -->
 
Returns 4 if the address is IPv4, 6 if IPv6, and a blank when not an IP address.
 
Returns 4 if the address is IPv4, 6 if IPv6, and a blank when not an IP address.
Line 17: Line 18:
 
<!-- Categories and interwikis go here: -->
 
<!-- Categories and interwikis go here: -->
  
[[Category:Lua-based templates]]
 
 
</includeonly>
 
</includeonly>

Revision as of 10:55, 19 July 2013

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