Module:NavboxMobile/configuration: Difference between revisions

From Ikwipedia
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', } }"
Tag: Replaced
No edit summary
Line 1: Line 1:
return {
return {
    aria_label = 'Navbox Mobile',
    nowrap_item = '%s<span class="nowrap">%s</span>',
    templatestyles = mw.getCurrentFrame():extensionTag{
        name = 'templatestyles', args = { src = 'Module:NavboxMobile/styles.css' }
    },
    hlist_templatestyles = 'Hlist/styles.css',
    plainlist_templatestyles = 'Plainlist/styles.css',
    marker = {
        oddeven = '\127_ODDEVEN_\127',
        restart = '\127_ODDEVEN0_\127',
        regex = '\127_ODDEVEN(%d?)_\127'
    },
    category = {
        orphan = '[[Category:Navbox orphans]]',
        horizontal_lists = 'Navigational boxes without horizontal lists',
        background_colors = 'Navboxes using background colours',
        illegible = 'Potentially illegible navboxes',
        borders = 'Navboxes using borders',
    },
    keyword = {
        border_subgroup = 'subgroup',
        border_child = 'child',
        border_none = 'none',
        evenodd_swap = 'swap',
        navbar_off = 'off',
        navbar_plain = 'plain',
        nocat_false = 'false',
        nowrapitems_yes = 'yes',
        orphan_yes = 'yes',
        state_collapsed = 'collapsed',
        state_off = 'off',
        state_plain = 'plain',
        subgroups = {'subgroup', 'child', ''},
        subpage_doc = 'doc',
        subpage_sandbox = 'sandbox',
        subpage_testcases = 'testcases',
        tracking_no = 'no'
    },
     class = {
     class = {
        autocollapse = 'autocollapse',
        collapsible = 'mw-collapsible',
        collapsed = 'mw-collapsed',
         navbox = 'navboxMobile',
         navbox = 'navboxMobile',
         title = 'navboxMobile-title',
         navbox_abovebelow = 'navboxMobile-abovebelow',
         group = 'navboxMobile-group',
         navbox_group = 'navboxMobile-group',
         list = 'navboxMobile-list',
        navbox_image = 'navboxMobile-image',
         subgroup = 'navboxMobile-subgroup',
        navbox_inner = 'navboxMobile-inner',
         navbox_list = 'navboxMobile-list',
        navbox_list_with_group = 'navboxMobile-list-with-group',
        navbox_part = 'navboxMobile-',
         navbox_styles = 'navboxMobile-styles',
        navbox_subgroup = 'navboxMobile-subgroup',
        navbox_title = 'navboxMobile-title',
        navbox_odd_part = 'odd',
        navbox_even_part = 'even',
        nomobile = 'nomobile',
        nowraplinks = 'nowraplinks',
        noviewer = 'noviewer'
    },
    pattern = {
        listnum = '^list(%d+)$',
        class = 'class',
        sandbox = '/sandbox$',
        navbox = 'Template:Navbox',
        nowrap = '^<span class="nowrap">',
        style = 'style$',
        navbox_title = '<th[^>]*"navboxMobile%-title"',
        hlist = 'hlist',
        plainlist = 'plainlist',
    },
    arg = {
        above = 'above',
        aboveclass = 'aboveclass',
        abovestyle = 'abovestyle',
        basestyle = 'basestyle',
        bodyclass = 'bodyclass',
        bodystyle = 'bodystyle',
        border = 'border',
        below = 'below',
        belowclass = 'belowclass',
        belowstyle = 'belowstyle',
        evenodd = 'evenodd',
        evenstyle = 'evenstyle',
        group1 = 'group1',
        group2 = 'group2',
        group_and_num = 'group%d',
        groupstyle_and_num = 'group%dstyle',
        groupclass = 'groupclass',
        groupstyle = 'groupstyle',
        groupwidth = 'groupwidth',
        innerstyle = 'innerstyle',
        image = 'image',
        imageclass = 'imageclass',
        imageleft = 'imageleft',
        imageleftstyle = 'imageleftstyle',
        imagestyle = 'imagestyle',
        list_and_num = 'list%d',
        listclass_and_num = 'list%dclass',
        liststyle_and_num = 'list%dstyle',
        list1padding = 'list1padding',
        listclass = 'listclass',
        listpadding = 'listpadding',
        liststyle = 'liststyle',
        name = 'name',
        navbar = 'navbar',
        navboxclass = 'navboxclass',
        nocat = 'nocat',
        nowrapitems = 'nowrapitems',
        oddstyle = 'oddstyle',
        orphan = 'orphan',
        state = 'state',
        style = 'style',
        templatestyles = 'templatestyles',
        child_templatestyles = 'child templatestyles',
        title = 'title',
        titleclass = 'titleclass',
        titlestyle = 'titlestyle',
        tracking = 'tracking'
     },
     },
     style = {
     navbar = {
         default_bg = '#fdfdfd',
         name = 1,
         title_bg = '#ccf',
         fontstyle = 'fontstyle',
         group_bg = '#e6e6ff',
         mini = 'mini'
     }
     }
}
}

Revision as of 23:18, 23 November 2024

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

return {
    aria_label = 'Navbox Mobile',
    nowrap_item = '%s<span class="nowrap">%s</span>',
    templatestyles = mw.getCurrentFrame():extensionTag{
        name = 'templatestyles', args = { src = 'Module:NavboxMobile/styles.css' }
    },
    hlist_templatestyles = 'Hlist/styles.css',
    plainlist_templatestyles = 'Plainlist/styles.css',
    marker = {
        oddeven = '\127_ODDEVEN_\127',
        restart = '\127_ODDEVEN0_\127',
        regex = '\127_ODDEVEN(%d?)_\127'
    },
    category = {
        orphan = '[[Category:Navbox orphans]]',
        horizontal_lists = 'Navigational boxes without horizontal lists',
        background_colors = 'Navboxes using background colours',
        illegible = 'Potentially illegible navboxes',
        borders = 'Navboxes using borders',
    },
    keyword = {
        border_subgroup = 'subgroup',
        border_child = 'child',
        border_none = 'none',
        evenodd_swap = 'swap',
        navbar_off = 'off',
        navbar_plain = 'plain',
        nocat_false = 'false',
        nowrapitems_yes = 'yes',
        orphan_yes = 'yes',
        state_collapsed = 'collapsed',
        state_off = 'off',
        state_plain = 'plain',
        subgroups = {'subgroup', 'child', ''},
        subpage_doc = 'doc',
        subpage_sandbox = 'sandbox',
        subpage_testcases = 'testcases',
        tracking_no = 'no'
    },
    class = {
        autocollapse = 'autocollapse',
        collapsible = 'mw-collapsible',
        collapsed = 'mw-collapsed',
        navbox = 'navboxMobile',
        navbox_abovebelow = 'navboxMobile-abovebelow',
        navbox_group = 'navboxMobile-group',
        navbox_image = 'navboxMobile-image',
        navbox_inner = 'navboxMobile-inner',
        navbox_list = 'navboxMobile-list',
        navbox_list_with_group = 'navboxMobile-list-with-group',
        navbox_part = 'navboxMobile-',
        navbox_styles = 'navboxMobile-styles',
        navbox_subgroup = 'navboxMobile-subgroup',
        navbox_title = 'navboxMobile-title',
        navbox_odd_part = 'odd',
        navbox_even_part = 'even',
        nomobile = 'nomobile',
        nowraplinks = 'nowraplinks',
        noviewer = 'noviewer'
    },
    pattern = {
        listnum = '^list(%d+)$',
        class = 'class',
        sandbox = '/sandbox$',
        navbox = 'Template:Navbox',
        nowrap = '^<span class="nowrap">',
        style = 'style$',
        navbox_title = '<th[^>]*"navboxMobile%-title"',
        hlist = 'hlist',
        plainlist = 'plainlist',
    },
    arg = {
        above = 'above',
        aboveclass = 'aboveclass',
        abovestyle = 'abovestyle',
        basestyle = 'basestyle',
        bodyclass = 'bodyclass',
        bodystyle = 'bodystyle',
        border = 'border',
        below = 'below',
        belowclass = 'belowclass',
        belowstyle = 'belowstyle',
        evenodd = 'evenodd',
        evenstyle = 'evenstyle',
        group1 = 'group1',
        group2 = 'group2',
        group_and_num = 'group%d',
        groupstyle_and_num = 'group%dstyle',
        groupclass = 'groupclass',
        groupstyle = 'groupstyle',
        groupwidth = 'groupwidth',
        innerstyle = 'innerstyle',
        image = 'image',
        imageclass = 'imageclass',
        imageleft = 'imageleft',
        imageleftstyle = 'imageleftstyle',
        imagestyle = 'imagestyle',
        list_and_num = 'list%d',
        listclass_and_num = 'list%dclass',
        liststyle_and_num = 'list%dstyle',
        list1padding = 'list1padding',
        listclass = 'listclass',
        listpadding = 'listpadding',
        liststyle = 'liststyle',
        name = 'name',
        navbar = 'navbar',
        navboxclass = 'navboxclass',
        nocat = 'nocat',
        nowrapitems = 'nowrapitems',
        oddstyle = 'oddstyle',
        orphan = 'orphan',
        state = 'state',
        style = 'style',
        templatestyles = 'templatestyles',
        child_templatestyles = 'child templatestyles',
        title = 'title',
        titleclass = 'titleclass',
        titlestyle = 'titlestyle',
        tracking = 'tracking'
    },
    navbar = {
        name = 1,
        fontstyle = 'fontstyle',
        mini = 'mini'
    }
}