Module:Message box: Difference between revisions

From Mariopedia, a wiki on Mario, Yoshi, Wario, Donkey Kong, Super Smash Bros., and more!
Jump to navigationJump to search
Content deleted Content added
No edit summary
Undo revision 896901 by 86.135.251.105 (talk)
Line 110: Line 110:
function box:addCat(ns, cat, sort)
function box:addCat(ns, cat, sort)
if type(cat) ~= 'string' then return end
if type(cat) ~= 'string' then return end
local nsVals = {'main', 'template', 'extension', 'all'}
local nsVals = {'main', 'template', 'all'}
local tname
local tname
for i, val in ipairs(nsVals) do
for i, val in ipairs(nsVals) do