Module:Sanctions/data
Appearance
Topic code | Area of conflict | Decision linked to |
---|---|---|
{{Sanctions|topic=covid}} | coronavirus disease 2019 (COVID-19) | Wikipedia:General sanctions/COVID-19 |
{{Sanctions|topic=crypto}} | blockchain and cryptocurrencies | Wikipedia:General sanctions/Blockchain and cryptocurrencies |
{{Sanctions|topic=iranpol}} | post-1978 Iranian politics | Wikipedia:General sanctions/Post-1978 Iranian politics |
{{Sanctions|topic=mj}} | Michael Jackson | Wikipedia:General sanctions/Michael Jackson |
{{Sanctions|topic=pw}} | professional wrestling | Wikipedia:General sanctions/Professional wrestling |
{{Sanctions|topic=sasg}} | South Asian social groups | Wikipedia:General sanctions/South Asian social groups |
{{Sanctions|topic=scwisil}} | the Syrian Civil War and ISIL | Wikipedia:General sanctions/Syrian Civil War and Islamic State of Iraq and the Levant |
{{Sanctions|topic=ukunits}} | measurement units in the United Kingdom | Wikipedia:General sanctions/Units in the United Kingdom |
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}
},
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}
},
ukunits = {
topic = "measurement units in the United Kingdom",
scope = "measurement units in the United Kingdom",
wikilink = "WP:GS/UKU",
restrictions = {['ds'] = true}
}
}
local aliases = {
cry = crypto,
bc = crypto,
irp = iranpol,
syr = scwisil,
syria = scwisil,
isil = scwisil,
uku = ukunits
}
-- export
return {sanctions = sanctions, aliases = aliases}