Module:DYK checklist/data
Appearance
This module contains data for Module:DYK checklist. This data is loaded once per page parse, using mw.loadData.
local frame = mw.getCurrentFrame()
return {
responseIcons = {
-- Sourced from templates: y, n and hmmm
-- but stripped hidden table sorting code, which inflates bytecount
YES = '[[File:Green check.svg|13px|alt=Yes|link=]]',
NO = '[[File:Red x.svg|13px|alt=No|link=]]',
UNKNOWN = '[[File:Blue question mark (italic).svg|20px|alt=Unknown|link=]]',
},
statusIcons = {
YES_AGF = '[[File:Symbol voting keep.svg|16px]]',
YES = '[[File:Symbol confirmed.svg|16px]]',
NO = '[[File:Symbol delete vote.svg|16px]]',
QUESTION = '[[File:Symbol question.svg|16px]]',
MAYBE = '[[File:Symbol possible vote.svg|16px]]',
AGAIN = '[[File:Symbol redirect vote 4.svg|16px]]',
},
}