Module:Message box: Difference between revisions

no edit summary
(Created page with "-- This is a meta-module for producing message box templates, including {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Require necessary m...")
No edit summary
Line 110:
function box:addCat(ns, cat, sort)
if type(cat) ~= 'string' then return end
local nsVals = {'main', 'template', 'extension', 'all'}
local tname
for i, val in ipairs(nsVals) do
Anonymous user