"विभाग:Message box/configuration" च्या विविध आवृत्यांमधील फरक

Content deleted Content added
https://mr.wikipedia.org/wiki/%E0%A4%B5%E0%A4%BF%E0%A4%AD%E0%A4%BE%E0%A4%97:Message_box/configuration वरून आणले
 
(काही फरक नाही)

०६:१५, १४ डिसेंबर २०१८ ची नविनतम आवृत्ती

साचा:Ombox


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

return {
    ambox = {
        types = {
            speedy = {
                class = 'ambox-speedy',
                image = 'Gnome-emblem-important.svg'
            },
            delete = {
                class = 'ambox-delete',
                image = 'Gnome-emblem-important.svg'
            },
            content = {
                class = 'ambox-content',
                image = 'Commons-emblem-issue.svg'
            },
            style = {
                class = 'ambox-style',
                image = 'Edit-clear.svg'
            },
            move = {
                class = 'ambox-move',
                image = 'Commons-emblem-merge.svg'
            },
            protection = {
                class = 'ambox-protection',
                image = 'Commons-emblem-padlock.svg'
            },
            notice = {
                class = 'ambox-notice',
                image = 'Commons-emblem-notice.svg'
            }
        },
        default                     = 'notice',
        allowBlankParams            = {'talk', 'sect', 'date', 'issue', 'fix', 'subst', 'hidden'},
        allowSmall                  = true,
        smallParam                  = 'left',
        smallClass                  = 'mbox-small-left',
        substCheck                  = true,
        classes                     = {'metadata', 'ambox'},
        imageEmptyCell              = true,
        imageCheckBlank             = true,
        imageSmallSize              = '20x20px',
        imageCellDiv                = true,
        useCollapsibleTextFields    = true,
        imageRightNone              = true,
        sectionDefault              = 'article',
        allowMainspaceCategories    = true,
        templateCategory            = 'लेख संदेश साचे',
            templateCategoryRequireName = true,
        templateErrorCategory       = 'गहाळ प्राचले असलेले लेख संदेश साचे',
        templateErrorParamsToCheck  = {'issue', 'fix', 'subst'},
        removalNotice               = '[[Help:Maintenance template removal|Learn how and when to remove this template message]]'
    },
    
    cmbox = {
        types = {
            speedy = {
                class = 'cmbox-speedy',
                image = 'Gnome-emblem-important.svg'
            },
            delete = {
                class = 'cmbox-delete',
                image = 'Gnome-emblem-important.svg'
            },
            content = {
                class = 'cmbox-content',
                image = 'Commons-emblem-issue.svg'
            },
            style = {
                class = 'cmbox-style',
                image = 'Edit-clear.svg'
            },
            move = {
                class = 'cmbox-move',
                image = 'Commons-emblem-merge.svg'
            },
            protection = {
                class = 'cmbox-protection',
                image = 'Commons-emblem-padlock.svg'
            },
            notice = {
                class = 'cmbox-notice',
                image = 'Commons-emblem-notice.svg'
            }
        },
        default              = 'notice',
        showInvalidTypeError = true,
        classes              = {'cmbox'},
        imageEmptyCell       = true
    },
    
    fmbox = {
        types = {
            warning = {
                class = 'fmbox-warning',
                image = 'Gnome-emblem-important.svg'
            },
            editnotice = {
                class = 'fmbox-editnotice',
                image = 'Commons-emblem-notice.svg'
            },
            system = {
                class = 'fmbox-system',
                image = 'Commons-emblem-notice.svg'
            }
        },
        default              = 'system',
        showInvalidTypeError = true,
        classes              = {'fmbox'},
        imageEmptyCell       = false,
        imageRightNone       = false
    },
    
    imbox = {
        types = {
            speedy = {
                class = 'imbox-speedy',
                image = 'Gnome-emblem-important.svg'
            },
            delete = {
                class = 'imbox-delete',
                image = 'Gnome-emblem-important.svg'
            },
            content = {
                class = 'imbox-content',
                image = 'Commons-emblem-issue.svg'
            },
            style = {
                class = 'imbox-style',
                image = 'Edit-clear.svg'
            },
            move = {
                class = 'imbox-move',
                image = 'Commons-emblem-merge.svg'
            },
            protection = {
                class = 'imbox-protection',
                image = 'Commons-emblem-padlock.svg'
            },
            license = {
                class = 'imbox-license licensetpl',
                image = 'Commons-emblem-question blue.svg'
            },
            featured = {
                class = 'imbox-featured',
                image = 'Cscr-featured.svg'
            },
            notice = {
                class = 'imbox-notice',
                image = 'Commons-emblem-notice.svg'
            }
        },
        default              = 'notice',
        showInvalidTypeError = true,
        classes              = {'imbox'},
        imageEmptyCell       = true,
        below                = true,
        templateCategory     = 'संचिका संदेश बॉक्सेस'
    },
    
    ombox = {
        types = {
            speedy = {
                class = 'ombox-speedy',
                image = 'Gnome-emblem-important.svg'
            },
            delete = {
                class = 'ombox-delete',
                image = 'Gnome-emblem-important.svg'
            },
            content = {
                class = 'ombox-content',
                image = 'Commons-emblem-issue.svg'
            },
            style = {
                class = 'ombox-style',
                image = 'Edit-clear.svg'
            },
            move = {
                class = 'ombox-move',
                image = 'Commons-emblem-merge.svg'
            },
            protection = {
                class = 'ombox-protection',
                image = 'Commons-emblem-padlock.svg'
            },
            notice = {
                class = 'ombox-notice',
                image = 'Commons-emblem-notice.svg'
            }
        },
        default              = 'notice',
        showInvalidTypeError = true,
        classes              = {'ombox'},
        allowSmall           = true,
        imageEmptyCell       = true,
        imageRightNone       = true
    },
    
    tmbox = {
        types = {
            speedy = {
                class = 'tmbox-speedy',
                image = 'Gnome-emblem-important.svg'
            },
            delete = {
                class = 'tmbox-delete',
                image = 'Gnome-emblem-important.svg'
            },
            content = {
                class = 'tmbox-content',
                image = 'Commons-emblem-issue.svg'
            },
            style = {
                class = 'tmbox-style',
                image = 'Edit-clear.svg'
            },
            move = {
                class = 'tmbox-move',
                image = 'Commons-emblem-merge.svg'
            },
            protection = {
                class = 'tmbox-protection',
                image = 'Commons-emblem-padlock.svg'
            },
            notice = {
                class = 'tmbox-notice',
                image = 'Commons-emblem-notice.svg'
            }
        },
        default              = 'notice',
        showInvalidTypeError = true,
        classes              = {'tmbox'},
        allowSmall           = true,
        imageRightNone       = true,
        imageEmptyCell       = true,
        imageEmptyCellStyle  = true,
        templateCategory     = 'टॉक मेसेज बॉक्सेस'
    }
}