Template:IP Range/IP2Int: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Made the noinclude section a bit more obvious about what exactly is intended here |
||
| Line 2: | Line 2: | ||
{| | {| | ||
|- | |- | ||
|{{{{PAGENAME}}|0.0.0.0}} | |<nowiki>0.0.0.0 => </nowiki>{{{{PAGENAME}}|0.0.0.0}} | ||
|- | |- | ||
|{{{{PAGENAME}}|0.0.0.255}} | |<nowiki>0.0.0.255 => </nowiki>{{{{PAGENAME}}|0.0.0.255}} | ||
|- | |- | ||
|{{{{PAGENAME}}|0.0.255.255}} | |<nowiki>0.0.255.255 => </nowiki>{{{{PAGENAME}}|0.0.255.255}} | ||
|- | |- | ||
|{{{{PAGENAME}}|0.255.255.255}} | |<nowiki>0.255.255.255 => </nowiki>{{{{PAGENAME}}|0.255.255.255}} | ||
|- | |- | ||
|{{{{PAGENAME}}|255.255.255.255}} | |<nowiki>255.255.255.255 => </nowiki>{{{{PAGENAME}}|255.255.255.255}} | ||
|} | |} | ||
</noinclude> | </noinclude> | ||
Latest revision as of 12:15, 20 June 2023
| 0.0.0.0 => 0 |
| 0.0.0.255 => 255 |
| 0.0.255.255 => 65535 |
| 0.255.255.255 => 16777215 |
| 255.255.255.255 => 4294967295 |