본문으로 이동

모듈:Icon/data

위키백과, 우리 모두의 백과사전.

-- This module stores icon data for [[Module:Icon]].

--------------------------------------------------------------------------------
-- Icon data
--------------------------------------------------------------------------------

local data = {
	fa = {
		image = "Utmarkt Guld.svg",
		tooltip = "알찬 글",
		link = true,
	},
	far = {
		image = "Utvald kandidat.svg",
		tooltip = "알찬 글 재검토",
		link = true,
	},
	farc = {
		image = "Utvald kandidat.svg",
		tooltip = "알찬 글 재검토 후보",
		link = true,
	},
	ffa = {
		aliases = {"dfa"},
		image = "Featured article star - cross.svg",
		tooltip = "알찬 글 제외",
		link = true,
	},
	fac = {
		aliases = {"fan"},
		image = "Utvald kandidat.svg",
		tooltip = "알찬 글 후보",
		link = true,
	},
	ffac = {
		aliases = {"nofa"},
		image = "Featured article former star.svg",
		tooltip = "과거 알찬 글 후보",
		link = true,
	},
	fl = {
		image = "Brons.svg",
		tooltip = "알찬 목록",
		link = true,
	},
	flrc = {
		aliases = {"flr"},
		image = "Featured article candidate star.svg",
		tooltip = "알찬 목록 재검토 후보",
		link = true,
	},
	ffl = {
		aliases = {"dfl"},
		image = "Featured article star - cross.svg",
		tooltip = "알찬 목록 제외",
		link = true,
	},
	flc = {
		aliases = {"fln"},
		image = "Featured article candidate star.svg",
		tooltip = "알찬 목록 후보",
		link = true,
	},
	fflc = {
		aliases = {"nofl"},
		image = "Former featured article candidate.svg",
		tooltip = "과거 알찬 목록 후보",
		link = true,
	},
	a = {
		image = "Symbol a class.svg",
		tooltip = "A급 문서",
		link = true,
	},
	admin = {
		aliases = {"mop"},
		image = "Wikipedia Administrator.svg",
		tooltip = "관리자",
		link = true,
	},
	dac = {
		aliases = {"daa"},
		image = "Symbol unsupport A vote.svg",
		tooltip = "격하된 A급 문서",
		link = true,
	},
	acc = {
		aliases = {"acn", "aac"},
		image = "A candidate.svg",
		tooltip = "A급 문서 후보",
		link = true,
	},
	noac = {
		aliases = {"faac"},
		image = "Symbol unsupport A vote.svg",
		tooltip = "과거 A급 문서 후보",
		link = true,
	},
	ga = {
		image = "Simple GA.svg",
		tooltip = "좋은 글",
		link = false,
	},
	gar = {
		image = "Simple PGA.svg",
		tooltip = "좋은 글 재검토",
		link = false,
	},
	dga = {
		image = "Featured article star - cross(silver).svg",
		tooltip = "좋은 글 제외",
		link = false,
	},
	gan = {
		aliases = {"gac"},
		image = "Simple PGA.svg",
		tooltip = "좋은 글 후보",
		link = false,
	},
	ga2 = {
		image = "Symbol neutral vote.svg",
		tooltip = "좋은 글, 2차 심사",
		link = false,
	},
	gah = {
		image = "Symbol wait.svg",
		tooltip = "좋은 글 (보류)",
		link = false,
	},
	fgan = {
		aliases = {"noga", "gaf", "gf"},
		image = "Simple PGA.svg",
		tooltip = "과거 좋은 글 후보",
		link = false,
	},
	fp = {
		image = "Cscr-featured.svg",
		tooltip = "알찬 사진",
		link = true,
	},
	fpc = {
		aliases = {"fpn"},
		image = "Cscr-candidate.svg",
		tooltip = "알찬 사진 후보",
		link = true,
	},
	ffp = {
		image = "Cscr-former.svg",
		tooltip = "알찬 사진 제외",
		link = true,
	},
	vp = {
		image = "ENWP VP Logo.svg",
		tooltip = "가치 있는 사진",
		link = true,
	},
	vpc = {
		image = "Valued pics 1.svg",
		tooltip = "가치 있는 사진 후보",
		link = true,
	},
	fs = {
		image = "Cscr-featured.svg",
		tooltip = "알찬 소리",
		link = true,
	},
	ffs = {
		image = "Cscr-former.svg",
		tooltip = "알찬 소리 제외",
		link = true,
	},
	fsc = {
		image = "Cscr-candidate.svg",
		tooltip = "알찬 소리 후보",
		link = true,
	},
	fpo = {
		image = "Brons.svg",
		tooltip = "알찬 포털",
		link = true,
	},
	fpor = {
		image = "Cscr-star piece.png",
		tooltip = "알찬 포털 재검토",
		link = true,
	},
	ffpo = {
		image = "Featured article star - cross.svg",
		tooltip = "알찬 포털 제외",
		link = true,
	},
	fpoc = {
		image = "Cscr-candidate.svg",
		tooltip = "알찬 포털 후보",
		link = true,
	},
	ft = {
		image = "Cscr-featuredtopic.svg",
		tooltip = "알찬 주제",
		link = true,
	},
	ftrc = {
		image = "Cscr-star piece.png",
		tooltip = "알찬 주제 재검토 후보",
		link = true,
	},
	fft = {
		aliases = {"dft"},
		image = "DFT candidate_cluster.svg",
		tooltip = "알찬 주제 제외",
		link = true,
	},
	ftc = {
		aliases = {"ftn"},
		image = "FT candidate cluster.svg",
		tooltip = "알찬 주제 후보",
		link = false,
	},
	gt = {
		image = "Support cluster.svg",
		tooltip = "좋은 주제",
		link = false,
	},
	gtrc = {
		image = "Symbol unsupport vote.svg",
		tooltip = "좋은 주제 재검토 후보",
		link = false,
	},
	gtc = {
		aliases = {"gtn"},
		image = "GA candidate cluster.svg",
		tooltip = "좋은 주제 후보",
		link = false,
	},
	bplus = {
		aliases = {"b+"},
		image = "Symbol bplus class.svg",
		tooltip = "B+ 등급 문서",
		link = true,
	},
	b = {
		image = "Symbol b class.svg",
		tooltip = "B등급 문서",
		link = true,
	},
	br = {
		aliases = {"bcr"},
		image = "Bclass-checklist.svg",
		tooltip = "B등급 검토",
		link = true,
	},
	c = {
		image = "Symbol c class.svg",
		tooltip = "C등급 문서",
		link = true,
	},
	start = {
		image = "Symbol start class.svg",
		tooltip = "시작 등급 문서",
		link = true,
	},
	stub = {
		image = "Symbol stub class.svg",
		tooltip = "토막글 등급 문서",
		link = true,
	},
	list = {
		aliases = {"comparison"},
		image = "Symbol list class.svg",
		tooltip = "목록 등급 문서",
		link = false,
	},
	no = {
		image = "Crystal button cancel.svg",
		tooltip = "기타 등급 문서",
		link = true,
	},
	book = {
		image = "Symbol book class2.svg",
		tooltip = "위키백과 책",
		link = true,
	},
	category = {
		aliases = {"cat", "categ"},
		image = "Symbol category class.svg",
		tooltip = "분류",
		link = false,
	},
	disambiguation = {
		aliases = {"dab", "disamb", "disambig"},
		image = "Symbol dab class.svg",
		tooltip = "동음이의 문서",
		link = true,
	},
	image = {
		aliases = {"file"},
		image = "Symbol file class.svg",
		tooltip = "파일",
		link = true,
	},
	needed = {
		image = "Symbol needed class.svg",
		tooltip = "필요한 문서",
		link = false,
	},
	outline = {
		image = "Global thinking.svg",
		tooltip = "개요",
		link = false,
	},
	portal = {
		image = "Symbol portal class.svg",
		tooltip = "포털",
		link = true,
	},
	project = {
		image = "Symbol project class.svg",
		tooltip = "프로젝트 문서",
		link = false,
	},
	redirect = {
		aliases = {"red", "redir"},
		image = "Symbol redirect vote2.svg",
		tooltip = "넘겨주기",
		link = true,
	},
	template = {
		aliases = {"temp", "templ"},
		image = "Symbol template class pink.svg",
		tooltip = "틀",
		link = false,
	},
	essay = {
		image = "Essay.svg",
		tooltip = "수필",
		link = false,
	},
	na = {
		image = "Symbol na class.svg",
		tooltip = "문서가 아닌 페이지",
		link = true,
	},
	aa = {
		image = "Yes check.svg",
		tooltip = "제한된 사항에 대해 평가를 받은 문서",
		link = false,
	},
	da = {
		image = "Symbol oppose vote.svg",
		tooltip = "제외된 문서",
		link = false,
	},
	dyk = {
		image = "Symbol question.svg",
		tooltip = "알고 계십니까?",
		link = false,
	},
	dyk2 = {
		image = "DYK questionmark icon.svg",
		tooltip = "알고 계십니까?",
		link = false,
	},
	pr = {
		image = "Nuvola apps kedit.png",
		tooltip = "함께 검토하기",
		link = true,
	},
	ppr = {
		image = "Nuvola apps kedit.png",
		tooltip = "포털 함께 검토하기",
		link = true,
	},
	q = {
		aliases = {"question"},
		image = "Symbol question.svg",
		tooltip = "질문",
		link = false,
	},
	cleanup = {
		image = "Edit-clear.svg",
		tooltip = "정리 작업",
		link = false,
	},
	qi = {
		image = "Quality images logo.svg",
		tooltip = "위키미디어 공용의 고화질 그림",
		link = false,
	},
	vi = {
		image = "Valued image seal.svg",
		tooltip = "위키미디어 공용의 가치있는 사진",
		link = false,
	},
	tfa = {
		image = "Wikipedia-logo.svg",
		tooltip = "오늘의 알찬 글",
		link = true,
	},
	tfl = {
		image = "Wikipedia-logo.svg",
		tooltip = "오늘의 알찬 목록",
		link = true,
	},
	itn = {
		image = "Globe current.svg",
		tooltip = "새로 들어온 소식",
		link = true,
	},
	otd = {
		image = "Nuvola apps date.svg",
		tooltip = "오늘의 역사",
		link = true,
	},
	wikiproject = {
		image = "People icon.svg",
		tooltip = "위키프로젝트",
		link = false,
	},
	goce = {
		image = "Writing Magnifying.PNG",
		tooltip = "Guild of Copy Editors",
		link = true,
	},
	wikipedia = {
		image = "Wikipedia-logo.svg",
		tooltip = "위키백과 문서",
		link = true,
	},
	commons = {
		image = "Commons-logo.svg",
		tooltip = "공용 문서",
		link = false,
	},
	wikiquote = {
		image = "Wikiquote-logo.svg",
		tooltip = "위키인용집 문서",
		link = false,
	},
	wikiversity = {
		image = "Wikiversity logo 2017.svg",
		tooltip = "위키배움터 문서",
		link = true,
	},
	wikibooks = {
		image = "Wikibooks-logo.svg",
		tooltip = "위키 책 문서",
		link = true,
	},
	wikisource = {
		image = "Wikisource-logo.svg",
		tooltip = "위키문헌 문서",
		link = true,
	},
	wiktionary = {
		image = "Wiktionary-logo.svg",
		tooltip = "위키낱말사전 문서",
		link = true,
	},
	wikinews = {
		image = "Wikinews-logo.svg",
		tooltip = "위키뉴스 문서",
		link = true,
	},
	wikispecies = {
		image = "Wikispecies-logo.svg",
		tooltip = "위키생물종 문서",
		link = true,
	},
	wikidata = {
		image = "Wikidata-logo.svg",
		tooltip = "위키데이터 문서",
		link = false,
	},
	wikivoyage = {
		image = "Wikivoyage-logo.svg",
		tooltip = "위키여행 문서",
		link = true,
	},
	 mediawiki = {
		 image = "MediaWiki-2020-icon.svg",
		 tooltip = "미디어위키",
		 link = true,
	 },
	 phabricator = {
		 aliases = {"phab"},
		 image = "Favicon-Phabricator-WM.svg",
		 tooltip = "파브리케이터",
		 link = false,
	 },
	 wikitech = {
		 image = "Wikitech-2021-blue-icon.svg",
		 tooltip = "위키테크",
		 link = true,
	 },
	meta = {
		image = "Wikimedia Community Logo.svg",
		tooltip = "메타위키 문서",
		link = false,
	},
	four = {
		aliases = {"4a"},
		image = "Four Award.svg",
		tooltip = "Four Award",
		link = false,
	},
	million = {
		image = "Million award logo.svg",
		tooltip = "Million Award",
		link = true,
	},
	module = {
		image = "Lua-logo-nolabel.svg",
		tooltip = "모듈",
		link = false,
	},
	vital = {
		image = "Círculos_Concéntricos.svg",
		tooltip = "Vital article",
		link = false,
	},
	potd  = {
		image = "Wikipedia-logo.svg",
		tooltip = "오늘의 사진",
		link = true,
	},
	draft = {
		image = "Symbol draft class.svg",
		tooltip = "초안 등급 문서",
		link = true,
	},
	user = {
		image = "Symbol user class.svg",
		tooltip = "사용자 등급 문서",
		link = false,
	},
	info = {
		image = "Information icon.svg",
		tooltip = "문서",
		link = false,
	},
	discussionnotificaion = {
		image = "Echo edit-user-talk icon.svg",
		tooltip = "토론",
		link = false,
	},
	alert = {
		image = "OOjs UI icon alert.svg",
		tooltip = "검은색 경고",
		link = false,
	},
	['alert-imagewarning'] = {
		image = "OOjs UI icon alert image warning.svg",
		tooltip = "경고",
		link = false,
	},
	['alert-constructive'] = {
		image = "OOjs UI icon alert-constructive.svg",
		tooltip = "초록색 경고",
		link = false,
	},
	['alert-blackred'] = {
		image = "OOjs UI icon alert destructive black-darkred.svg",
		tooltip = "검정, 하양, 빨강 경고",
		link = false,
	},
	barnstar2 = {
		image = "Original Barnstar Hires.svg",
		tooltip = "오리지널 반스타",
		link = false,
	},
	barnstar = {
		image = "Original Barnstar.png",
		tooltip = "오리지널 반스타",
		link = false,
	},
	_DEFAULT = {
		image = "Symbol question.svg",
		link = false,
	}
}

--------------------------------------------------------------------------------
-- End icon data
--------------------------------------------------------------------------------

-- Make aliases work the same as normal keys, and remove the "aliases" subtables.
local ret= {}
for code, iconData in pairs(data) do
	iconData.canonicalCode = code
	if iconData.aliases then
		for _, alias in ipairs(iconData.aliases) do
			ret[alias] = iconData
		end
		iconData.aliases = nil
	end
	ret[code] = iconData
end

return ret