Module:DYK checklist/data

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',

NO = 'File:Red x.svg',

UNKNOWN = 'File:Blue question mark (italic).svg',

},

statusIcons = {

YES_AGF = '16px',

YES = '16px',

NO = '16px',

QUESTION = '16px',

MAYBE = '16px',

AGAIN = '16px',

},

}