“Widget:Countdown”的版本间差异

添加102字节 、​ 2020年10月1日 (四) 01:57
无编辑摘要
before.style.display = "none";
}
var textMonth = ele.querySelector( '.countdown-month' ).textContent = i18n.substring(2);,
textHour = ele.querySelector( '.countdown-hour' ).textContent = i18n.substring(0,2);
if(textMonth) { textMonth.textContent = i18n.substring(2); }
if(textHour) { textHour.textContent = i18n.substring(0,2); }
};
const run = () => {
//</pre>
<includeonly>
</script><style>
<style>
/* </includeonly>CSS样式表:<pre lang="css"> */
.countdownNode {
16,874

个编辑