Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Message box/configuration

From Net 7 Portal Wiki

Documentation for this module may be created at Module:Message box/configuration/doc

--------------------------------------------------------------------------------
--                          Message box configuration                         --
--                                                                            --
-- This module contains configuration data for [[Module:Message box]].        --
--------------------------------------------------------------------------------

-- Codemonkeyx: support only ombox, and only for Module:Documentation
return {
    ombox = {
        types = {
            speedy = {
                class = 'ombox-speedy',
                -- Codemonkeyx: no images
                --image = 'Ambox warning pn.svg'
                image = ''
            },
            delete = {
                class = 'ombox-delete',
                -- Codemonkeyx: no images
                --image = 'Ambox warning pn.svg'
                image = ''
            },
            content = {
                class = 'ombox-content',
                -- Codemonkeyx: no images
                --image = 'Ambox important.svg'
                image = ''
            },
            style = {
                class = 'ombox-style',
                -- Codemonkeyx: no images
                --image = 'Edit-clear.svg'
                image = ''
            },
            move = {
                class = 'ombox-move',
                -- Codemonkeyx: no images
                --image = 'Merge-split-transwiki default.svg'
                image = ''
            },
            protection = {
                class = 'ombox-protection',
                -- Codemonkeyx: no images
                --image = 'Semi-protection-shackle-keyhole.svg'
                image = ''
            },
            notice = {
                class = 'ombox-notice',
                -- Codemonkeyx: no images
                --image = 'Information icon4.svg'
                image = ''
            }
        },
        default              = 'notice',
        showInvalidTypeError = true,
        classes              = {'ombox'},
        allowSmall           = true,
        imageEmptyCell       = false,
        imageRightNone       = false,
        templatestyles       = 'Module:Message box/ombox.css'
    }
}