Help:New filters for edit review/よくある質問
注意: このページを編集すると、編集内容が CC0 のもとで公開されることに同意したと見なされます。詳細はパブリック・ドメインのヘルプ ページを参照してください。 |
編集の査読改善 (ERI: Edit Review Improvements) |
---|
機能 |
説明文書 |
技術的事項 |
このベータ版機能で何が変わりますか?
On wikis that have the ORES feature
The ORES feature may be available in your Beta preferences on your wiki. When the deployment will be done:
- Users who has enabled the ORES beta feature are now using the New filters for RC Beta feature (no action needed, unless if you want to opt-out).
- ORES predictions highlighting is activated by default for all users (not in Beta anymore).
- It is symbolized by a “疑” in the RecentChanges pages, for all users.
- Users who want to change the accuracy level of ORES predictions can do so in their preferences, on their wiki.
On wikis that haven't ORES feature
You will have access to filtering and highlighting options, but not the quality and intent predictions.
How can I help around that feature?
There is many ways to help: translate the documentation and the interface, and provide feedback.
If you want to provide feedback about the filters, please leave a message on the feedback page. You can leave messages in any language, answers will very probably be done in English. Concerning feedback, especially for bugs reporting, don't forget to add the relevant information needed: browser version, possible gadgets you use, detailed actions you have tried to achieve...
You can also translate the documentation, starting with the main page, or the interface. Interface translation is done on TranslateWiki. Filter the messages to find eri-rcfilters
, rcfilters
and ores-rcfilters
.
I want to enable ORES predictions on my wiki
Please go to ORES/Get support and follow the instructions.
I want to hide ORES highlighting
If you have oped-out the filters in Recent Changes, Watchlist or any list where changes are listed, you can see all bad-faith intent changes highlighted by a red letter. There is also a pale yellow background that you can opt-in, in your preferences, in the ウォッチリスト tab.
On the wiki where you want to custom ORES predictions highlighting, go to your personal CSS file and copy/paste on it the following codes that you need:
- Change the color of the warning letter (to black)
.ores-damaging {color:black;}
- Hide the Letter
.ores-damaging {display:none;}
I'm missing some features, what's planned next?
At the moment, no important changes are scheduled for that feature.
How to opt-out the filters and keep the old interface active?
You can opt out of the new filters by going to your preferences on the wikis you are active on:
- for RecentChanges, select "非JavaScript版インターフェイスを使用" in Special:Preferences#mw-prefsection-rc.
- for Watchlist, select "非JavaScript版インターフェイスを使用" in Special:Preferences#mw-prefsection-watchlist.
Is it possible to have the filters list smaller?
You can add the following script to your common.js page to do so:
// [[File:User:MSchottlender-WMF/MinimalRCFilters.js]] (BROKEN ON PURPOSE! see [[phab:T35355]]) mw.loader.load( 'https://www.mediawiki.org/w/index.php?title=User:MSchottlender-WMF/MinimalRCFilters.js&action=raw&ctype=text/javascript' );
Please do not "fix" the File: link in the comment; it is like that on purpose. It is meant to allow us to see how many people use the script.