Difference between revisions of "Template:IsIPAddress/doc"

From blackwiki
Jump to navigation Jump to search
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)
imported>Sdkb
(→‎See also: I created a new template)
 
(2 intermediate revisions by 2 users not shown)
Line 14: 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 here: -->
+
<!-- Categories go here and interwikis go in Wikidata. -->
  
</includeonly>
+
}}</includeonly>

Latest revision as of 07:53, 16 June 2020

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