Call of Duty Esports Wiki
[checked revision][checked revision]
(creating game sprite)
Tag: Sprite edit
(added blackout)
Tag: Sprite edit
(5 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
lookup = 'Gamenames',
 
lookup = 'Gamenames',
 
name = 'Game',
 
name = 'Game',
  +
nolink = true,
  +
nosize = true,
  +
notext = true,
 
sheetsize = 246,
 
sheetsize = 246,
 
spacing = 2,
 
spacing = 2,
 
stylesheet = true,
 
stylesheet = true,
version = 'version=1603316351910',
+
version = 'version=1620258594063',
 
width = 60,
 
width = 60,
 
},
 
},
Line 22: Line 25:
 
['Call of Duty: Black Ops 3'] = { pos = 7, section = 1 },
 
['Call of Duty: Black Ops 3'] = { pos = 7, section = 1 },
 
['Call of Duty: Black Ops 4'] = { pos = 8, section = 1 },
 
['Call of Duty: Black Ops 4'] = { pos = 8, section = 1 },
['Call of Duty: Blackout'] = { pos = 8, section = 1 },
+
['Call of Duty: Black Ops Cold War'] = { pos = 18, section = 1 },
  +
['Call of Duty: Blackout'] = { pos = 20, section = 1 },
 
['Call of Duty: Ghosts'] = { pos = 9, section = 1 },
 
['Call of Duty: Ghosts'] = { pos = 9, section = 1 },
 
['Call of Duty: Infinite Warfare'] = { pos = 10, section = 1 },
 
['Call of Duty: Infinite Warfare'] = { pos = 10, section = 1 },
Line 28: Line 32:
 
['Call of Duty: Modern Warfare'] = { pos = 12, section = 1 },
 
['Call of Duty: Modern Warfare'] = { pos = 12, section = 1 },
 
['Call of Duty: Modern Warfare 2'] = { pos = 13, section = 1 },
 
['Call of Duty: Modern Warfare 2'] = { pos = 13, section = 1 },
  +
['Call of Duty: Modern Warfare 3'] = { pos = 17, section = 1 },
 
['Call of Duty: Modern Warfare Remastered'] = { pos = 14, section = 1 },
 
['Call of Duty: Modern Warfare Remastered'] = { pos = 14, section = 1 },
['Call of Duty: Warzone'] = { pos = 12, section = 1 },
+
['Call of Duty: Warzone'] = { pos = 19, section = 1 },
 
['Call of Duty: World at War'] = { pos = 15, section = 1 },
 
['Call of Duty: World at War'] = { pos = 15, section = 1 },
 
['Call of Duty: World War II'] = { pos = 16, section = 1 },
 
['Call of Duty: World War II'] = { pos = 16, section = 1 },

Revision as of 23:49, 5 May 2021

To edit the documentation or categories for this module, click here.


return {
	settings = {
		align = 'middle',
		height = 25,
		lookup = 'Gamenames',
		name = 'Game',
		nolink = true,
		nosize = true,
		notext = true,
		sheetsize = 246,
		spacing = 2,
		stylesheet = true,
		version = 'version=1620258594063',
		width = 60,
	},
	sections = {
		{ name = 'Uncategorized', id = 1 },
	},
	ids = {
		['Call of Duty 2'] = { pos = 2, section = 1 },
		['Call of Duty 4: Modern Warfare'] = { pos = 3, section = 1 },
		['Call of Duty: Advanced Warfare'] = { pos = 4, section = 1 },
		['Call of Duty: Black Ops'] = { pos = 5, section = 1 },
		['Call of Duty: Black Ops 2'] = { pos = 6, section = 1 },
		['Call of Duty: Black Ops 3'] = { pos = 7, section = 1 },
		['Call of Duty: Black Ops 4'] = { pos = 8, section = 1 },
		['Call of Duty: Black Ops Cold War'] = { pos = 18, section = 1 },
		['Call of Duty: Blackout'] = { pos = 20, section = 1 },
		['Call of Duty: Ghosts'] = { pos = 9, section = 1 },
		['Call of Duty: Infinite Warfare'] = { pos = 10, section = 1 },
		['Call of Duty: Mobile'] = { pos = 11, section = 1 },
		['Call of Duty: Modern Warfare'] = { pos = 12, section = 1 },
		['Call of Duty: Modern Warfare 2'] = { pos = 13, section = 1 },
		['Call of Duty: Modern Warfare 3'] = { pos = 17, section = 1 },
		['Call of Duty: Modern Warfare Remastered'] = { pos = 14, section = 1 },
		['Call of Duty: Warzone'] = { pos = 19, section = 1 },
		['Call of Duty: World at War'] = { pos = 15, section = 1 },
		['Call of Duty: World War II'] = { pos = 16, section = 1 },
		unknown = { pos = 1, section = 1 },
	},
}