×
Create a new article
Write your page title here:
We currently have 230 articles on Farthest Frontier. Type your article name above or create one of the articles listed here!



    Farthest Frontier

    Module:Navbar/configuration

    Revision as of 04:28, 18 August 2022 by NotAracham (talk | contribs) (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...")
    (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

    Configuration used by Module:Navbar.


    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 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'
    	}
    }
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.