Module:NavboxUpgraded/configuration: Difference between revisions
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 }" |
(No difference)
|
Revision as of 06:58, 22 November 2024
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
}