Search results

View ( | ) (20 | 50 | 100 | 250 | 500)
  • 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
View ( | ) (20 | 50 | 100 | 250 | 500)