Module:Navbar/configuration: Difference between revisions

From Video Credit Archive

Content deleted Content added
imported>Izno
save this
imported>Izno
m Protected "Module:Navbar/configuration": match parent template ([Edit=Require administrator access] (indefinite) [Move=Require administrator access] (indefinite))
 
(6 intermediate revisions by the same user not shown)
Line 4: Line 4:
['title_namespace'] = 'Template', -- namespace to default to for title
['title_namespace'] = 'Template', -- namespace to default to for title
['invalid_title'] = 'Invalid title ',
['invalid_title'] = 'Invalid title ',
['classes'] = {
['classes'] = { -- set a line to nil if you don't want it
-- translate or set a line to nil if you don't want it
['navbar'] = 'navbar',
['navbar'] = 'navbar',
['plainlinks'] = 'plainlinks', -- plainlinks
['plainlinks'] = 'plainlinks', -- plainlinks
Line 18: Line 17:
['collapsible_title_mini'] = 'navbar-ct-mini',
['collapsible_title_mini'] = 'navbar-ct-mini',
['collapsible_title_full'] = 'navbar-ct-full'
['collapsible_title_full'] = 'navbar-ct-full'
},
['default_links'] = {
-- configure true/false.
-- if you add/remove one, don't forget to update link_descriptions also
['view'] = true,
['talk'] = true,
['edit'] = true,
['hist'] = false,
['move'] = false,
['watch'] = false
}
}
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.