Module:Navbar/configuration: Difference between revisions
commas hard
(move some link_descriptions here) |
(commas hard) |
||
Line 23: | Line 23: | ||
-- link_descriptions_links | -- link_descriptions_links | ||
['view'] = { | ['view'] = { | ||
['default_enabled'] = true, | |||
['mini'] = 'v', | ['mini'] = 'v', | ||
['full'] = 'view', | ['full'] = 'view', | ||
Line 29: | Line 30: | ||
}, | }, | ||
['talk'] = { | ['talk'] = { | ||
['default_enabled'] = true, | |||
['mini'] = 't', | ['mini'] = 't', | ||
['full'] = 'talk', | ['full'] = 'talk', | ||
Line 35: | Line 37: | ||
}, | }, | ||
['edit'] = { | ['edit'] = { | ||
['default_enabled'] = true, | |||
['mini'] = 'e', | ['mini'] = 'e', | ||
['full'] = 'edit', | ['full'] = 'edit', | ||
Line 41: | Line 44: | ||
}, | }, | ||
['hist'] = { | ['hist'] = { | ||
['default_enabled'] = false, | |||
['mini'] = 'h', | ['mini'] = 'h', | ||
['full'] = 'hist', | ['full'] = 'hist', | ||
Line 47: | Line 51: | ||
}, | }, | ||
['move'] = { | ['move'] = { | ||
['default_enabled'] = false, | |||
['mini'] = 'm', | ['mini'] = 'm', | ||
['full'] = 'move', | ['full'] = 'move', | ||
Line 53: | Line 58: | ||
}, | }, | ||
['watch'] = { | ['watch'] = { | ||
['default_enabled'] = false, | |||
['mini'] = 'w', | ['mini'] = 'w', | ||
['full'] = 'watch', | ['full'] = 'watch', |