Content deleted Content added
now the orphan cat |
now odd_even, which I don't see a trivial way of shuffling that off to config |
||
Line 20:
return wikitext .. orphanCat
end
local first, second =
if args[cfg.arg.evenodd] then
if args[cfg.arg.evenodd] == cfg.keyword.evenodd_swap then
Line 250:
if listText:sub(1, 12) == '</div><table' then
-- Assume list text is for a subgroup navbox so no automatic striping for this row.
oddEven = listText:find(cfg.pattern.navbox_title) and cfg.marker.restart or
end
Line 261:
:cssText(args[liststyle_and_num])
:addClass(cfg.class.navbox_list)
:addClass(
:addClass(args[cfg.arg.listclass])
:addClass(args[listclass_and_num])
|