Module:Message box/configuration: Difference between revisions
Created page with "local ambox = { types = { speedy = { class = 'ambox-speedy', image = 'Ambox speedy deletion.png' }, delete = { class = 'ambox-delete', image = 'Ambox deleti..."
m>Mr. Stradivarius (allow the hidden arg to be blank, and allow tmbox to have an id attribute, per protected edit request by User:Technical 13) |
(Created page with "local ambox = { types = { speedy = { class = 'ambox-speedy', image = 'Ambox speedy deletion.png' }, delete = { class = 'ambox-delete', image = 'Ambox deleti...") |
||
Line 50: | Line 50: | ||
templateErrorParamsToCheck = {'issue', 'fix', 'subst'} | templateErrorParamsToCheck = {'issue', 'fix', 'subst'} | ||
} | } | ||
local cmbox = { | local cmbox = { | ||
types = { | types = { | ||
Line 87: | Line 87: | ||
imageEmptyCell = true | imageEmptyCell = true | ||
} | } | ||
local fmbox = { | local fmbox = { | ||
types = { | types = { | ||
Line 110: | Line 110: | ||
imageRightNone = false | imageRightNone = false | ||
} | } | ||
local imbox = { | local imbox = { | ||
types = { | types = { | ||
Line 158: | Line 158: | ||
templateCategory = 'File message boxes' | templateCategory = 'File message boxes' | ||
} | } | ||
local ombox = { | local ombox = { | ||
types = { | types = { | ||
Line 197: | Line 197: | ||
imageRightNone = true | imageRightNone = true | ||
} | } | ||
local tmbox = { | local tmbox = { | ||
types = { | types = { | ||
Line 239: | Line 239: | ||
templateCategory = 'Talk message boxes' | templateCategory = 'Talk message boxes' | ||
} | } | ||
return { | return { | ||
ambox = ambox, | ambox = ambox, |