Naar inhoud springen

Module:Navbar/configuration

Uit Wikipedia, de vrije encyclopedie
Dit is een oude versie van deze pagina, bewerkt door Sb008 (overleg | bijdragen) op 8 apr 2021 om 21:35. (Nieuwe pagina aangemaakt met 'local configuration = { ['templatestyles'] = 'Module:Navbar/styles.css', ['box_text'] = 'Dit vak: ', -- default text b...')
Deze versie kan sterk verschillen van de huidige versie van deze pagina.
(wijz) ← Oudere versie | Huidige versie (wijz) | Nieuwere versie → (wijz)

Documentatie voor deze module kan aangemaakt worden op de volgende pagina: Module:Navbar/configuration/doc

local configuration = {
        ['templatestyles'] = 'Module:Navbar/styles.css',
        ['box_text'] = 'Dit vak: ',                     -- default text box when not plain or mini
        ['title_namespace'] = 'Sjabloon',               -- namespace to default to for title
        ['invalid_title'] = 'Onjuiste titel ',
        ['classes'] = { -- set a line to nil if you don't want it
                ['navbar'] = 'navbar',
                ['plainlinks'] = 'plainlinks', -- plainlinks
                ['horizontal_list'] = 'hlijst', -- 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