Search results

View (previous 100 | ) (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
  • errorPrinter(errors) .. '[[Category:Pages with malformed coordinate tags]]' end return ret, backward end --[[ Generate Wikidata tracking categories. ]] local function...
    23 KB (3,266 words) - 11:51, August 21, 2020
  • 2600, ["Tq"] = 95000, ["Tq2"] = 2300, ["Track_gauge"] = 23000, ["Track_listing"] = 102000, ["Tracking_category"] = 3600, ["Tracklist"] = 38000, ["Trademark"]...
    19 KB (1,921 words) - 15:48, October 23, 2022
  • Dutch cyclo-cross, road bicycle racer and track racer
    0 statements, 33 sitelinks - 23:10, August 31, 2020
  • Wikidata usage tracking category
    0 statements, 8 sitelinks - 01:18, September 1, 2020
  • use with 'instance of' (P31) for wiki categories that are used for internal maintenance of the wiki rather than classification of its content
    0 statements, 0 sitelinks - 00:38, September 1, 2020
  • -- been moved to a bad title, so add a tracking category. if nReplacements < 1 then categories['Pages using italic title with no matching...
    9 KB (1,018 words) - 16:23, May 4, 2023
  • template and an optional maintenance category. --- --- @param page_text string --- @param args table --- @param return_category boolean --- @return string | nil...
    15 KB (2,051 words) - 16:23, May 4, 2023
  • Category:Feature film (category Categories with short description)
    released the first feature-length film with sound, The Jazz Singer, whose audio track was recorded with a proprietary technology called Vitaphone. The film's success...
    0 members (0 subcategories, 0 files) - 01:57, April 17, 2023
  • ["Infobox_drug/licence"] = 8300, ["Infobox_drug/maintenance_categories"] = 8300, ["Infobox_drug/pregnancy_category"] = 8300, ["Infobox_drug/title"] = 8300, ["Infobox_election"]...
    21 KB (2,417 words) - 21:25, April 3, 2021
  • the table [4]=service ID; set to nil if not used [5]=tracking category key from the categories table; set to nil if not used [6]=postfix; text string...
    11 KB (1,329 words) - 08:57, May 2, 2021
  • British track and field athlete
    0 statements, 49 sitelinks - 01:42, September 1, 2020
  • caption option, with a tracking category root:tag('caption'):wikitext(args.caption) categories = categories .. '[[Category:Articles using Template:Episode...
    8 KB (983 words) - 16:23, May 4, 2023
  • the module outputs. ['tracking-category-incorrect'] = 'Wikipedia pages with incorrect protection templates', ['tracking-category-template'] = 'Wikipedia...
    45 KB (5,039 words) - 14:10, October 23, 2022
  • American retired track and field athlete
    0 statements, 45 sitelinks - 22:17, August 31, 2020
  • conveyance of passengers and goods by way of wheeled vehicles running on rail tracks
    0 statements, 63 sitelinks - 22:26, August 31, 2020
  • end end -- Tracking category if mw.title.getCurrentTitle().namespace == 0 and yesno(args.noprose) then root:wikitext('[[Category:Articles with album...
    6 KB (759 words) - 12:30, October 18, 2020
  • parms.tracking then -- Add a tracking category using the given text as the category sort key. -- There is currently only one type of tracking, but...
    132 KB (20,570 words) - 19:38, August 21, 2020
  • '[[MusicBrainz]]', 434, p.mbaLink, category = 'MusicBrainz' }, --special category name { 'MBAREA', '[[MusicBrainz]]', 982, p.mbareaLink, category = 'MusicBrainz area'...
    44 KB (6,870 words) - 12:20, September 2, 2020
  • international sports governing body organizing track and field athletics
    0 statements, 61 sitelinks - 22:17, August 31, 2020
  • way on land between two places
    0 statements, 140 sitelinks - 23:08, August 31, 2020
  • .. msg .. ' ([[:Category:Harv and Sfn template errors|help]])</span>' .. category; end -- category = 0 == namespace and '[[Category:Harv and Sfn template...
    23 KB (3,211 words) - 17:13, September 13, 2021
  • template as a base, but are tied to a specific source; these are listed in Category:Citation Style 1 specific-source templates. CS1 uses a series of templates...
    65 KB (9,464 words) - 19:52, September 2, 2020
  • self:makeCollapsible(ret) end for cat in pairs(self.categories) do ret = ret .. string.format('[[Category:%s]]', cat) end return ret end -------------...
    24 KB (2,873 words) - 20:33, September 2, 2020
  • Template:Quote (category Templates that add a tracking category) (section Tracking category)
    template is not used correctly populate Category:Pages incorrectly using the quote template. The category tracks tranclusions of Template:Quote that have...
    2 KB (2,092 words) - 22:54, September 9, 2020
  • Template:Blockquote (category Templates that add a tracking category) (section Tracking category)
    template is not used correctly populate Category:Pages incorrectly using the quote template. The category tracks tranclusions of Template:Quote that have...
    2 KB (2,109 words) - 23:17, September 11, 2021
  • template's sandbox (create | mirror) and testcases (create) pages. Add categories to the /doc subpage. Subpages of this template....
    388 bytes (236 words) - 10:10, August 21, 2020
  • Template:Infobox comics creator/doc (category Track variant DoB) (section Tracking categories)
    |nonUS= parameter Category:Misplaced comics infoboxes (4) Category:Comics creator pop (0) Category:Comics creator BLP pop (0) Category:Track variant DoB (2)...
    10 KB (1,093 words) - 19:48, August 21, 2020
  • Template:Track listing (category Templates that add a tracking category) (section Tracking categories)
    column) Category:Pages using track listing with unknown parameters (0) Category:Track listings that use the collapsed parameter (0) Category:Track listings...
    774 bytes (351 words) - 15:19, October 25, 2022
  • Template:Infobox comics creator (category Templates that add a tracking category) (section Tracking categories)
    |nonUS= parameter Category:Misplaced comics infoboxes (4) Category:Comics creator pop (0) Category:Comics creator BLP pop (0) Category:Track variant DoB (2)...
    9 KB (1,134 words) - 19:46, August 21, 2020
  • === this.showTrackingProgress ) { this.updateStatus(); } if ( this.tracking[key].skipped === this.tracking[key].total ) { this.tracking[key].dfd.reject();...
    204 KB (21,994 words) - 20:59, August 30, 2020
  • good_date then -- assemble one error message so we don't add the tracking category multiple times table.insert (error_list, wrap_style ('parameter'...
    62 KB (9,817 words) - 16:23, May 4, 2023
  • ///////////////////////////////////// 'Empty category': 'Empty category', 'Category members (%s shown)': 'Category members (%s shown)', 'No image links found':...
    232 KB (29,025 words) - 20:27, August 30, 2020
  • column) Category:Pages using track listing with unknown parameters (0) Category:Track listings that use the collapsed parameter (0) Category:Track listings...
    58 KB (311 words) - 15:23, October 25, 2022
  • Template:Use mdy dates (category Templates that add a tracking category) (section Maintenance categories)
    to recognize use of this format, and by adding the article to the hidden category called Use mdy dates. Use of this template is part of a continuing effort...
    406 bytes (699 words) - 16:23, May 4, 2023
  • the page will be added to a tracking category. The tracking categories are not applied if any of the following is true: Tracking is specially disabled for...
    168 bytes (821 words) - 10:21, September 12, 2021
  • Template:Webarchive (category Templates that add a tracking category) (section Tracking categories)
    archives (0): links to known archive sites that don't have their own tracking category Category:Webarchive template unknown archives (0): the template doesn't...
    176 bytes (1,370 words) - 08:56, May 2, 2021
  • Template:Infobox person (category Templates that add a tracking category) (section Tracking categories)
    from this category, change it to |image=Example.jpg. Category:No local image but image on Wikidata (0) – Used by Template:Wikidata image to track articles...
    11 KB (1,581 words) - 19:39, August 21, 2020
  • Template:Infobox (category Templates that add a tracking category) (section Tracking categories)
    to "yes", the current page will not be autocategorized in a maintenance category when the generated infobox has some problems or no visible data section...
    340 bytes (2,986 words) - 19:31, August 21, 2020
  • Template:Rotten Tomatoes (category Templates that add a tracking category) (section Tracking categories)
    title at the Rotten Tomatoes website. Category:Rotten Tomatoes template missing ID and not in Wikidata (0) Category:Rotten Tomatoes template using name parameter (0)...
    2 KB (547 words) - 07:25, October 17, 2020
  • the page will be added to a tracking category. The tracking categories are not applied if any of the following is true: Tracking is specially disabled for...
    11 KB (782 words) - 10:21, September 12, 2021
  • Template:AllMovie title (category Templates that add a tracking category) (section Tracking categories)
    use in the external links section of an article.. Category:AllMovie titles with invalid value (2) Category:AllMovie titles with a tab value of review (0)...
    1 KB (549 words) - 07:14, October 17, 2020
  • Template:Infobox theologian (category Templates that add a tracking category) (section Tracking categories)
    from this category, change it to |image=Example.jpg. Category:No local image but image on Wikidata (0) – Used by Template:Wikidata image to track articles...
    4 KB (811 words) - 19:46, August 21, 2020
  • Template:Infobox philosopher (category Templates that add a tracking category) (section Tracking category)
    from this category, change it to |image=Example.jpg. Category:No local image but image on Wikidata (0) – Used by Template:Wikidata image to track articles...
    5 KB (784 words) - 19:46, August 21, 2020
  • template is not used correctly populate Category:Pages incorrectly using the quote template. The category tracks tranclusions of Template:Quote that have...
    16 KB (2,001 words) - 23:17, September 11, 2021
  • template is not used correctly populate Category:Pages incorrectly using the quote template. The category tracks tranclusions of Template:Quote that have...
    16 KB (1,984 words) - 10:10, August 21, 2020
  • archives (0): links to known archive sites that don't have their own tracking category Category:Webarchive template unknown archives (0): the template doesn't...
    12 KB (1,332 words) - 08:57, May 2, 2021
  • Template:IMDb title (category Templates that add a tracking category) (section Tracking categories)
    2Fwww.imdb.com%2Ftitle%2Ftt0426 (for https links) Category:IMDb template with no id set (2) Category:IMDb template with invalid id set (0) Wikipedia:IMDb...
    2 KB (1,159 words) - 16:23, May 4, 2023
  • Template:Death-date (category Templates that add a tracking category) (section Tracking categories)
    parameters: Category:Start-date transclusions with invalid parameters (0) Category:Birth-date transclusions with invalid parameters (0) Category:End-date...
    2 KB (974 words) - 08:56, May 2, 2021
  • Template:Birth-date (category Templates that add a tracking category) (section Tracking categories)
    parameters: Category:Start-date transclusions with invalid parameters (0) Category:Birth-date transclusions with invalid parameters (0) Category:End-date...
    2 KB (974 words) - 08:56, May 2, 2021
  • Template:Navboxes (category Templates that add a tracking category) (section Tracking categories)
    {{Fianna Fáil Leaders}} {{European Council}} }} Category:Navboxes template with no content (0) Category:Pages using navboxes with unknown parameters (0)...
    514 bytes (796 words) - 11:50, August 21, 2020
View (previous 100 | ) (20 | 50 | 100 | 250 | 500)