“Talk:哔哩哔哩及批小将联合王国”与“MediaWiki:Gadget-CleanDeleteReasons.js”:页面之间的差异

H萌娘,万物皆可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('');
});