6 392
edições
(Criou página com '<script> document.addEventListener('DOMContentLoaded', function () { Date.prototype.getWeekNumber = function () { let d = new Date(Date.UTC(this.getFullYear(), this.getMonth(), this.getDate())); let dayNum = d.getUTCDay() || 7; d.setUTCDate(d.getUTCDate() + 4 - dayNum); let yearStart = new Date(Date.UTC(d.getUTCFullYear(), 0, 1)); return Math.ceil((((d - yearStart) / 86400000) + 1) / 7) }; const url = window.location.origin; let actualWeekNum...') |
Sem resumo de edição |
||
Linha 21: | Linha 21: | ||
const bosses = [ | const bosses = [ | ||
{ | |||
name: 'Raikou', | |||
image: '/images/2/28/Card_Boss-Fight-Raikou.png', | |||
link: "https://wiki.pokexgames.com/index.php/Boss_Fight_-_Raikou" | |||
}, | |||
{ | { | ||
name: 'Entei', | name: 'Entei', | ||
Linha 26: | Linha 31: | ||
link: "https://wiki.pokexgames.com/index.php/Boss_Fight_-_Entei" | link: "https://wiki.pokexgames.com/index.php/Boss_Fight_-_Entei" | ||
}, | }, | ||
{ | { | ||
name: 'Suicune', | name: 'Suicune', |