Module:Sensitive IP addresses/list/doc: Difference between revisions
From Thetacola Wiki
Jump to navigationJump to search
en>WOSlinker (fix syntaxhighlight) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 00:24, 15 August 2022
File:Ambox important.svg | This Lua module is used in system messages. Changes to it can cause immediate changes to the Wikipedia user interface. To avoid major disruption, 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. |
This module houses data about sensitive IP ranges used by Module:Sensitive IP addresses.
How to add information[edit source]
{
name = 'Entity name', -- required
id = 'entityid', -- required, must be unique
description = 'a description of the entity', -- required
reason = 'political', -- "political" or "technical" -- optional (default "political")
ipv4Ranges = { -- One or more IPv4 CIDR ranges -- optional
'1.2.3.0/24',
'4.5.6.0/24',
},
ipv6Ranges = { -- One or more IPv6 CIDR ranges -- optional
'2001:db8::ff00:0:0/96',
'2001:db8::ff05:0:0/96',
},
notes = 'Notes about the entity or the IP ranges', -- optional
},
Validation errors[edit source]
No errors found