Module:High-use: Difference between revisions
imported>Zackmann08 updating approximate number of total pages. Per Special:Statistics today's count is 65,771,384. |
imported>Andrybak Set `approx_num_total_pages = 66000000` (66 million). Special:Statistics shows 65,988,696 right now. We don't need a lot of precision here. Next update can be at 67 million. |
||
| Line 9: | Line 9: | ||
local lang_obj = mw.getContentLanguage() -- this here because the language object is used multiple places in the module | local lang_obj = mw.getContentLanguage() -- this here because the language object is used multiple places in the module | ||
local large_count_cutoff = 100000 | local large_count_cutoff = 100000 | ||
local approx_num_total_pages = | local approx_num_total_pages = 66000000 | ||
local user_subpage_info_page = 'Wikipedia:User pages#SUB' | local user_subpage_info_page = 'Wikipedia:User pages#SUB' | ||