Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lua/wikis/callofduty/FilterButtons/Config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Config.categories = {
name = 'game',
property = 'game',
expandable = true,
items = {'bo7', 'wz', 'codm'},
items = {'mw4', 'bo7', 'wz', 'codm'},
transform = function(game)
return Game.icon({game = game, noSpan = true, noLink = true, size = '20x20px'})
end
Expand Down
26 changes: 20 additions & 6 deletions lua/wikis/callofduty/Info.lua
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,22 @@ return {
lightMode = 'Call of Duty Default lightmode.png',
},
},
vg = {
mw4 = {
order = 20,
abbreviation = 'MW4',
name = 'Modern Warfare 4',
link = 'Call of Duty: Modern Warfare 4',
logo = {
darkMode = 'COD MW4 default allmode.png',
lightMode = 'COD MW4 default allmode.png',
},
defaultTeamLogo = {
darkMode = 'Call of Duty Default darkmode.png',
lightMode = 'Call of Duty Default lightmode.png',
},
},
vg = {
order = 21,
abbreviation = 'VG',
name = 'Vanguard',
link = 'Call of Duty: Vanguard',
Expand All @@ -306,7 +320,7 @@ return {
},
},
waw = {
order = 21,
order = 22,
abbreviation = 'WaW',
name = 'World at War',
link = 'Call of Duty: World at War',
Expand All @@ -320,7 +334,7 @@ return {
},
},
wwii = {
order = 22,
order = 23,
abbreviation = 'WWII',
name = 'WWII',
link = 'Call of Duty: WWII',
Expand All @@ -334,7 +348,7 @@ return {
},
},
wz = {
order = 23,
order = 24,
abbreviation = 'WZ',
name = 'Warzone',
link = 'Call of Duty: Warzone',
Expand All @@ -348,7 +362,7 @@ return {
},
},
wzm = {
order = 24,
order = 25,
abbreviation = 'WZM',
name = 'Warzone Mobile',
link = 'Call of Duty: Warzone Mobile',
Expand All @@ -362,7 +376,7 @@ return {
},
},
online = {
order = 25,
order = 26,
abbreviation = 'CODOL',
name = 'Call of Duty Online',
link = 'Call of Duty Online',
Expand Down
Loading