Jump to content

Module:GANList3/data

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MJL (talk | contribs) at 21:17, 12 July 2019 (sup vote). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local frame = mw.getCurrentFrame()

return {
	responseIcons = {
		YES = frame:expandTemplate{title = 'y'},
		NO = frame:expandTemplate{title = 'n'},
		UNKNOWN = frame:expandTemplate{title = 'hmmm'},
	},
	statusIcons = {
		YES_FAIR = '[[File:Symbol support2 vote.svg|16px]]',
		YES = '[[File:Symbol support vote.svg|16px]]',
		NO = '[[File:Symbol delete vote.svg|16px]]',
		QUESTION = '[[File:Symbol question.svg|16px]]',
		NETURAL = '[[File:Symbol neutral vote.svg|16px]]',
		HOLD = '[[File:Symbol redirect vote 4.svg|16px]]',
		CONFUSED = '[[File:Symbol wtf vote.svg|16px]]',
	},
}