View source for Module:Sensitive IP addresses/list
MyWikiBiz, Author Your Legacy — Friday May 16, 2025
Jump to navigationJump to searchYou do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
return {
--[=[
{
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
},
--]=]
{
name = 'United States House of Representatives',
id = 'ushr',
000
1:0
Templates used on this page:
- Template:Module rating (view source)
- Template:Used in system (view source)
- Module:IP (view source)
- Module:No globals (view source)
- Module:Sensitive IP addresses/API (view source)
- Module:Sensitive IP addresses/list (view source)
- Module:Sensitive IP addresses/list/doc (view source)
- Module:Sensitive IP addresses/list/validate (view source)
Return to Module:Sensitive IP addresses/list.