View source for Module:Navbar/configuration
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
local configuration = {
['templatestyles'] = 'Module:Navbar/styles.css',
['box_text'] = 'This box: ', -- default text box when not plain or mini
['title_namespace'] = 'Template', -- namespace to default to for title
['invalid_title'] = 'Invalid title ',
['classes'] = { -- set a line to nil if you don't want it
['navbar'] = 'navbar',
['plainlinks'] = 'plainlinks', -- plainlinks
['horizontal_list'] = 'hlist', -- horizontal list class
['mini'] = 'navbar-mini', -- class indicating small links in the navbar
['this_box'] = 'navbar-boxtext',
['brackets'] = 'navbar-brackets',
-- 'collapsible' is the key for a class to indicate the navbar is
-- setting up the collapsible element in addition to the normal
-- navbar.
['collapsible'] = 'navbar-collapse',
['collapsible_title_mini'] = 'navbar-ct-mini',
['collapsible_title_full'] = 'navbar-ct-full'
}
}
return configuration
000
1:0
Templates used on this page:
- Template:Autotranslate (view source)
- Template:Fallback (view source)
- Template:Module rating (view source)
- Template:Module rating/i18n/en (view source)
- Template:Ombox (view source)
- Template:Sandbox other (view source)
- Template:Used in system (view source)
- Module:Arguments (view source)
- Module:Autotranslate (view source)
- Module:Effective protection level (view source)
- Module:High-use (view source)
- Module:Message box (view source)
- Module:Message box/configuration (view source)
- Module:Navbar/configuration/doc (view source)
- Module:Transclusion count (view source)
- Module:Transclusion count/data/N (view source)
- Module:Yesno (view source)
Return to Module:Navbar/configuration.