Module:NavboxMobile/configuration

From Ikwipedia
Revision as of 22:48, 23 November 2024 by EnWikiAdmin (talk | contribs) (Replaced content with " return { class = { navbox = 'navboxMobile', title = 'navboxMobile-title', group = 'navboxMobile-group', list = 'navboxMobile-list', subgroup = 'navboxMobile-subgroup', }, style = { default_bg = '#fdfdfd', title_bg = '#ccf', group_bg = '#e6e6ff', } }")

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

return {
    class = {
        navbox = 'navboxMobile',
        title = 'navboxMobile-title',
        group = 'navboxMobile-group',
        list = 'navboxMobile-list',
        subgroup = 'navboxMobile-subgroup',
    },
    style = {
        default_bg = '#fdfdfd',
        title_bg = '#ccf',
        group_bg = '#e6e6ff',
    }
}