View source for Module:Navbox
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
--
-- This module implements {{Navbox}}
--
local p = {}
local navbar = require('Module:Navbar')._navbar
local getArgs -- lazily initialized
local args
local border
local listnums
local ODD_EVEN_MARKER = '\127_ODDEVEN_\127'
local RESTART_MARKER = '\127_ODDEVEN0_\127'
local REGEX_MARKER = '\127_ODDEVEN(%d?)_\127'
local function striped(wikitext)
-- Return wikitext with markers replaced for odd/even striping.
-- Child (subgroup) navboxes are flagged with a category that is removed
-- by parent navboxes. The result is that the category shows all pages
000
1:0
Templates used on this page:
- Template:Uses TemplateStyles (view source)
- Module:List (view source)
- Module:Message box (view source)
- Module:Navbox/doc (view source)
- Module:No globals (view source)
- Module:TNT (view source)
- Module:TableTools (view source)
- Module:Uses TemplateStyles (view source)
- Module:Uses TemplateStyles/config (view source)
- Module:Yesno (view source)
Return to Module:Navbox.