Search results

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • Module:InfoboxImage (category Modules that add a tracking category)
    -- add px to size if just a number if (tonumber(size) or 0) > 0 then size = size .. "px"; end -- add px to sizedefault...
    10 KB (1,295 words) - 15:02, October 24, 2022
  • Module:Infobox television disambiguation check (category Modules that add a tracking category)
    p.main(frame) local args = getArgs(frame) local category, debugString = _main(args) return category end local function removeFromArray(t, delete) ...
    3 KB (374 words) - 16:23, May 4, 2023
  • Module:Television infoboxes disambiguation check (category Modules that add a tracking category)
    disambiguation is not valid and add category. if (not isValid) then category = CATEGORY_INCORRECT end return category, debugString end return { main...
    12 KB (1,336 words) - 19:59, September 2, 2020
  • Module:Navbox (category Modules that add a tracking category)
    navboxes are flagged with a category that is removed -- by parent navboxes. The result is that the category shows all pages -- where a child navbox is not...
    17 KB (2,482 words) - 16:23, May 4, 2023
  • Module:Television episode short description (category Modules that add a tracking category)
    --- Returns a tracking category from a list by its name and adds a sort key. --- @param typeName string The name of the category type. --- @param useTrackingList...
    21 KB (2,630 words) - 23:42, April 16, 2023
  • Module:Citation/CS1 (category Modules that add a tracking category)
    flag so that the category is added only once local added_vanc_errs; -- Boolean flag so we only emit one Vancouver error / category local ...
    209 KB (29,658 words) - 16:23, May 4, 2023
  • return nums end -- Adds a row to the infobox, with either a header cell -- or a label/data cell combination. local function addRow(rowArgs) if rowArgs...
    20 KB (2,611 words) - 23:35, April 16, 2023
  • Module:Documentation/config (category Modules for general use)
    to add the categories. $1 is a -- link to the /doc subpage with a display value of cfg['doc-link-display']. --]] cfg['add-categories-blurb'] = 'Add categories...
    17 KB (2,082 words) - 15:42, September 12, 2022
  • Module:Documentation (category Modules for general use)
    {testcasesLink}) end end -- Add the sandbox to the sandbox category. omargs.text = text .. makeCategoryLink(message('sandbox-category')) -- 'documentation-clear'...
    34 KB (3,996 words) - 14:10, October 23, 2022
  • now -- add tracking category [[Category:Articles with missing Wikidata information]] -- for enwiki, just return the tracking category if mw.wikibase...
    135 KB (17,493 words) - 19:47, August 21, 2020
  • = '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
  • '0px', tracking = 'no' }) end function p.top(frame) local args = frame:getParent().args local parts = mw.text.split(navboxes(args, '<ADD LIST HERE>')...
    1 KB (194 words) - 11:51, August 21, 2020
  • (live or sandbox) as that used by the other modules. ]] local function set_selected_modules (cfg_table_ptr, utilities_page_ptr) add_prop_cat = utilities_page_ptr...
    62 KB (9,817 words) - 16:23, May 4, 2023
  • portals have been specified, display an error and add the page to a tracking category. -- Tracking is on by default. -- It is disabled if any of the...
    6 KB (891 words) - 19:51, August 21, 2020
  • -- If no portals have been specified, display an error and add the page to a tracking category. if not portals[1] then if yesno(args.nominimum) then ...
    13 KB (1,951 words) - 19:51, August 21, 2020
  • don't need a tracking category if the template invocation has been -- copied directly from the docs, or if we aren't in main- or category-space. if...
    4 KB (490 words) - 22:15, September 11, 2021
  • Module:Television infoboxes disambiguation check handles the validation of disambiguation of pages using a television-related infobox. Currently Module:Infobox...
    2 KB (50 words) - 19:59, September 2, 2020
  • combinations until we find a match. If a -- specific category exists for the combination of key fragments we are -- given, that match will be found first...
    25 KB (3,007 words) - 14:10, October 23, 2022
  • Wikidata' end return category and string.format('[[Category:%s]]', category) or '' end function p._main(args) local url = args[1] or args.URL or args...
    5 KB (657 words) - 20:41, May 21, 2023
  • list = p.renderList(data) local trackingCategories = p.renderTrackingCategories(args) return list .. trackingCategories end for listType in pairs(listTypes)...
    5 KB (761 words) - 23:35, April 16, 2023
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)