“User talk:PlumLee”与“MediaWiki:Gadget-CleanDeleteReasons.js”:页面之间的差异

H萌娘,万物皆可H的百科全书!
(页面间差异)
跳到导航 跳到搜索
imported>PlumLee
无编辑摘要
 
imported>=海豚=
(创建页面,内容为“$(function() { if (mw.config.get('wgAction') == "delete" && $("#wpReason").length > 0 && RegExp('(内容|page was empty|content before blanking was)', 'i').test(…”)
 
第1行: 第1行:
{{欢迎}}
$(function() {
如有事宜建议阁下前往{{软重定向|zhmoe:User talk:PlumLee}}
   if (mw.config.get('wgAction') == "delete" && $("#wpReason").length > 0 && RegExp('(内容|page was empty|content before blanking was)', 'i').test($("#wpReason").val())) $("#wpReason").val('');
 
});
进行商讨,阿里嘎都
 
== [[模板:软重定向|软重定向]] ==
 
如果要重定向您的用户页到其他wiki,请使用这个模板。
如 <code><nowiki>{{软重定向|zhmoe:User:PlumLee}}</nowiki></code> --[[用户:Cuthead|Cuthead]]([[用户讨论:Cuthead|讨论]]) 2021年8月8日 ( ) 05:37 (CST)
:[https://www.hmoegirl.com/index.php?title=用户:PlumLee&action=edit 编辑用户页] --[[用户:Cuthead|Cuthead]]([[用户讨论:Cuthead|讨论]]) 2021年8月8日 ( ) 05:40 (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('');
});