Open main menu

Changes

Module:Lua banner

42 bytes removed, 19 January
m
1 revision imported
boxArgs.type = 'notice'
boxArgs.small = true
boxArgs.image = '[[File:Lua-logo-nolabelLogo.svg|30px|alt=|link=]]'
return mMessageBox.main('mbox', boxArgs)
end
if not category then
local categories = {
['Module:String'] = 'Templates based on the String Lua String-based templatesmodule',
['Module:Math'] = 'Templates based on the Math Lua module',
['Module:BaseConvert'] = 'Templates based on the BaseConvert Lua module',
['Module:Citation/CS1'] = 'Templates based on the Citation/CS1 Lua-based citation templatesmodule'
}
categories['Module:Citation/CS1'] = categories['Module:Citation']
category = modules[1] and categories[modules[1]]
category = category or 'Lua-based templates'