Difference between revisions of "Template:IsIPAddress/doc"
Jump to navigation
Jump to search
imported>DePiep |
imported>Mogism m (Cleanup/Typo fixing, typos fixed: addres → address using AWB) |
||
| 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 | + | Returns 4 if the address is IPv4, 6 if IPv6, and a blank when not an IP address. |
== Usage == | == Usage == | ||
| − | * {{tlx|IsIPAddress|127.0.0.1}} | + | * {{tlx|IsIPAddress|127.0.0.1}} → {{IsIPAddress|127.0.0.1}} |
| − | * {{tlx|IsIPAddress|00AB:0002:3008:8CFD:00AB:0002:3008:8CFD}} | + | * {{tlx|IsIPAddress|00AB:0002:3008:8CFD:00AB:0002:3008:8CFD}} → {{IsIPAddress|00AB:0002:3008:8CFD:00AB:0002:3008:8CFD}} |
| − | * {{tlx|IsIPAddress|31poy}} | + | * {{tlx|IsIPAddress|31poy}} → {{IsIPAddress|31poy}} |
| − | * {{tlx|IsIPAddress|}} | + | * {{tlx|IsIPAddress|}} → {{IsIPAddress|}} |
| − | * {{tlx|IsIPAddress| 127.0.0.1}} (opening with space) | + | * {{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 16:13, 12 July 2013
| 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. |
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