User:MajavahBot/EFFP Helper Configuration: Difference between revisions

Content deleted Content added
not needed anymore
add {{aiv|warn which I'm seeing a bit in WP:EFFPR
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
(25 intermediate revisions by 10 users not shown)
Line 19:
// this will be used to construct the abuse log links
"abuse_log_format": "https://en.wikipedia.org/wiki/Special:AbuseLog?title=Special:AbuseLog&wpSearchTitle=%s",
 
// regex used to parse page title from the article
"page_title_regex": ";Page (you|they) were editing\n: ([^\n]*)\n",
 
// regexes to find "wrong formats", such as pasting the article link directly. these will be automatically fixed
Line 36:
"{{effp|f|", "{{effp|f}}", "{{effp|fixed",
"{{effp|d|", "{{effp|d}}", "{{effp|done",
"{{effp|t|", "{{effp|t}}", "{{effp|talk", "{{effp|tl|", "{{effp|tl}}", "{{effp|talklink",
"{{effp|a|", "{{effp|a}}", "{{effp|ad|","{{effp|ad}}", "{{effp|alreadydone",
"{{effp|nd|", "{{effp|nd}}", "{{effp|notdone}}",
"{{effp|r}}", "{{effp|r|", "{{effp|redlink}}",
"{{effp|v|}}", "{{effp|deniedv}}", "{{effp|denied",
"{{effp|b|", "{{effp|b}}", "{{effp|blocked", "{{aiv|warn", "{{aiv|warn}}",
"{{effp|ar}}", "{{effp|archive}}", "{{effp|nft}}", "{{effp|nofilterstriggered}}"
],
 
Line 52:
// archive now: instantly
"{{effp|ar": 0,
// vandalism: 3h1.5h
"{{effp|v}}": 108005400,
"{{effp|denied}}v|": 108005400,
// blocked"{{effp|denied": 3h5400,
// blocked or warned: 3h
"{{effp|b}}": 10800,
"{{effp|b|": 10800,
"{{effp|blocked": 10800,
"{{aiv|warn}}": 10800,
"{{aiv|warn": 10800,
// fixed: 12h
"{{effp|f|": 43200,
Line 68 ⟶ 71:
"{{effp|done": 43200,
// not done: 6h
"{{effp|nd|": 21600,
"{{effp|nd}}": 21600,
"{{effp|notdone}}": 21600,
"{{effp|r}}": 21600,
"{{effp|redlink}}r|": 21600,
"{{effp|redlink": 21600,
"{{nd}}": 21600,
"{{notdone}}": 21600,
"{{not done}}": 21600,
// moot: 6h
"{{effp|moot": 21600,
"{{effp|m|": 21600,
"{{effp|m}}": 21600,
// request on talk page: 12h
"{{effp|t|": 43200,
"{{effp|t}}": 43200,
"{{effp|talk": 43200,
"{{effp|tl|": 43200,
"{{effp|tl}}": 43200,
"{{effp|talklink": 43200,
// already done: 12h
"{{effp|a|": 43200,
"{{effp|a}}": 43200,
"{{effp|ad|": 43200,
"{{effp|ad}}": 43200,
"{{effp|alreadydone": 43200,
// nofilterhits: 6h
"{{effp|nft}}": 21600,
"{{effp|nofilterstriggered}}": 21600
},
 
Line 91 ⟶ 107:
],
 
// archive all threads with no matches from archive_delays in 23 days
"no_resolution_archive_time": 172800259200
}
// </syntaxhighlight>