所有公开日志
所有CatoPedia公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2024年4月13日 (六) 17:33 LaoWang168 讨论 贡献创建了页面MediaWiki:SuperCarousel.js (创建页面,内容为“class SuperCarousel { option = { style: "slide", mode: "stack", direction: "r2l", gap: 5, unit: "s", } constructor(dom) { this.dom = $(dom) this.dom.data("SC", this) this.timer = -1 this.init() } init() { clearInterval(this.timer) this.timer = -1 for (let key in this.option) { let value = this.dom.attr(`data-${key}`) || this.option[key] if ($.isNumeric(value)) { value = parseInt(value) } this.dom.attr(`data-${key}`…”)