「Talk:哔哩哔哩及批小将联合王国」與「MediaWiki:Gadget-CleanDeleteReasons.js」:頁面間的差異

出自H萌娘
(頁面間的差異)
跳至導覽 跳至搜尋
imported>SD hehua
無編輯摘要
 
imported>=海豚=
(创建页面,内容为“$(function() { if (mw.config.get('wgAction') == "delete" && $("#wpReason").length > 0 && RegExp('(内容|page was empty|content before blanking was)', 'i').test(…”)
 
行 1: 行 1:
== 存废 ==
$(function() {
 
   if (mw.config.get('wgAction') == "delete" && $("#wpReason").length > 0 && RegExp('(内容|page was empty|content before blanking was)', 'i').test($("#wpReason").val())) $("#wpReason").val('');
{{意见}}{{反对}}创建此条目,此条目过于恶搞,个人认为适合作为用户页条目,建议{{移动}}至创建者用户子页。-- [[:zhmoe:萌娘百科:巡查姬|<span style="color:orange">Patroller</span>]][[用户:SD hehua|SD hehua]]([[用户讨论:SD hehua| 聊天室]]) 2021年7月29日 ( ) 21:03 (CST)
});

於 2020年3月26日 (四) 10:02 的修訂

$(function() {
    if (mw.config.get('wgAction') == "delete" && $("#wpReason").length > 0 && RegExp('(内容|page was empty|content before blanking was)', 'i').test($("#wpReason").val())) $("#wpReason").val('');
});