View source for Module:Navseasoncats
MyWikiBiz, Author Your Legacy — Monday July 28, 2025
Jump to navigationJump to searchYou do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
local p = {}
local errors = ''
local nexistingcats = 0
local currtitle = mw.title.getCurrentTitle()
local testcasecolon = ''
local testcases = string.match(currtitle.subpageText, '^testcases')
if testcases then testcasecolon = ':' end
local navborder = true
local followRs = true
local listall = false
local listofalllinks = {}
local skipgaps = false
local misctrackingcats = {
'', -- [1] placeholder for [[Category:Navseasoncats using cat parameter]]
'', -- [2] placeholder for [[Category:Navseasoncats using testcase parameter]]
'', -- [3] placeholder for [[Category:Navseasoncats range not using en dash]]
'', -- [4] placeholder for [[Category:Navseasoncats range abbreviated]]
'', -- [5] placeholder for [[Category:Navseasoncats range redirected (base change)]]
'', -- [6] placeholder for [[Category:Navseasoncats range redirected (MOS)]]
'', -- [7] placeholder for [[Category:Navseasoncats range irregular, no gaps]]
000
1:0
Templates used on this page:
Return to Module:Navseasoncats.