User:松/Drafts/Extension:AbuseFilter/Rules format: Difference between revisions

Content added Content deleted
Line 306: Line 306:
| {{int|abusefilter-edit-builder-vars-summary}} || <code>summary</code> || string || Summaries automatically created by MediaWiki ("New section", "Blanked the page", etc.) are created ''after'' the filter checks the edit, so they will never actually catch, even if the debugger shows that they should.<ref>See [[phabricator:T191722]]</ref>
| {{int|abusefilter-edit-builder-vars-summary}} || <code>summary</code> || string || Summaries automatically created by MediaWiki ("New section", "Blanked the page", etc.) are created ''after'' the filter checks the edit, so they will never actually catch, even if the debugger shows that they should.<ref>See [[phabricator:T191722]]</ref>
|-
|-
| <s>{{int|abusefilter-edit-builder-vars-minor-edit}}</s> || <s><code>minor_edit</code></s> || <s>string</s> || Disabled, and set to false for all entries between 2016 and 2018.<ref>Deprecated with [[gerrit:296268|this commit]] and disabled with [[gerrit:481544|this one]].</ref>
| <s>{{int|abusefilter-edit-builder-vars-minor-edit}}</s> || <s><code>minor_edit</code></s> || <s>string</s> || Disabled, and set to false for all entries between 2016 and 2018.<ref>Deprecated with [[mw:gerrit:296268|this commit]] and disabled with [[mw:gerrit:481544|this one]].</ref>
|-
|-
| {{int|abusefilter-edit-builder-vars-old-wikitext}} || <code>old_wikitext</code> || string || This variable can be very large.Consider using <code>removed_lines</code> if possible to improve performance.
| {{int|abusefilter-edit-builder-vars-old-wikitext}} || <code>old_wikitext</code> || string || This variable can be very large.Consider using <code>removed_lines</code> if possible to improve performance.