Module:Navbox/sandbox: Difference between revisions

Content deleted Content added
revert the material tweak - I didn't want the interpreter to need to interpret the size every time through the loop. (there's probably other perf work for us to do on navbox /shrug)
move base templatestyles to config
Line 393:
 
-- get templatestyles
local base_templatestyles = frame:extensionTag{cfg.templatestyles
name = 'templatestyles', args = { src = 'Module:Navbox/styles.css' }
}
local templatestyles = add_user_styles(args[cfg.arg.templatestyles])
local child_templatestyles = add_user_styles(args[cfg.arg.child_templatestyles])