Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 35:
-- Determine the styles for each type
local type1Style = switchType(args.type1 or 'E',
local type2Style = switchType(args.type2 or 'J', args.hover and args[3], args[3] or '')
local type3Style = switchType(args.type3 or 'R', args.hover, args[4] or '')
|