Module:Icon/data: Difference between revisions
NeonWabbit (talk | contribs) Created page with "-- This module stores icon data for Module:Icon. -------------------------------------------------------------------------------- -- Icon data -------------------------------------------------------------------------------- local data = { fa = { image = "Featured article star.svg", tooltip = "Featured article", link = true, }, far = { image = "Cscr-star piece.png", tooltip = "Featured article review", link = true, }, farc = { image = "Cscr-star p..." |
NeonWabbit (talk | contribs) No edit summary |
||
| Line 35: | Line 35: | ||
ffac = { | ffac = { | ||
aliases = {"nofa"}, | aliases = {"nofa"}, | ||
image = " | image = "Cscr-former.svg", | ||
tooltip = " | tooltip = "Former featured article candidate", | ||
link = true, | link = true, | ||
}, | }, | ||
| Line 65: | Line 65: | ||
aliases = {"nofl"}, | aliases = {"nofl"}, | ||
image = "Cscr-former.svg", | image = "Cscr-former.svg", | ||
tooltip = " | tooltip = "Former featured list candidate", | ||
link = true, | link = true, | ||
}, | }, | ||
| Line 71: | Line 71: | ||
image = "Symbol a class.svg", | image = "Symbol a class.svg", | ||
tooltip = "A-Class article", | tooltip = "A-Class article", | ||
link = true, | |||
}, | |||
admin = { | |||
aliases = {"mop"}, | |||
image = "Wikipedia Administrator.svg", | |||
tooltip = "Administrator", | |||
link = true, | link = true, | ||
}, | }, | ||
| Line 125: | Line 131: | ||
aliases = {"noga", "gaf", "gf"}, | aliases = {"noga", "gaf", "gf"}, | ||
image = "Symbol oppose vote.svg", | image = "Symbol oppose vote.svg", | ||
tooltip = " | tooltip = "Former good article nominee", | ||
link = false, | link = false, | ||
}, | }, | ||
| Line 321: | Line 327: | ||
template = { | template = { | ||
aliases = {"temp", "templ"}, | aliases = {"temp", "templ"}, | ||
image = "Symbol template class.svg", | image = "Symbol template class pink.svg", | ||
tooltip = "Template", | tooltip = "Template", | ||
link = false, | link = false, | ||
| Line 471: | Line 477: | ||
link = true, | link = true, | ||
}, | }, | ||
mediawiki = { | |||
image = "MediaWiki-2020-icon.svg", | |||
tooltip = "MediaWiki", | |||
link = true, | |||
}, | |||
phabricator = { | |||
aliases = {"phab"}, | |||
image = "Favicon-Phabricator-WM.svg", | |||
tooltip = "Phabricator", | |||
link = false, | |||
}, | |||
wikitech = { | |||
image = "Wikitech-2021-blue-icon.svg", | |||
tooltip = "Wikitech", | |||
link = true, | |||
}, | |||
meta = { | meta = { | ||
image = "Wikimedia Community Logo.svg", | image = "Wikimedia Community Logo.svg", | ||
| Line 494: | Line 500: | ||
four = { | four = { | ||
aliases = {"4a"}, | aliases = {"4a"}, | ||
image = "Four Award.svg", | image = "Four Award with draft icon.svg", | ||
tooltip = "Four Award", | tooltip = "Four Award", | ||
link = false, | link = false, | ||
| Line 518: | Line 524: | ||
link = true, | link = true, | ||
}, | }, | ||
draft = { | |||
image = "Symbol draft class.svg", | |||
tooltip = "Draft-Class article", | |||
link = true, | |||
}, | |||
user = { | |||
image = "Symbol user class.svg", | |||
tooltip = "User-Class article", | |||
link = true, | |||
}, | |||
info = { | |||
image = "Information icon.svg", | |||
tooltip = "Information", | |||
link = false, | |||
}, | |||
discussionnotificaion = { | |||
image = "Echo edit-user-talk icon.svg", | |||
tooltip = "Discussion", | |||
link = false, | |||
}, | |||
alert = { | |||
image = "OOjs UI icon alert.svg", | |||
tooltip = "Black alert", | |||
link = false, | |||
}, | |||
['alert-imagewarning'] = { | |||
image = "OOjs UI icon alert image warning.svg", | |||
tooltip = "Alert", | |||
link = false, | |||
}, | |||
['alert-constructive'] = { | |||
image = "OOjs UI icon alert-constructive.svg", | |||
tooltip = "Green alert", | |||
link = false, | |||
}, | |||
['alert-blackred'] = { | |||
image = "OOjs UI icon alert destructive black-darkred.svg", | |||
tooltip = "Black, white, and red alert", | |||
link = false, | |||
}, | |||
barnstar2 = { | |||
image = "Original Barnstar Hires.svg", | |||
tooltip = "Original barnstar hires", | |||
link = false, | |||
}, | |||
barnstar = { | |||
image = "Original Barnstar.png", | |||
tooltip = "Original barnstar", | |||
link = false, | |||
}, | |||
_DEFAULT = { | |||
image = "Symbol question.svg", | image = "Symbol question.svg", | ||
link = false, | link = false, | ||