Difference between revisions of "Template:IsIPAddress/doc"
Jump to navigation
Jump to search
imported>Mogism m (Cleanup/Typo fixing, typos fixed: addres → address using AWB) |
imported>Sdkb (→See also: I created a new template) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| 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 13: | Line 14: | ||
== See also == | == See also == | ||
* [[Module:IPAddress]] | * [[Module:IPAddress]] | ||
| + | * [[Template:IP-talk]] | ||
| + | * [[Template:If IP]] (for displaying content only to IP users) | ||
| − | <includeonly> | + | <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox|| |
| − | <!-- Categories and interwikis go | + | <!-- Categories go here and interwikis go in Wikidata. --> |
| − | + | }}</includeonly> | |
| − | </includeonly> | ||
Latest revision as of 07:53, 16 June 2020
| 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
- Module:IPAddress
- Template:IP-talk
- Template:If IP (for displaying content only to IP users)