Module:NavboxUpgraded/configuration

From Ikwipedia
Revision as of 06:58, 22 November 2024 by EnWikiAdmin (talk | contribs) (Created page with "-- Module:NavboxUpgraded/configuration return { aria_label = 'NavboxUpgraded', nowrap_item = '%s<span class="nowrap">%s</span>', templatestyles = { name = 'templatestyles', args = { src = 'Module:NavboxUpgraded/styles.css' } }, -- Add other configuration parameters as needed -- You can mirror the original Navbox's configuration or customize it }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:NavboxUpgraded/configuration/doc

-- Module:NavboxUpgraded/configuration
return {
    aria_label = 'NavboxUpgraded',
    nowrap_item = '%s<span class="nowrap">%s</span>',
    templatestyles = {
        name = 'templatestyles',
        args = { src = 'Module:NavboxUpgraded/styles.css' }
    },
    -- Add other configuration parameters as needed
    -- You can mirror the original Navbox's configuration or customize it
}