Module:GANList3/data

MyWikiBiz, Author Your Legacy — Saturday April 20, 2024
< Module:GANList3
Revision as of 21:47, 15 July 2021 by Zoran (talk | contribs) (Pywikibot 6.4.0)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Documentation for this module may be created at Module:GANList3/data/doc

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 wait.svg|16px]]',
		CONFUSED = '[[File:Symbol wtf vote.svg|16px]]',
	},
}