Module:High-use: Difference between revisions
m 1 revision imported |
|||
| (2 intermediate revisions by 2 users not shown) | |||
| 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 = 65700000 | ||
local user_subpage_info_page = 'Wikipedia:User pages#SUB' | local user_subpage_info_page = 'Wikipedia:User pages#SUB' | ||