Search results

View ( | ) (20 | 50 | 100 | 250 | 500)
  • new('Category:' .. cat).exists then code = code or mw.html.create'code':wikitext'|category' table.insert(stubCats.missing, tostring(mw.clone(code):wikitext(v)))...
    12 KB (1,826 words) - 20:32, 28 October 2022
  • function renderSidebox(data) -- Renders the sidebox HTML. -- Table root local root = mw.html.create('div') root:attr('role', data.role) :attr('aria-labelledby'...
    4 KB (499 words) - 05:33, 13 December 2022
  • '[[Category:Checkuser with no specified user]]' ) end local span = mw.html.create('span'):attr('class', 'plainlinks cuEntry') local curtitle = mw.title...
    6 KB (711 words) - 15:34, 24 October 2022
  • Makes the HTML required for the swicther to work, including the templatestyles tag. @param {table} params table sequence of {map, label} tables @param...
    41 KB (5,373 words) - 12:20, 21 March 2023
  • what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. ...
    1 KB (163 words) - 14:48, 11 December 2020
  • Build_html_row(param[ 3], param[ 4], args)) table.insert(results, Build_html_row(param[ 5], param[ 6], args)) table.insert(results, Build_html_row(param[...
    48 KB (5,995 words) - 13:11, 23 November 2021
  • getArgs(frame) end local hiding_templatestyles = table.concat(move_hiding_templatestyles(args)) local root = mw.html.create() local child = args.child and mw...
    13 KB (1,687 words) - 23:35, 14 March 2023
  • --[[ Based on frame structure create "args" table with all the input parameters: * table keys - equivalent to template parameters are converted...
    12 KB (1,658 words) - 13:11, 23 November 2021
  • the module. -- @args - table of arguments passed by the user --]] local env = p.getEnvironment(args) local root = mw.html.create() root :wikitext(p...
    34 KB (4,045 words) - 18:53, 4 December 2022
  • bumpBase, rows = 1, 0, mw.html.create'td':attr{colspan = p.colspan}, col.tot * 6--Begin body row output args.line_px = table.concat{args:clean('line_px')...
    28 KB (4,338 words) - 19:13, 22 December 2022
  • . tostring(num)] table.insert(data.items, item) end return data end function p.renderList(data) -- Renders the list HTML. -- Return the blank...
    5 KB (775 words) - 18:57, 29 December 2022
  • table_footer"] = 2900, ["United_States_presidential_election_results_table_header"] = 3200, ["United_States_presidential_election_results_table_row"]...
    6 KB (758 words) - 06:11, 9 April 2023
  • 'list', ( only == 'list' and 1 ) ) ) local tables = getArg( 'tables', getArg( 'table', ( only == 'table' and 1 ) ) ) local templates = getArg( 'templates'...
    8 KB (1,085 words) - 18:27, 4 December 2022
  • Module:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Module:Citation/CS1/Configuration ...
    16 KB (2,256 words) - 15:43, 14 January 2023
  • ret[#ret + 1] = table.concat(line) end return table.concat(ret, '\n') end function TestCase:renderCells() local root = mw.html.create() local dataRow...
    25 KB (3,189 words) - 05:07, 1 March 2023
  • innerSpans = {} for k, v in ipairs(innerHatnotes) do table.insert( innerSpans, tostring( mw.html.create("span") :addClass(v.classString ~= ''...
    3 KB (416 words) - 10:01, 8 August 2023
  • This module is designed to make passing tables to templates less of a hassle. It implements {{wikitable}} Oftentimes, adding wikitable markup to a template...
    5 KB (148 words) - 03:04, 29 September 2022
  • Module:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Module:Citation/CS1/Configuration ...
    16 KB (2,265 words) - 15:49, 14 January 2023
  • format('<table %s>\n\n%s\n</table>\n', style, table.concat(results)) results = mw.ustring.format('<div class="hproduct commons-file-information-table">\n%s\n</div>'...
    20 KB (2,337 words) - 13:11, 23 November 2021
  • '[^%w\-_ ]', '?') table.insert(tracking, '[[Category:Pages using gallery with unknown parameters|' .. k .. ']]') table.insert(preview, '"' .....
    4 KB (513 words) - 18:32, 2 January 2022
View ( | ) (20 | 50 | 100 | 250 | 500)