Module:Navbar/configuration: Difference between revisions
add title_namespace
m (Izno moved page Module:Navbar/configuration/sandbox to Module:Navbar/configuration without leaving a redirect) |
(add title_namespace) |
||
Line 1: | Line 1: | ||
local configuration = { | local configuration = { | ||
['templatestyles'] = 'Module:Navbar/styles.css', | ['templatestyles'] = 'Module:Navbar/styles.css', | ||
['box_text'] = 'This box: ', | ['box_text'] = 'This box: ', -- default text box when not plain or mini | ||
['title_namespace'] = 'Template', -- namespace to default to for title | |||
['left_bracket'] = '[ ', -- '[ ' | ['left_bracket'] = '[ ', -- '[ ' | ||
['right_bracket'] = ' ]', -- ' ]' | ['right_bracket'] = ' ]', -- ' ]' |