Module:Database reports/Hot articles by category/doc

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Robertsky at 13:12, 16 November 2025 (Usage: typo). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This module triggers generation of a list of "hot" (most edited) articles from a given category. This supersedes lists created by User:HotArticlesBot.

{{Database report
| lua_source = Module:Database reports/Hot articles by category
| lua_arg_category =     <!-- Name of the talk page category -->
| lua_arg_articles = 10  <!-- Number of hot articles to list -->
| lua_arg_days = 7       <!-- Number of days to count edits from (1–30) -->
| lua_arg_orange = 15    <!-- Number of edits required to hit the orange threshold -->
| lua_arg_red = 30       <!-- Number of edits required to hit the red threshold -->
| silent =               <!-- Set to yes (or any value) to suppress the boilerplate text. Note this also suppresses the update link. -->
}}
{{Database report end}}

See also

[edit source]