Modul:URLutil: Unterschied zwischen den Versionen
Oops didn't mean to do that
w>Dcoetzee Keine Bearbeitungszusammenfassung |
w>Dcoetzee (Oops didn't mean to do that) |
||
Zeile 42: | Zeile 42: | ||
function p.isIpV6(frame) return _isIpV6( frame.args[ 1 ] ) and "1" or "0" end | function p.isIpV6(frame) return _isIpV6( frame.args[ 1 ] ) and "1" or "0" end | ||
function p.isIpV4(frame) return _isIpV4( frame.args[ 1 ] ) and "1" or "0" end | function p.isIpV4(frame) return _isIpV4( frame.args[ 1 ] ) and "1" or "0" end | ||
function p.isIp(frame) return _isIp( frame.args[ 1 ] ) | function p.isIp(frame) return _isIp( frame.args[ 1 ] ) or "" end | ||
return p | return p |