Search results

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • This module assembles data to be passed to [[Module:Category handler]] using -- mw.loadData. This includes the configuration data and whether the current...
    631 bytes (66 words) - 10:11, August 21, 2020
  • return { CategoryHandler = CategoryHandler } end function p._main(args, data) data = data or mw.loadData('Module:Category handler/data') local handler...
    8 KB (836 words) - 10:11, August 21, 2020
  • for data to return in all namespaces. all = 'all', -- The parameter name for data to return if no data is specified for the -- namespace that is detected...
    6 KB (422 words) - 10:11, August 21, 2020
  • ({link = handler.link, label = handler.label, q = handler.q, redirect = handler.redirect, prefix = handler.prefix, id = id, separator = handler.separator...
    72 KB (11,046 words) - 16:23, May 4, 2023
  • end -- Convert category tables to strings and pass them through -- [[Module:Category handler]]. return require('Module:Category handler')._main{ main...
    18 KB (2,367 words) - 14:10, October 23, 2022
  • "] = 2300, ["Category_disambiguation/category_link"] = 2300, ["Category_explanation"] = 76000, ["Category_handler"] = 3250000, ["Category_ifexist"] = 4900...
    35 KB (4,201 words) - 15:48, October 23, 2022
  • oadData) local dataPage = 'Module:Namespace detect/data' if useLoadData then return mw.loadData(dataPage).mappings else return require(dataPage)...
    888 bytes (114 words) - 10:11, August 21, 2020
  • error message if Data.scream then Data.scream = string.format( "%s *** %s", Data.scream, alert ) else Data.scream = alert end...
    38 KB (3,826 words) - 10:39, August 21, 2020
  • cat_t[v_t.category] then cat_t[v_t.category] = true; tally = tally + mw.site.stats.pagesInCategory (v_t.category, 'pages'); -- get category page count;...
    58 KB (8,323 words) - 13:25, October 24, 2022
  • 'px') data.id2Height = data.idHeight data.id2BackgroundColor = args['id2-c'] or args[7] or args[1] or '#dddddd' data.id2TextAlign = 'center' data.id2FontSize...
    13 KB (1,817 words) - 19:51, August 21, 2020
  • onlycat=true and it's not a category; -- the Commons sitelink of the topic's main category of the Wikidata entity; -- the Commons category of the Wikidata entity...
    135 KB (17,493 words) - 19:47, August 21, 2020
  • ["Module:Road_data/banners/USA"] = 9000, ["Module:Road_data/browse"] = 17000, ["Module:Road_data/countrymask"] = 23000, ["Module:Road_data/extra"] = 31000...
    9 KB (1,207 words) - 22:15, September 11, 2021
  • Module:Citation/CS1 (category Modules that add a tracking category)
    so that the category is added only once local added_vanc_errs; -- Boolean flag so we only emit one Vancouver error / category local added_generic_name_errs;...
    209 KB (29,658 words) - 16:23, May 4, 2023
  • [[Template:IPAc-en]]. local data = mw.loadData('Module:IPAc-en/data') local p = {} -- Global container for tracking categories local categoryHandler = require('Module:Category...
    4 KB (581 words) - 08:57, May 2, 2021
  • ount/data/A"] = 2900, ["Module:Transclusion_count/data/B"] = 2300, ["Module:Transclusion_count/data/C"] = 9300, ["Module:Transclusion_count/data/I"] =...
    19 KB (1,921 words) - 15:48, October 23, 2022
  • using the data at Module:Message box/configuration. Here are the various configuration options and what they mean: types – a table containing data used by...
    5 KB (608 words) - 15:44, October 23, 2022
  • = 'help', -- categories ['cat wikilink'] = '[[Category:$1]]', -- $1 is the category name [':cat wikilink'] = '[[:Category:$1|link]]', ...
    95 KB (12,388 words) - 16:23, May 4, 2023
  • end local ret = data.sounds[key] or data.diacritics[key] or reverseLook(data.diacritics, s) if ret and dataType then if ret[dataType] then ret...
    3 KB (443 words) - 17:13, September 13, 2021
  • tonumber(value) end local data = { id = name, v = value } if isNumbers then data.v = tonumber(data.v) end table.insert(values, data) end end if not...
    43 KB (5,510 words) - 16:23, May 4, 2023
  • handler = window; for ( var i = 0; i < path.length; i++ ) { handler = handler[path[i]]; ...
    15 KB (1,399 words) - 20:41, August 30, 2020
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)