Content deleted Content added
fix typo |
add entity IDs |
||
Line 3:
{
name = 'Entity name', -- required
id = 'entityid', -- required, must be unique
description = 'A description of the entity', -- optional
reason = 'political', -- "political" or "technical" -- optional (default "political")
Line 18 ⟶ 19:
{
name = 'Qatar',
id = 'qatar',
description = 'The nation of [[Qatar]]',
reason = 'political',
Line 27 ⟶ 29:
{
name = 'United States House of Representatives',
id = 'ushr',
description = '[[United States House of Representatives]]',
reason = 'political',
Line 43 ⟶ 46:
{
name = 'United States Senate',
id = 'ussenate',
description = '[[United States Senate]]',
reason = 'political',
Line 55 ⟶ 59:
{
name = 'United States Department of Justice',
id = 'usdoj',
description = '[[United States Department of Justice]]',
reason = 'political',
Line 63 ⟶ 68:
{
name = 'United States Department of Homeland Security',
id = 'usdhs',
description = '[[United States Department of Homeland Security]]',
reason = 'political',
Line 73 ⟶ 79:
{
name = 'Government of Canada',
id = 'goc',
description = '[[Government of Canada]]',
reason = 'political',
Line 88 ⟶ 95:
{
name = 'Canadian Department of National Defence',
id = 'cdnd',
description = '[[Canadian Department of National Defence]]',
reason = 'political',
Line 99 ⟶ 107:
{
name = 'Canadian House of Commons',
id = 'chc',
description = '[[Canadian House of Commons]]',
reason = 'political',
Line 107 ⟶ 116:
{
name = 'Parliament of the United Kingdom',
id = 'ukparliament',
description = '[[Parliament of the United Kingdom]]',
reason = 'political',
Line 115 ⟶ 125:
{
name = 'United States Department of the Navy and United States Marine Corps',
id = 'usnavy',
description = '[[United States Department of the Navy]] and [[United States Marine Corps]]',
reason = 'political',
Line 123 ⟶ 134:
{
name = 'Abscissa.cluenet.org',
id = 'abcissa',
description = '[//wiki.cluenet.org/wiki/Server:Abscissa.cluenet.org Abscissa.cluenet.org], host of multiple bots that perform critical tasks on Wikipedia, including [[User:ClueBot NG|ClueBot NG]]',
reason = 'technical',
Line 134 ⟶ 146:
{
name = 'Wikimedia services',
id = 'wmf',
description = 'Services run by the [[Wikimedia Foundation]]',
reason = 'technical',
|