LLWiki正在建设中,欢迎加入我们

“Widget:Countdown”的版本间差异

跳转到导航 跳转到搜索
<noinclude>{{doc|content={{CCnotice|MGP=widget:countdown}}
 
请使用{{tl|countdown}}调用。}}</noinclude><includeonly><!--{if !isset($wgCountdown) || !$wgCountdown}--><!--{assign var="wgCountdown" value=true scope="global"}--><script src="/mediawiki/resources/lib/moment/moment.js"></script><script>
//</includeonly>JavaScript脚本:<pre lang=js>
"use strict";
window.addEventListener('load', function () {
constmw.loader.using( fromNow ='moment' ).then(function (ele) {
letconst nowfromNow = momentfunction (ele), {
thenlet now = moment(ele.dataset.target),
before then = moment(ele.children[0]dataset.target),
after before = ele.children[10],
i18n after = ele.dataset.titlechildren[1],
isBefore i18n = thenele.dataset.isBefore(now)title,
isBefore = then.isBefore(now),
monthsHave31Days = [0, 2, 4, 6, 7, 9, 11], // 月份从0开始
monthsHave31Days = [0, 2, 4, 6, 7, 9, 11], // 月份从0开始
year = isBefore ? now.year() - then.year() : then.year() - now.year(),
month year = isBefore ? now.monthyear() - then.monthyear() : then.monthyear() - now.monthyear(),
day month = isBefore ? now.datemonth() - then.datemonth() : then.datemonth() - now.datemonth(),
hour day = isBefore ? now.hourdate() - then.hourdate() : then.hourdate() - now.hourdate(),
minute hour = isBefore ? now.minutehour() - then.minutehour() : then.minutehour() - now.minutehour(),
second minute = isBefore ? now.secondminute() - then.secondminute() : then.secondminute() - now.secondminute(),
second = isBefore ? now.second() - then.second() : then.second() - now.second(),
result = "";
if (second < 0) { result = "";
minute--;if (second < 0) {
second += 60 minute--;
} second += 60;
if (minute < 0) {
hour--;
minute += 60;
}
if (hour < 0) {
day--;
hour += 24;
}
if (day < 0) {
month--;
if (monthsHave31Days.includes((isBefore ? then : now).month())) { day += 31; }
else if ((isBefore ? then : now).month() === 1) {
if ((isBefore ? then : now).year() % 4 === 0) { day += 29; }
else { day += 28; }
}
elseif {(minute day< +=0) 30; }{
} hour--;
if (month < 0) { minute += 60;
year--;
month += 12;
}
if (year > 0) { result += `<span class="countdown-num">${year}</` + 'span>年'; }
if (month > 0) { result += `<span class="countdown-num">${month}</` + 'span><span class="countdown-month"><' + '/span>'; }
else if (result !== "") { result += `<span class="countdown-num">${0}</` + 'span><span class="countdown-month"><' + '/span>'; }
if (day > 0) { result += `<span class="countdown-num">${day}</` + 'span>天'; }
else if (result !== "") { result += `<span class="countdown-num">${0}</` + 'span>天'; }
if(year == 0 && month == 0) {
if (hour > 0) { result += `<span class="countdown-num">${hour}</` + 'span><span class="countdown-hour"><' + '/span>'; }
else if (result !== "") { result += `<span class="countdown-num">${0}</` + 'span><span class="countdown-hour"><' + '/span>'; }
if(day == 0) {
if (minute > 0) { result += `<span class="countdown-num">${minute}</` + 'span>分'; }
else if (result !== "") { result += `<span class="countdown-num">${0}</` + 'span>分'; }
if (second > 0) { result += `<span class="countdown-num">${second}</` + 'span>秒'; }
else if (result !== "") { result += `<span class="countdown-num">${0}</` + 'span>秒'; }
}
} if (hour < 0) {
if(isBefore) { day--;
var countdown = before.querySelector( '.countdown'hour += )24;
if(countdown) { countdown.innerHTML = result; }
before.style.displayif =(day "";< 0) {
after.style.display = "none" month--;
if (monthsHave31Days.includes((isBefore ? then : now).month())) { day += 31; }
}
else if ((isBefore ? then : now).month() === 1) {
if ((isBefore ? then : now).year() % 4 === 0) { day += 29; }
var countdown = after.querySelector( '.countdown' );
if(countdown) else { countdown.innerHTMLday += result28; }
after.style.display = ""; }
before.style.display else { day += "none"30; }
}
var textMonth = ele.querySelector( '.countdown-if (month' < 0), {
textHour = ele.querySelector( '.countdown-hour' )year--;
month += 12;
if(textMonth) { textMonth.textContent = i18n.substring(2); }
}
if(textHour) { textHour.textContent = i18n.substring(0,2); }
if (year > 0) { result += `<span class="countdown-num">${year}</` + 'span>年'; }
};
if (month > 0) { result += `<span class="countdown-num">${month}</` + 'span><span class="countdown-month"><' + '/span>'; }
const run = () => {
else if (result !== "") { result += `<span class="countdown-num">${0}</` + 'span><span class="countdown-month"><' + '/span>'; }
document.querySelectorAll( '.countdownNode:not(.disabled)' ).forEach((ele) => {
if (day > 0) { result += `<span class="countdown-num">${day}</` + 'span>天'; }
if(ele.title) {
else if (result !== "") { result += `<span class="countdown-num">${0}</` + 'span>天'; }
ele.dataset.title = ele.title;
if(year == 0 && ele.removeAttribute('title'month == 0); {
if (hour > 0) { result += `<span class="countdown-num">${hour}</` + 'span><span class="countdown-hour"><' + '/span>'; }
else if (result !== "") { result += `<span class="countdown-num">${0}</` + 'span><span class="countdown-hour"><' + '/span>'; }
if(day == 0) {
if (minute > 0) { result += `<span class="countdown-num">${minute}</` + 'span>分'; }
else if (result !== "") { result += `<span class="countdown-num">${0}</` + 'span>分'; }
if (second > 0) { result += `<span class="countdown-num">${second}</` + 'span>秒'; }
else if (result !== "") { result += `<span class="countdown-num">${0}</` + 'span>秒'; }
}
}
if(isBefore) {
var countdown = before.querySelector( '.countdown' );
if(countdown) { countdown.innerHTML = result; }
before.style.display = "";
after.style.display = "none";
}
else {
var countdown = after.querySelector( '.countdown' );
if(countdown) { countdown.innerHTML = result; }
after.style.display = "";
before.style.display = "none";
}
var textMonth = ele.querySelector( '.countdown-month' ),
textHour = ele.querySelector( '.countdown-hour' );
if(textMonth) { textMonth.textContent = i18n.substring(2); }
if(textHour) { textHour.textContent = i18n.substring(0,2); }
};
const run = () => {
document.querySelectorAll( '.countdownNode:not(.disabled)' ).forEach((ele) => {
if(ele.title) {
ele.dataset.title = ele.title;
ele.removeAttribute('title');
}
fromNow(ele);
ele.style.visibility = "visible";
});
};
document.querySelectorAll( '.countdownNode' ).forEach((ele) => {
const time = moment(ele.dataset.target);
if (!time || !time.isValid()) {
ele.classList.add("error", "disabled")
ele.textContent = "(时间格式错误!)";
ele.style.visibility = "visible";
}
fromNow(ele);
ele.style.visibility = "visible";
});
} run();
window.setInterval(run, 1000);
document.querySelectorAll( '.countdownNode' ).forEach((ele) => {
const time = moment(ele.dataset.target);
if (!time || !time.isValid()) {
ele.classList.add("error", "disabled")
ele.textContent = "(时间格式错误!)";
ele.style.visibility = "visible";
}
});
run();
window.setInterval(run, 1000);
});
//</pre>