Template:IsIPAddress/doc
< Template:IsIPAddress
Jump to navigation
Jump to search
Revision as of 10:55, 19 July 2013 by 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)
| 40px | This is a documentation subpage for Template:IsIPAddress. It contains usage information, categories and other content that is not part of the original template page. |
| 30px | This template uses Lua: |
Returns 4 if the address is IPv4, 6 if IPv6, and a blank when not an IP address.
Usage
{{IsIPAddress|127.0.0.1}}→ 4{{IsIPAddress|00AB:0002:3008:8CFD:00AB:0002:3008:8CFD}}→ 6{{IsIPAddress|31poy}}→{{IsIPAddress}}→{{IsIPAddress| 127.0.0.1}}(opening with space) → 4
The blank can be distinguished in constructs like: {{#if:{{IsIPAddress|127.0.0.1}}|<!--yes-->|<!--no-->}}
See also