Content deleted Content added
+ad Tags: Mobile edit Mobile web edit Advanced mobile edit |
add {{aiv|warn which I'm seeing a bit in WP:EFFPR Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
(31 intermediate revisions by 13 users not shown) | |||
Line 1:
▲// {{pp-semi-indef}} <syntaxhighlight lang="json">
{
// WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
Line 21 ⟶ 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
"page_title_wrong_formats": [
// direct link to article
"\\[\\[https:\\/\\/en.wikipedia.org\\/wiki\\/([^\\]]+)]] \\(<span class=\"plainlinks\">[^<]+<\\/span>\\)", "\\[\\[\\[\\[([^\\]]+)]]]] \\(<span class=\"plainlinks\">[^<]+<\\/span>\\)"
],
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|
"{{effp|
"{{effp|
"{{effp|ar}}", "{{effp|archive}}", "{{effp|nft}}", "{{effp|nofilterstriggered}}"
],
Line 51 ⟶ 52:
// archive now: instantly
"{{effp|ar": 0,
// vandalism:
"{{effp|v}}":
"{{effp|
// 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 67 ⟶ 71:
"{{effp|done": 43200,
// not done: 6h
"{{effp|nd|": 21600,
"{{effp|nd}}": 21600,
"{{effp|notdone}}": 21600,
"{{effp|r}}": 21600,
"{{effp|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 88 ⟶ 107:
],
// archive all threads with no matches from archive_delays in
"no_resolution_archive_time":
}
// </syntaxhighlight>
|