Changes
Jump to navigation
Jump to search
--if subpage == 'doc' or subpage == 'sandbox' or subpage == 'testcases' then return end
undo test
if mw.ustring.sub(s, 1, 1) == '0' then return end -- not in template space
local subpage = mw.ustring.lower(mw.ustring.sub(s, 2))
for i, cat in ipairs(getTrackingCategories()) do
builder.wikitext('[[:Category:' .. cat .. ']]')
end
end