Search results

View (previous 50 | ) (20 | 50 | 100 | 250 | 500)
  • tasks Task Center Open tasks Backlog Category Admin category Edit requests Category Database reports Category tracker Dusty articles Special pages New pages...
    6 KB (0 words) - 02:37, September 4, 2020
  • page to a tracking category. -- Tracking is on by default. -- It is disabled if any of the following is true -- 1/ the parameter "tracking" is set to...
    6 KB (891 words) - 19:51, August 21, 2020
  • Module:Television episode short description (category Modules that add a tracking category)
    function getTrackingCategoryFromList(typeName, useTrackingList, sortKey) local category if useTrackingList then category = trackingCategories[typeName] else...
    21 KB (2,630 words) - 23:42, April 16, 2023
  • tostring(num)]:gsub( category_in_empty_row_pattern, '' ):match('^%S') then local data = args['data' .. tostring(num)] if data:gsub(category_in_empty_row_pattern...
    20 KB (2,611 words) - 23:35, April 16, 2023
  • used to add a tracking category to the page. local function addTrackingCategory(category) trackingCategories = trackingCategories .. category end -- Local...
    31 KB (3,878 words) - 16:23, May 4, 2023
  • category that tracks overall times for bicycle riders in multi-stage bicycle races
    0 statements, 4 sitelinks - 02:47, September 1, 2020
  • addCategory(category) end for i, track in ipairs(self.tracks) do for j, category in ipairs(track:getCategories()) do addCategory(category) end end return ret...
    15 KB (1,830 words) - 12:50, October 18, 2020
  • Module:InfoboxImage (category Modules that add a tracking category)
    sub(image,1,2) == "[[" then -- search for thumbnail images and add to tracking cat if found local cat = ""; if mw.title.getCurrentTitle()...
    10 KB (1,295 words) - 15:02, October 24, 2022
  • category tracking a Wikidata property in sister projects
    0 statements, 0 sitelinks - 21:05, August 31, 2020
  • defaultCategory = default category link to use, instead of wikidata -- categoryText = if both gallery and category, text to use in category link ("category"...
    21 KB (2,691 words) - 22:13, September 11, 2021
  • The Holy Land (album) (category Pages with red-linked authority control categories) (section Track listing)
    Template:Johnny Cash Category:Johnny Cash albums Category:1969 albums Category:Columbia Records albums Category:Concept albums Category:Gospel albums by American...
    7 KB (362 words) - 18:34, October 30, 2022
  • subpageText] then local category = args.category or cfg['default_category'] if category then cats[#cats + 1] = category end if not yesno(args...
    4 KB (478 words) - 15:44, October 23, 2022
  • -- Render the tracking categories. local trackingCategories = p.renderTrackingCategories(isPlain) return sideBox .. trackingCategories end function...
    5 KB (684 words) - 12:20, September 2, 2020
  • Hear Me Lord (category Pages with red-linked authority control categories)
    multi-tracked and credited to the George O'Hara-Smith Singers. The guitar interplay between Harrison and Clapton, notably what Leng terms the track's "'Little...
    32 KB (3,861 words) - 22:31, November 3, 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
  • usage instructions. Category:Navigational boxes without horizontal lists (6) Category:Navboxes using background colours (24) Category:Potentially illegible...
    617 bytes (33 words) - 11:50, August 21, 2020
  • Module:Navbox (category Modules that add a tracking category)
    (subgroup) 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...
    17 KB (2,482 words) - 16:23, May 4, 2023
  • args['list'] or '' local track_cats = '' if list == '' then if mw.title.getCurrentTitle().namespace == 0 then track_cats = '[[Category:Navboxes template...
    1 KB (194 words) - 11:51, August 21, 2020
  • 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: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
  • checkTrackingNamespace() -- 3/ the current page fails the pagename tests in checkTrackingPagename() trackingEnabled = yesno(args.tracking, trackingEnabled)...
    13 KB (1,951 words) - 19:51, August 21, 2020
  • -- link text displayed in article -- [3] = 'category key', -- key to lookup category in all_categories -- [4] = 'anchor', -- anchor for link...
    18 KB (2,294 words) - 19:38, August 21, 2020
  • 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
  • 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
  • end end --concatenate all the categories local category = '' for k,v in pairs(categoryTable) do category = category .. k end return mHatnote._hatnote(text...
    4 KB (490 words) - 22:15, September 11, 2021
  • deprecated but still supported tracked - these parameters are valid and supported parameters tracked in an eponymous properties category nil - these parameters...
    14 KB (1,682 words) - 16:23, May 4, 2023
  • names correctly in the infobox. Category:Television episode articles with short description with no series name (0) Category:Television episode articles with...
    4 KB (175 words) - 23:42, April 16, 2023
  • ret[#ret + 1] = makeCategoryLink( msg['tracking-category-incorrect'], self.title.text ) end if self:isTemplateProtectedNonTemplate() then ...
    25 KB (3,007 words) - 14:10, October 23, 2022
  • categories['Module:Citation/CS1'] = categories['Module:Citation'] category = modules[1] and categories[modules[1]] category = category or 'Lua-based...
    4 KB (479 words) - 14:10, October 23, 2022
  • resolve the errors. Category:CS1 errors is the general errors category and Category:CS1 maintenance is the general maintenance category. Errors issued by...
    137 KB (13,198 words) - 13:25, October 24, 2022
  • returns a category if there is an associated Wikidata entity. It returns one of the following tracking categories, as appropriate: Category:Short description...
    1 KB (150 words) - 14:28, August 30, 2020
  • if (args.tracking == 'no') or (args.tracking == 'n') or (args.tracking == 'false') then trackingEnabled = false end if (checkTrackingNamespace()...
    7 KB (991 words) - 00:00, September 2, 2020
  • Module:Infobox television season disambiguation check Category:Television articles with incorrect naming style (0) Category:Television articles using incorrect infobox (0)...
    2 KB (176 words) - 19:57, September 2, 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
  • = 506000, ["Category"] = 237000, ["Category-Class"] = 14000, ["Category-inline"] = 8600, ["Category_TOC"] = 71000, ["Category_TOC/tracking"] = 71000, ["Category_U...
    35 KB (4,201 words) - 15:48, October 23, 2022
  • comp == nil then tracking = tracking .. '[[Category:Pages using national squad with unknown parameters|!]]' end -- if tracking ~= '' and mw.title.getCurrentTitle()...
    4 KB (564 words) - 11:51, August 21, 2020
  • link = p.renderLink(data) local trackingCategories = p.renderTrackingCategories(args) return link .. trackingCategories end function p.makeLinkData(args)...
    3 KB (500 words) - 11:39, August 21, 2020
  • userspace and yesno(addTrackingCategory) ~= false -- Allow opting out then category = 'Hatnote templates with errors' category = mw.ustring.format(...
    6 KB (666 words) - 14:10, October 23, 2022
  • cfg['display-strange-usage-category'] = true -- cfg['strange-usage-category'] -- Category to output if cfg['display-strange-usage-category'] is set to true and...
    17 KB (2,082 words) - 15:42, September 12, 2022
  • region == '' then tracking = tracking .. catnocountry elseif subdivisionqueried == true then tracking = tracking .. catnosubdivision ...
    9 KB (1,240 words) - 16:23, May 4, 2023
  • end -- Add the sandbox to the sandbox category. omargs.text = text .. makeCategoryLink(message('sandbox-category')) -- 'documentation-clear' return...
    34 KB (3,996 words) - 14:10, October 23, 2022
  • bar') local p = {} -- Page object local trackingCategories = {} -- Table for storing the tracking categories. local demo -- Define a custom error message...
    10 KB (1,106 words) - 21:21, October 12, 2021
  • 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
  • final output. Add tracking category. ]] local function inlineRed(msg, trackmsg) if trackmsg == "warning" then track[categories.warning] = 1; elseif...
    37 KB (5,179 words) - 08:57, May 2, 2021
  • '\127_ODDEVEN0_\127', regex = '\127_ODDEVEN(%d?)_\127' }, category = { orphan = '[[Category:Navbox orphans]]', horizontal_lists = 'Navigational boxes...
    4 KB (381 words) - 23:35, April 16, 2023
  • late({title = 'italic title'})) end end local function renderTrackingCategories() if args.decat ~= 'yes' then if #(getArgNums('data','[abc]...
    16 KB (1,681 words) - 19:34, August 21, 2020
  • -- Global container for tracking categories local categoryHandler = require('Module:Category handler').main local categories = {} -- Trims whitespace...
    4 KB (581 words) - 08:57, May 2, 2021
  • returns a category if there is an associated Wikidata entity. It returns one of the following tracking categories, as appropriate: * Category:Short description...
    2 KB (248 words) - 14:28, August 30, 2020
  • = require('Module:Television infoboxes disambiguation check') local trackingCategory, debugString = validateDisambiguation.main(title, validDisambiguationTypeList...
    2 KB (50 words) - 19:59, September 2, 2020
  • pright={{{image_upright|1}}}|alt={{{alt|}}}}} Category:Pages using deprecated image syntax (0) Category:Pages using infoboxes with thumbnail images (0)...
    13 KB (344 words) - 19:34, August 21, 2020
View (previous 50 | ) (20 | 50 | 100 | 250 | 500)