Module:IPAddress/doc: Difference between revisions
Appearance
Content deleted Content added
TFD closed as keep (XFDcloser) |
No edit summary |
||
Line 1: | Line 1: | ||
{{used in system|in [[MediaWiki:Newarticletext]]}} |
|||
{{replace|{{replace||template|module}}|Template:|Module:|count=1}} |
|||
Functions are not "local", so other modules can require this module and call them directly. |
Functions are not "local", so other modules can require this module and call them directly. |
||
We return an object with 3 small stub functions to call the real ones so that the functions |
We return an object with 3 small stub functions to call the real ones so that the functions |
Revision as of 19:58, 31 December 2019
![]() | This Lua module is used in MediaWiki:Newarticletext, and on approximately 202,000 pages. Changes to it can cause immediate changes to the Wikipedia user interface. To avoid major disruption and server load, any changes should be tested in the module's /sandbox or /testcases subpages, or in your own module sandbox. The tested changes can be added to this page in a single edit. Please discuss changes on the talk page before implementing them. |
Functions are not "local", so other modules can require this module and call them directly. We return an object with 3 small stub functions to call the real ones so that the functions can be called from templates also.
Only dotted decimal notation for IPv4 supported. Does not support dotted hexadecimal, dotted octal, or single-number formats (see IPv4#Address_representations).
Unit tests at Module:IPAddress/testcases