Jump to content

Module:Sanctions/data: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
move comment up one, for parsing consistency
add Uyghur genocide
Line 45: Line 45:
palias = "syria"
palias = "syria"
},
},
uyghur={
topic = "Uyghur genocide",
scope = "[[Uyghur genocide]]",
wikilink = "WP:GS/UYGHUR",
restrictions = {['ds'] = true},
palias = "Uyghur"
},
ukunits = {
ukunits = {
topic = "measurement units in the United Kingdom",
topic = "measurement units in the United Kingdom",

Revision as of 21:49, 12 June 2021

-- todo split into multiple suggested aliases (eg scwisil -> scw or isil)
local sanctions = {
	covid = {
        topic = "Coronavirus disease 2019",
        scope = "coronavirus disease 2019 ([[COVID-19]])",
        wikilink = "WP:GS/COVID19",
		restrictions = {['ds'] = true}
	},
	crypto = {
        topic = "Blockchain and cryptocurrencies",
        scope = "[[blockchain]] and [[cryptocurrencies]]",
        wikilink = "WP:GS/CRYPTO",
		restrictions = {['ds'] = true, ['1rr'] = true}
    },
    iranpol = {
        topic = "Post-1978 Iranian politics",
        scope = "post-1978 Iranian politics",
        wikilink = "WP:GS/IRANPOL",
        restrictions = {['ds'] = true},
        palias = "irp"
    },
	mj = {
        topic = "Michael Jackson",
        scope = "[[Michael Jackson]]",
        wikilink = "WP:GS/MJ",
		restrictions = {['ds'] = true}
    },
    pw = {
        topic = "Professional wrestling",
        scope = "[[professional wrestling]]",
        wikilink = "WP:GS/PW",
		restrictions = {['ds'] = true}
	},
	sasg = {
        topic = "South Asian social groups",
        scope = "South Asian social groups",
        wikilink = "WP:GS/CASTE",
		restrictions = {['ds'] = true}
    },
    scwisil = {
        topic = "Syrian Civil War and ISIL",
        scope = "the [[Syrian Civil War]] and [[ISIL]]",
        wikilink = "WP:GS/SCW&ISIL",
        restrictions = {['ds'] = true, ['1rr'] = true},
        palias = "syria"
    },
    uyghur={
	topic = "Uyghur genocide",
	scope = "[[Uyghur genocide]]",
	wikilink = "WP:GS/UYGHUR",
	restrictions = {['ds'] = true},
	palias = "Uyghur"
	},
    ukunits = {
        topic = "measurement units in the United Kingdom",
        scope = "measurement units in the United Kingdom",
        wikilink = "WP:GS/UKU",
        restrictions = {['ds'] = true},
        palias = "uku"
    }
}

local aliases = {
    ['cry'] = 'crypto',
    ['bc'] = 'crypto',
    ['irp'] = 'iranpol',
    ['syr'] = 'scwisil',
    ['syria'] = 'scwisil',
    ['scw'] = 'scwisil',
    ['isil'] = 'scwisil',
    ['isis'] = 'scwisil',
    ['uku'] = 'ukunits'
}

-- export
return {sanctions = sanctions, aliases = aliases}