Skip to content

Commit

Permalink
Setup Module info for World of Tanks wiki (#3411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanopedia authored Oct 19, 2023
1 parent ce8fd44 commit 472eb56
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions standard/wikis/worldoftanks/info
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
-- @Liquipedia
-- wiki=worldoftanks
-- page=Module:Info
--
-- Please see https://github.com/Liquipedia/Lua-Modules to contribute
--

return {
startYear = 2010,
wikiName = 'worldoftanks',
name = 'World of Tanks',
games = {
worldoftanks = {
abbreviation = 'WoT',
name = 'World of Tanks',
link = 'World of Tanks',
logo = {
darkMode = 'World of Tanks default darkmode.png',
lightMode = 'World of Tanks default lightmode.png',
},
defaultTeamLogo = {
darkMode = 'World of Tanks default darkmode.png',
lightMode = 'World of Tanks default lightmode.png',
},
},
},
defaultGame = 'worldoftanks',
defaultRoundPrecision = 0,
defaultTeamLogo = 'World of Tanks default lightmode.png', ---@deprecated
defaultTeamLogoDark = 'World of Tanks default darkmode.png', ---@deprecated
}

0 comments on commit 472eb56

Please sign in to comment.