Search results

View (previous 100 | ) (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
  • used to add a tracking category to the page. local function addTrackingCategory(category) trackingCategories = trackingCategories .. category end --...
    31 KB (3,878 words) - 16:23, May 4, 2023
  • renderings that will highlight a citation that added a properties category. For example, this template uses a long volume name: {{cite book |title=Title |date=May–Jun...
    137 KB (13,198 words) - 13:25, October 24, 2022
  • return nums end local function addRow(rowArgs) -- Adds a row to the infobox, with either a header cell -- or a label/data cell combination. ...
    16 KB (1,681 words) - 19:34, August 21, 2020
  • new(invocationObj, options)) end -- Add tracking categories. At the moment we are only tracking templates -- that use any "heading" parameters or an "output"...
    24 KB (2,873 words) - 20:33, September 2, 2020
  • being returned from -- [[Module:Yesno]], and if we are not on a talk page, a tracking category -- is added. checkType('makeWikitextError', 1, msg, 'string')...
    6 KB (666 words) - 14:10, October 23, 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
  • false) then trackingEnabled = false end -- If no portals have been specified, display an error and add the page to a tracking category. if not portals[1]...
    7 KB (991 words) - 00:00, September 2, 2020
  • Validation:getCategories() return self.categories end -- Validate a track length. If a track length is invalid, a warning is added. -- A type error is...
    15 KB (1,830 words) - 12:50, October 18, 2020
  • work, as in a book in a series, a special issue of a periodical, or a sub-site at a domain (e.g., you are citing the law school's section of a university's...
    65 KB (9,464 words) - 19:52, September 2, 2020
  • local a = (altitude < 0) and -altitude or altitude a = floor(a / 5000 + 0.5) if altitude < 0 then a = -a end if a < -3 then a = -3 elseif a > 60...
    132 KB (20,570 words) - 19:38, August 21, 2020
  • -- Render the tracking categories. local trackingCategories = p.renderTrackingCategories(isPlain) return sideBox .. trackingCategories end function...
    5 KB (684 words) - 12:20, September 2, 2020
  • categories local categoryHandler = require('Module:Category handler').main local categories = {} -- Trims whitespace from a string local function trim(s) return...
    4 KB (581 words) - 08:57, May 2, 2021
  • 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
  • defined, the smaller of the two is used (if "px" is omitted it will be added by the module): {{#invoke:InfoboxImage | InfoboxImage | image={{{image}}} | size=300px...
    13 KB (344 words) - 19:34, August 21, 2020
  • function p.strip(text) local accents = {["À"]="A",["Á"]="A",["Â"]="A",["Ã"]="A", -- accent list ["Ä"]="A",["Å"]="A",["Ç"]="C",["È"]="E",["É"]="E", ["Ê"]="E"...
    9 KB (1,240 words) - 16:23, May 4, 2023
  • 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
  • fragment in red, such as a warning as part of the final output. Add tracking category. ]] local function inlineRed(msg, trackmsg) if trackmsg == "warning"...
    37 KB (5,179 words) - 08:57, May 2, 2021
  • 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
  • To add more link types, write a function that produces an individual link, and put -- -- it at the bottom of the list below. Then, add a link code...
    10 KB (1,106 words) - 21:21, October 12, 2021
  • Visible 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
  • 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
  • --[[--------------------------< D A T E I N T E R N A T I O N A L I Z A T I O N >---------------------------- these tables hold data that is used when converting...
    11 KB (1,329 words) - 08:57, May 2, 2021
  • it means that we -- have been passed a bad substring or that the page has -- been moved to a bad title, so add a tracking category. if nReplacements...
    9 KB (1,018 words) - 16:23, May 4, 2023
  • categories the module outputs. ['tracking-category-incorrect'] = 'Wikipedia pages with incorrect protection templates', ['tracking-category-template'] =...
    45 KB (5,039 words) - 14:10, October 23, 2022
  • supported – a.1-a.5 or a-1-a-5) digitletter - digitletter (5a - 5d) (an optional separator between letter and digit is supported – 5.a-5.d or 5-a-5-d) any...
    23 KB (3,211 words) - 17:13, September 13, 2021
  • 0[1-2]-[A-Z0-9]{1,10} (e.g. 02-A012345678) if not id:match( '^0[1-2]%-[A-Z%d][A-Z%d]?[A-Z%d]?[A-Z%d]?[A-Z%d]?[A-Z%d]?[A-Z%d]?[A-Z%d]?[A-Z%d]?[A-Z%d]?$'...
    44 KB (6,870 words) - 12:20, September 2, 2020
  • Template:Infobox person (category Templates that add a tracking category) (section Tracking categories)
    as a "module" in this one: Templates in Category:Biographical templates usable as a module {{Listen}} {{Infobox Chinese}} The infobox may be added by pasting...
    11 KB (1,581 words) - 19:39, August 21, 2020
  • Template:Infobox clergy (category Templates that add a tracking category) (section Tracking categories)
    to catalogue articles across Wikipedia or via a browser tool operated by a reader, to (for example) add the subject to an address book or database. For...
    4 KB (583 words) - 19:46, August 21, 2020
  • reject(); } else if ( this.tracking[key].success + this.tracking[key].skipped === this.tracking[key].total ) { this.tracking[key].dfd.resolve(); } };...
    204 KB (21,994 words) - 20:59, August 30, 2020
  • Template:Infobox scientist/Wikidata (category Templates that add a tracking category) (section Tracking category)
    blacklist various fields so that they do not display. This makes a positive statement that those fields are unsuitable for inclusion in that article's infobox....
    9 KB (678 words) - 19:46, August 21, 2020
  • Template:Infobox scientist (category Templates that add a category) (section Category added by this template)
    equations". In the case where a scientist is so prolific that a whole wiki article listing the discoveries exists, insert a link to that page under the label (in...
    7 KB (1,981 words) - 19:46, August 21, 2020
  • Template:Infobox artist (category Templates that add a tracking category) (section Tracking categories)
    Wikipedia:Infobox modules and Category:Biographical templates usable as a module). {{Infobox artist | name = | <!-- etc. --> | module = {{Infobox football...
    4 KB (726 words) - 19:38, August 21, 2020
  • venue === 'ffd' ? 'Reason' : 'text'; // Add a reason unconditionally, so that at least a signature is added if (params.reason) { text += '|' + reasonKey...
    85 KB (9,512 words) - 20:27, August 30, 2020
  • Template:Infobox chef (category Templates that add a tracking category) (section Tracking categories)
    cases where a person may be notable in more than one field; a generic example is shown below. For guidance on usage, see Wikipedia:Infobox modules. Also see...
    1 KB (1,482 words) - 19:46, August 21, 2020
  • Template:Use mdy dates (category Templates that add a tracking category) (section Maintenance categories)
    the article to the hidden category called Use mdy dates. Use of this template is part of a continuing effort to monitor the date formats used in articles...
    406 bytes (699 words) - 16:23, May 4, 2023
  • Template:Infobox artwork (category Templates that add a tracking category) (section Tracking categories)
    coordinates. Specify as a decimal number. A list of modules containing maps that may be used can be found at: Special:PrefixIndex/Module:Location map/data/...
    15 KB (1,468 words) - 19:38, August 21, 2020
  • open a new window, remember the opened window // 'tab': opens in a new tab, if possible. // 'blank': force open in a new window, even if such a window...
    62 KB (7,409 words) - 20:27, August 30, 2020
  • Template:Infobox musical artist (category Templates that add a tracking category) (section Tracking categories)
    in the case of a studio orchestra formed by and working exclusively with a producer) One-time collaboration for a single song Groups that have played or...
    5 KB (2,909 words) - 15:12, October 28, 2022
  • Template:Infobox astronaut (category Templates that add a tracking category) (section Tracking category)
    to catalogue articles across Wikipedia or via a browser tool operated by a reader, to (for example) add the subject to an address book or database. For...
    3 KB (579 words) - 19:46, August 21, 2020
  • Template:Infobox writer (category Templates that add a tracking category) (section Tracking categories)
    to catalogue articles across Wikipedia or via a browser tool operated by a reader, to (for example) add the subject to an address book or database. For...
    6 KB (605 words) - 19:46, August 21, 2020
  • Template:Infobox (category Templates that add a tracking category) (section Tracking categories)
    information, for example, add the following parameter: | bodyclass = vcard And for each row containing a data cell that's part of the vcard, add a corresponding class...
    340 bytes (2,986 words) - 19:31, August 21, 2020
  • Template:Infobox philosopher (category Templates that add a tracking category) (section Tracking category)
    to catalogue articles across Wikipedia or via a browser tool operated by a reader, to (for example) add the subject to an address book or database. For...
    5 KB (784 words) - 19:46, August 21, 2020
  • Template:Infobox aviator (category Templates that add a tracking category) (section Tracking category)
    to catalogue articles across Wikipedia or via a browser tool operated by a reader, to (for example) add the subject to an address book or database. For...
    3 KB (887 words) - 19:46, August 21, 2020
  • Template:Infobox pirate (category Templates that add a tracking category) (section Tracking categories)
    to catalogue articles across Wikipedia or via a browser tool operated by a reader, to (for example) add the subject to an address book or database. For...
    5 KB (945 words) - 19:46, August 21, 2020
  • Template:Infobox medical person (category Templates that add a tracking category) (section Tracking categories)
    cases where a person may be notable in more than one field; a generic example is shown below. For guidance on usage, see Wikipedia:Infobox modules. Also see...
    2 KB (1,296 words) - 19:46, August 21, 2020
  • only for files with a clearly invalid fair-use tag, such as a {{Non-free logo}} tag on a photograph of a mascot. For cases that require a waiting period (replaceable...
    82 KB (10,140 words) - 20:27, August 30, 2020
  • Template:Infobox comedian (category Templates that add a tracking category) (section Tracking category)
    to catalogue articles across Wikipedia or via a browser tool operated by a reader, to (for example) add the subject to an address book or database. For...
    4 KB (480 words) - 19:46, August 21, 2020
  • Template:Infobox military person (category Templates that add a tracking category) (section Tracking category)
    be used as a module (sub-template) of {{Infobox person}}; see Wikipedia:Infobox modules for guidance on such usage. The infobox should be added as shown...
    6 KB (1,588 words) - 19:46, August 21, 2020
  • Template:Rotten Tomatoes (category Templates that add a tracking category) (section Tracking categories)
    For instance, the page for To Kill A Mockingbird (1962) is: https://www.rottentomatoes.com/m/to_kill_a_mockingbird Add the following text to the "External...
    2 KB (547 words) - 07:25, October 17, 2020
  • Template:Infobox television episode (category Templates that add a tracking category) (section Tracking categories)
    image_alt = A man wearing a white shirt and blank pants kneels and speaks to a man in a blue shirt who is pinned between a subway train car and a platform...
    5 KB (876 words) - 23:35, April 16, 2023
  • Template:Infobox saint (category Templates that add a tracking category) (section Tracking categories)
    to catalogue articles across Wikipedia or via a browser tool operated by a reader, to (for example) add the subject to an address book or database. For...
    4 KB (373 words) - 19:46, August 21, 2020
  • Template:Infobox religious biography (category Templates that add a tracking category) (section Tracking category)
    to catalogue articles across Wikipedia or via a browser tool operated by a reader, to (for example) add the subject to an address book or database. For...
    17 KB (668 words) - 19:46, August 21, 2020
  • Template:AllMovie title (category Templates that add a tracking category) (section Tracking categories)
    title (default is the article's name.) Optional: add the parameter |tab= to link to a different page (tab) in a title's entry. Choices are: overview, cast-crew...
    1 KB (549 words) - 07:14, October 17, 2020
  • Template:Navboxes (category Templates that add a tracking category) (section Tracking categories)
    this template's sandbox (create | mirror) and testcases (create) pages. Add categories to the /doc subpage. Subpages of this template....
    514 bytes (796 words) - 11:50, August 21, 2020
  • Template:Infobox film (category Templates that add a tracking category) (section Tracking categories (hidden))
    whether it was at a film festival, a world premiere, or a public release, and the release date(s) in the country or countries that produced the film,...
    5 KB (1,899 words) - 18:29, October 30, 2022
  • Template:Infobox theologian (category Templates that add a tracking category) (section Tracking categories)
    to catalogue articles across Wikipedia or via a browser tool operated by a reader, to (for example) add the subject to an address book or database. For...
    4 KB (811 words) - 19:46, August 21, 2020
  • Template:Infobox Christian leader (category Templates that add a tracking category) (section Tracking categories)
    to catalogue articles across Wikipedia or via a browser tool operated by a reader, to (for example) add the subject to an address book or database. For...
    9 KB (861 words) - 19:46, August 21, 2020
  • Template:IMDb title (category Templates that add a tracking category) (section Tracking categories)
    used to link to a film whose title does not correspond to the subject of the article (for example, in the case of a single article about a film and its sequels)...
    2 KB (1,159 words) - 16:23, May 4, 2023
  • Template:Infobox deity (category Templates that add a tracking category) (section Tracking categories)
    elephant-headed man sits on a large lotus. His body is red in colour and he wears various golden necklaces and bracelets and a snake around his neck. On...
    9 KB (405 words) - 19:48, August 21, 2020
  • blacklist various fields so that they do not display. This makes a positive statement that those fields are unsuitable for inclusion in that article's infobox....
    5 KB (637 words) - 19:50, August 21, 2020
  • Template:Infobox writer/Wikidata (category Templates that add a tracking category) (section Tracking categories)
    to catalogue articles across Wikipedia or via a browser tool operated by a reader, to (for example) add the subject to an address book or database. For...
    13 KB (579 words) - 19:46, August 21, 2020
  • Template:Short description (category Templates that add a tracking category) (section Maintenance categories)
    description (0) Category:Templates that generate short descriptions (2) Category:Modules that create a short description (1) Category:Short description...
    1 KB (783 words) - 16:23, May 4, 2023
  • blacklist various fields so that they do not display. This makes a positive statement that those fields are unsuitable for inclusion in that article's infobox....
    6 KB (319 words) - 19:46, August 21, 2020
  • to catalogue articles across Wikipedia or via a browser tool operated by a reader, to (for example) add the subject to an address book or database. For...
    4 KB (543 words) - 19:48, August 21, 2020
  • Template:Official website (category Templates that add a tracking category) (section Tracking categories)
    any page without a URL in Wikidata property official website (P7736): {{Official website}} → No URL found. Please specify a URL here or add one to Wikidata...
    401 bytes (835 words) - 20:32, September 2, 2020
  • Template:Infobox television (category Templates that add a tracking category) (section Tracking categories)
    than setting a raw "px" value. This guide provides a quick conversion table to make the process of setting a scale easier. It is based on a default thumbnail...
    7 KB (992 words) - 16:23, May 4, 2023
  • information, for example, add the following parameter: | bodyclass = vcard And for each row containing a data cell that's part of the vcard, add a corresponding class...
    28 KB (2,947 words) - 19:31, August 21, 2020
  • article is about the song that was issued as the A-side of a single, enter the name of the B-side in this field (do not add A-side). Add a link if it has an article;...
    8 KB (3,404 words) - 15:11, October 28, 2022
  • cases where a person may be notable in more than one field; a generic example is shown below. For guidance on usage, see Wikipedia:Infobox modules. Also see...
    9 KB (1,223 words) - 19:49, August 21, 2020
  • Template:Infobox dancer (category Templates that add a tracking category) (section Tracking categories)
    to catalogue articles across Wikipedia or via a browser tool operated by a reader, to (for example) add the subject to an address book or database. For...
    2 KB (404 words) - 19:46, August 21, 2020
  • Template:Death-date (category Templates that add a tracking category) (section Tracking categories)
    they would like. Example: 1-2-3 is interpreted as February 3, 1 A.D, and emitted in that form via microformats when the user may have intended something...
    2 KB (974 words) - 08:56, May 2, 2021
  • Template:Birth-date (category Templates that add a tracking category) (section Tracking categories)
    they would like. Example: 1-2-3 is interpreted as February 3, 1 A.D, and emitted in that form via microformats when the user may have intended something...
    2 KB (974 words) - 08:56, May 2, 2021
  • Template:Infobox pageant titleholder (category Templates that add a tracking category) (section Tracking categories)
    to catalogue articles across Wikipedia or via a browser tool operated by a reader, to (for example) add the subject to an address book or database. For...
    3 KB (609 words) - 19:46, August 21, 2020
  • to catalogue articles across Wikipedia or via a browser tool operated by a reader, to (for example) add the subject to an address book or database. For...
    6 KB (847 words) - 19:48, August 21, 2020
  • Template:Infobox model (category Templates that add a tracking category) (section Tracking categories)
    to catalogue articles across Wikipedia or via a browser tool operated by a reader, to (for example) add the subject to an address book or database. For...
    4 KB (532 words) - 19:46, August 21, 2020
  • Template:Extra chronology (category Templates that add a tracking category) (section Tracking categories)
    of the previous single. If it has a WP article, add a link. prev_title2 Leave blank, unless the previous is a double A-side single. Then enter the name...
    3 KB (735 words) - 14:10, October 23, 2022
  • cases where a person may be notable in more than one field; a generic example is shown below. For guidance on usage, see Wikipedia:Infobox modules. Also see...
    10 KB (1,454 words) - 19:48, August 21, 2020
  • Template:Cite mailing list (category Templates based on the Citation/CS1 Lua module)
    the final version of a manuscript (e.g. if a preprint of a manuscript is freely available, but the version of record is behind a paywall). Format in sentence...
    130 bytes (5,932 words) - 20:00, September 23, 2020
  • equations". In the case where a scientist is so prolific that a whole wiki article listing the discoveries exists, insert a link to that page under the label (in...
    27 KB (1,941 words) - 19:50, August 21, 2020
  • Template:Infobox album (category Templates that add a tracking category) (section Tracking categories)
    article will be added to the tracking category Category:Album infoboxes lacking a cover. The article will also be added to the category if one of the following...
    8 KB (3,775 words) - 15:09, October 28, 2022
View (previous 100 | ) (20 | 50 | 100 | 250 | 500)