සැකිල්ල:IsIPAddress/doc
Appearance
This is a documentation subpage for සැකිල්ල:IsIPAddress. It may contain usage information, categories and other content that is not part of the original සැකිල්ල page. |
This template is used in MediaWiki:Blockipsuccesstext. Changes to it can cause immediate changes to the Wikipedia user interface. To avoid large-scale disruption, any changes should first be tested in this template's /sandbox or /testcases subpage, or in your own user space. The tested changes can then be added in one single edit to this template. Please discuss any changes at the talk page before implementing them. |
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)