Module:Sanctions/data: Difference between revisions
Appearance
Content deleted Content added
Newslinger (talk | contribs) Amend scope of Wikipedia:General sanctions/Uyghur genocide (WP:GS/UYGHUR) to cover "Uyghurs, Uyghur genocide, and topics that are related to Uyghurs or Uyghur genocide", per noticeboard discussion at Special:Permalink/1110887119#Proposal to Expand GS/uyghur to include the Uyghurs more broadly |
|||
Line 34: | Line 34: | ||
uyghur = { |
uyghur = { |
||
topic = "Uyghur genocide", |
topic = "Uyghur genocide", |
||
scope = " |
scope = "[[Uyghurs]], [[Uyghur genocide]], and topics that are related to Uyghurs or Uyghur genocide", |
||
wikilink = "WP:GS/UYGHUR", |
wikilink = "WP:GS/UYGHUR", |
||
restrictions = {['ds'] = true} |
restrictions = {['ds'] = true} |
Revision as of 06:09, 18 September 2022
Topic code | Area of conflict | Decision linked to |
---|---|---|
{{Sanctions|topic=crypto}} | blockchain and cryptocurrencies | Wikipedia:General sanctions/Blockchain and cryptocurrencies |
{{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=syria}} | the Syrian Civil War and ISIL | Wikipedia:General sanctions/Syrian Civil War and Islamic State of Iraq and the Levant |
{{Sanctions|topic=uku}} | measurement units in the United Kingdom | Wikipedia:General sanctions/Units in the United Kingdom |
{{Sanctions|topic=uyghur}} | Uyghurs, Uyghur genocide, and topics that are related to Uyghurs or Uyghur genocide | Wikipedia:General sanctions/Uyghurs |
-- todo split into multiple suggested aliases (eg scwisil -> scw or isil)
local sanctions = {
crypto = {
topic = "Blockchain and cryptocurrencies",
scope = "[[blockchain]] and [[cryptocurrencies]]",
wikilink = "WP:GS/CRYPTO",
restrictions = {['ds'] = true, ['1rr'] = 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},
palias = "syria"
},
uyghur = {
topic = "Uyghur genocide",
scope = "[[Uyghurs]], [[Uyghur genocide]], and topics that are related to Uyghurs or Uyghur genocide",
wikilink = "WP:GS/UYGHUR",
restrictions = {['ds'] = true}
},
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',
['syr'] = 'scwisil',
['syria'] = 'scwisil',
['scw'] = 'scwisil',
['isil'] = 'scwisil',
['isis'] = 'scwisil',
['uku'] = 'ukunits'
}
-- export
return {sanctions = sanctions, aliases = aliases}