MediaWiki:Common.js: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Kerisar (обсуждение | вклад) мНет описания правки |
||
| Строка 32: | Строка 32: | ||
const serversStatus = [{ | const serversStatus = [{ | ||
name: "server-main", | name: "server-main", | ||
connect: "https://game2.station14.ru/main/server/status", | connect: "https://api.codetabs.com/v1/proxy/?quest=https://game2.station14.ru/main/server/status", | ||
serverconnect: "game2.station14.ru/main/server" | serverconnect: "game2.station14.ru/main/server" | ||
}, { | }, { | ||
name: "server-nova", | name: "server-nova", | ||
connect: "https://game2.station14.ru/nova/server/status", | connect: "https://api.codetabs.com/v1/proxy/?quest=https://game2.station14.ru/nova/server/status", | ||
serverconnect: "game2.station14.ru/nova/server" | serverconnect: "game2.station14.ru/nova/server" | ||
}, { | }, { | ||
name: "server-athara", | name: "server-athara", | ||
connect: "https://game2.station14.ru/athara/server/status", | connect: "https://api.codetabs.com/v1/proxy/?quest=https://game2.station14.ru/athara/server/status", | ||
serverconnect: "game2.station14.ru/athara/server" | serverconnect: "game2.station14.ru/athara/server" | ||
}, { | }, { | ||
name: "server-solaris", | name: "server-solaris", | ||
connect: "https://game2.station14.ru/solaris/server/status", | connect: "https://api.codetabs.com/v1/proxy/?quest=https://game2.station14.ru/solaris/server/status", | ||
serverconnect: "game2.station14.ru/solaris/server" | serverconnect: "game2.station14.ru/solaris/server" | ||
}, { | }, { | ||
name: "server-echo", | name: "server-echo", | ||
connect: "https://game2.station14.ru/echo/server/status", | connect: "https://api.codetabs.com/v1/proxy/?quest=https://game2.station14.ru/echo/server/status", | ||
serverconnect: "game2.station14.ru/echo/server" | serverconnect: "game2.station14.ru/echo/server" | ||
}, { | }, { | ||
name: "server-elysium", | name: "server-elysium", | ||
connect: "https://game2.station14.ru/elysium/server/status", | connect: "https://api.codetabs.com/v1/proxy/?quest=https://game2.station14.ru/elysium/server/status", | ||
serverconnect: "game2.station14.ru/elysium/server" | serverconnect: "game2.station14.ru/elysium/server" | ||
}, { | }, { | ||
name: "server-nebula", | name: "server-nebula", | ||
connect: "https://game2.station14.ru/nebula/server/status", | connect: "https://api.codetabs.com/v1/proxy/?quest=https://game2.station14.ru/nebula/server/status", | ||
serverconnect: "game2.station14.ru/nebula/server" | serverconnect: "game2.station14.ru/nebula/server" | ||
}, { | }, { | ||
name: "server-wl", | name: "server-wl", | ||
connect: "https://game2.station14.ru/wl/server/status", | connect: "https://api.codetabs.com/v1/proxy/?quest=https://game2.station14.ru/wl/server/status", | ||
serverconnect: "game2.station14.ru/wl/server" | serverconnect: "game2.station14.ru/wl/server" | ||
}, { | }, { | ||