Module talk:IPAddress: Difference between revisions

Content deleted Content added
Line 96:
 
{{edit fully-protected|Module:IPAddress|answered=no}}
<code>p.isIpOrRange</code> currently requires a frame and prevents other modules (which may not have the first argument as the string to check) from checking if a given objectstring is an IP or range. Please change lines 46 to 59 with the following.
<syntaxhighlight line start="49" lang="lua">
function p._isIpOrRange(s)