Module:Message box/configuration: Difference between revisions
test>Pppery Per request on talk |
m Protected "Module:Message box/configuration": high risk ([Edit=Allow only template editors and administrators] (indefinite) [Move=Allow only template editors and administrators] (indefinite)) |
||
| Line 6: | Line 6: | ||
return { | return { | ||
fmbox = { | fmbox = { | ||
| Line 121: | Line 30: | ||
}, | }, | ||
mbox = { | |||
types = { | types = { | ||
warning = { | |||
class = 'mbox-warning', | |||
image = 'Commons-emblem-late.svg' | |||
}, | |||
speedy = { | speedy = { | ||
class = ' | class = 'mbox-speedy', | ||
image = ' | image = 'Commons-emblem-urgent.svg' | ||
}, | |||
serious = { | |||
class = 'mbox-serious', | |||
image = 'Gnome-emblem-important.svg' | |||
}, | }, | ||
delete = { | delete = { | ||
class = ' | class = 'mbox-delete', | ||
image = ' | image = 'Gnome-emblem-important.svg' | ||
}, | |||
stop = { | |||
class = 'mbox-stop', | |||
image = 'Commons-emblem-hand.svg' | |||
}, | }, | ||
content = { | content = { | ||
class = ' | class = 'mbox-content', | ||
image = ' | image = 'Commons-emblem-issue.svg' | ||
}, | |||
query = { | |||
class = 'mbox-query', | |||
image = 'Commons-emblem-query.svg' | |||
}, | |||
issue = { | |||
class = 'mbox-issue', | |||
image = 'Commons-emblem-issue.svg' | |||
}, | }, | ||
style = { | style = { | ||
class = ' | class = 'mbox-style', | ||
image = ' | image = 'Gnome-edit-clear.svg' | ||
}, | }, | ||
move = { | move = { | ||
class = ' | class = 'mbox-move', | ||
image = 'Merge-split-transwiki default.svg' | image = 'Merge-split-transwiki default.svg' | ||
}, | }, | ||
protection = { | protection = { | ||
class = ' | class = 'mbox-protection', | ||
image = ' | image = 'Gnome-security-medium.svg' | ||
}, | }, | ||
license = { | license = { | ||
class = ' | class = 'mbox-license licensetpl', | ||
image = ' | image = 'Commons-emblem-copyright.svg' | ||
}, | }, | ||
legal = { | |||
class = ' | class = 'mbox-legal', | ||
image = ' | image = 'Commons-emblem-legal.svg' | ||
}, | }, | ||
honor = { | |||
class = ' | class = 'mbox-honor', | ||
image = ' | image = 'Gnome-help-about.svg' | ||
}, | }, | ||
growth = { | |||
class = ' | class = 'mbox-growth', | ||
image = ' | image = 'Dialog-apply.svg' | ||
}, | }, | ||
shit = { | |||
class = ' | class = 'mbox-shit', | ||
image = ' | image = 'OpenMoji-color 1F4A9.svg' | ||
}, | }, | ||
message = { | |||
class = ' | class = 'mbox-message', | ||
image = ' | image = 'Tango-style info icon.svg' | ||
}, | }, | ||
notice = { | notice = { | ||
class = ' | class = 'mbox-notice', | ||
image = ' | image = 'Commons-emblem-notice.svg' | ||
} | } | ||
}, | }, | ||
default = 'notice', | default = 'notice', | ||
showInvalidTypeError = true, | showInvalidTypeError = true, | ||
classes = {' | classes = {'messagebox'}, | ||
allowSmall = true, | allowSmall = true, | ||
imageEmptyCell = true, | imageEmptyCell = true, | ||
below = true, | |||
templatestyles = 'Module:Message box/ | deprecateLicense = true, | ||
templateCategory = 'Main message boxes', | |||
templatestyles = 'Module:Message box/mbox.css' | |||
}, | }, | ||