Skip to content

Commit

Permalink
Update part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hesketh2 authored Dec 24, 2024
1 parent c458656 commit a99a70b
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions standard/links/commons/links.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ local CustomData = Lua.requireIfExists('Module:Links/CustomData', {loadData = tr
local Links = {}

local PREFIXES = {
['365chess'] = {
'https://www.365chess.com/tournaments/',
player = 'https://www.365chess.com/players/',
match = 'https://www.365chess.com/game.php?gid=',
},
['5ewin'] = {
'https://arena.5eplay.com/tournament/',
player = 'https://arena.5eplay.com/data/player/',
Expand Down Expand Up @@ -50,11 +55,6 @@ local PREFIXES = {
booyah = {'https://booyah.live/'},
bracket = {''},
breakingpoint = {match = 'https://www.breakingpoint.gg/match/'},
['365chess'] = {
'https://www.365chess.com/tournaments/',
player = 'https://www.365chess.com/players/',
match = 'https://www.365chess.com/game.php?gid=',
},
chessgames = {
'https://www.chessgames.com/perl/chess.pl?tid=',
player = 'https://www.chessgames.com/perl/chessplayer?pid=',
Expand Down Expand Up @@ -365,6 +365,11 @@ local ICON_KEYS_TO_RENAME = {
}

local MATCH_ICONS = {
['365chess'] = {
icon = 'File:365chess_allmode.png',
iconDark = 'File:365chess_allmode.png',
text = '365Chess matchpage'
},
ballchasing = {
icon = 'File:Ballchasing icon.png',
text = 'Ballchasing replays'
Expand All @@ -374,6 +379,11 @@ local MATCH_ICONS = {
iconDark = 'File:Breaking Point GG icon darkmode.png',
text = 'Breaking Point matchpage'
},
chessgames = {
icon = 'File:Chessgames_allmode.png',
iconDark = 'File:Chessgames_allmode.png',
text = 'Chessgames matchpage'
},
chesscom = {
icon = 'File:ChessCom_allmode.png',
iconDark = 'File:ChessCom_allmode.png',
Expand Down

0 comments on commit a99a70b

Please sign in to comment.