561
edits
(Update categories, see Wikipedia:Categories for discussion/Log/2021 October 31) |
Auburnsummer (talk | contribs) m (1 revision imported: Miraheze infobox) |
||
Line 52: | Line 52: | ||
boxArgs.type = 'notice' | boxArgs.type = 'notice' | ||
boxArgs.small = true | boxArgs.small = true | ||
boxArgs.image = '[[File:Lua- | boxArgs.image = '[[File:Lua-logo-nolabel.svg|30px|alt=|link=]]' | ||
return mMessageBox.main('mbox', boxArgs) | return mMessageBox.main('mbox', boxArgs) | ||
end | end | ||
Line 82: | Line 82: | ||
if not category then | if not category then | ||
local categories = { | local categories = { | ||
['Module:String'] = ' | ['Module:String'] = 'Lua String-based templates', | ||
['Module:Math'] = 'Templates based on the Math Lua module', | ['Module:Math'] = 'Templates based on the Math Lua module', | ||
['Module:BaseConvert'] = 'Templates based on the BaseConvert Lua module', | ['Module:BaseConvert'] = 'Templates based on the BaseConvert Lua module', | ||
['Module:Citation'] = ' | ['Module:Citation'] = 'Lua-based citation templates' | ||
} | } | ||
categories['Module:Citation/CS1'] = categories['Module:Citation'] | categories['Module:Citation/CS1'] = categories['Module:Citation'] |