“Help:小工具/HotCat”的版本间差异

删除200字节 、​ 2020年8月31日 (一) 13:55
无编辑摘要
(// 使用Wikiplus小工具快速编辑)
标签移动版网页编辑 移动版编辑
# 保存单一修改前显示差异:
#* 示例:
#*:<code class="prettyprint" lang="js">window.hotcat_no_autocommit = true;</code>
# 单次删除分类后不显示差异直接保存:
#* 示例:
#*:<code class="prettyprint" lang="js">window.hotcat_del_needs_diff = false;</code>
# 保存多重修改前不显示差异:
#* 示例:
#*:<code class="prettyprint" lang="js">window.hotcat_multi_autocommit = true;</code>
# 设置分类提示的延迟时间:
#* 示例:
#*:<code class="prettyprint" lang="js">window.hotcat_suggestion_delay = 200;</code>
#* 说明:默认设置为100(单位:毫秒)。
# 选择分类提示的搜索引擎:
#* 可选参数有<code>"pagelist"</code>(按照分类新建排序)和<code>"searchindex"</code>(按照相似度排序)。
#* 示例:
#*:<code class="prettyprint" lang="js">window.hotcat_suggestions = "pagelist";</code>
#* 说明:默认设置为以上两种的混合搜索引擎。
# 多重修改模式下未保存分类的高亮颜色:
#* 示例:
#*:<code class="prettyprint" lang="js">window.hotcat_changed_background = 'yellow';</code>
#* 说明:默认设置为{{color|#F8CCB0|#F8CCB0}}。
# 不显示父分类、子分类的上下箭头按钮:
#* 示例:
#*:<code class="prettyprint" lang="js">window.hotcat_use_category_links = false;</code>
# 分类提示的最大显示数目(介于5 ~ 30之间):
#* 示例:
#*:<code class="prettyprint" lang="js">window.hotcat_list_size = 10;</code>
#* 说明:默认设置为5条。
# 修改单一分类时不默认为小编辑:
#* 示例:
#*:<code class="prettyprint" lang="js">window.hotcat_single_changes_are_minor = false;</code>
# 总是不添加修改的页面到监视列表:
#* 示例:
#*:<code class="prettyprint" lang="js">window.hotcat_dont_add_to_watchlist = true;</code>
#* 说明:默认设置为遵循[[special:参数设置#mw-prefsection-watchlist|用户的系统偏好]]。
 
16,874

个编辑