Module:Navbar/configuration: Difference between revisions
imported>Fire Created page with "return { ['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 ind..." |
No edit summary |
||
Line 1: | Line 1: | ||
return { | return { | ||
['templatestyles'] = 'Module:Navbar/styles.css', | ['templatestyles'] = 'Module:Navbar/styles.css', | ||
['hlist_templatestyles'] = 'Hlist/styles.css', | |||
['box_text'] = 'This box: ', -- default text box when not plain or mini | ['box_text'] = 'This box: ', -- default text box when not plain or mini | ||
['title_namespace'] = 'Template', -- namespace to default to for title | ['title_namespace'] = 'Template', -- namespace to default to for title |