Extension talk:AbuseFilter/Rules format
Add topicAppearance
Latest comment: 1 month ago by Wargo in topic How to detect a page does not exist ?
How to detect a page does not exist ?
[edit]Specifically, how to detect creation of talk page (page_namespace in "(1|3|5|7|9)$") when the corresponding page does not exists in (page_namespace-1) ?
-- ◄ David L • discuter ► 09:59, 8 February 2025 (UTC)
- Currently not possible. If user links/redirects to nonexistent page, you can use
new_htmland get (red)links with class "new". wargo (talk) 20:02, 28 January 2026 (UTC)
Extension:AbuseFilter/Rules format/205
[edit]the following table row in the first column is not ready for translation BenyElbis (talk) 12:23, 13 February 2025 (UTC)
user_age
[edit]Is this still true with temporary accounts for unregistered users?:
| Age of the user account ($1) | user_age |
integer | In seconds. 0 for unregistered users. |
Ankry (talk) 16:06, 26 April 2025 (UTC)
- Temporary accounts are considered registered (following core's semantics that registered users have a user id). --Matěj Suchánek (talk) 07:56, 27 April 2025 (UTC)