首页
随机
登录
设置
关于二次元百科
免责声明
二次元百科
搜索
MediaWiki:Common.js:修订间差异
语言
监视
查看历史
查看源代码
下一编辑→
2024年5月3日 (五) 12:12的版本
查看源代码
JasonHK
(
留言
|
贡献
)
行政员
、
界面管理员
、
管理员
61
次编辑
创建页面,内容为“mw.hook("codeEditor.configure").add({ useSoftTabs: true });”
2024年5月3日 (五) 12:15的版本
查看源代码
JasonHK
(
留言
|
贡献
)
行政员
、
界面管理员
、
管理员
61
次编辑
无编辑摘要
下一编辑→
第1行:
第1行:
mw.hook("codeEditor.configure").add({
useSoftTabs: true
});
mw.hook("codeEditor.configure").add(
function(a)
{
console.log(a)
});