Search results

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • org/entity/Q829073 -- -- implement a switch to turn on/off numerical formatting later local fnum = true -- -- a switch to turn on/off conversions - only...
    135 KB (17,493 words) - 19:47, August 21, 2020
  • end local function alwaysTrue() return true end -- The following function parses a format string. -- -- The example below shows how a parsed string is...
    67 KB (8,869 words) - 15:02, October 24, 2022
  • } local function test (val, test_t, wiki) -- local function to do the testing; <wiki> selects lower() and find() functions val = test_t[2]...
    209 KB (29,658 words) - 16:23, May 4, 2023
  • do not cause this function to emit the maint_asin message This function is positioned here because it calls isbn() ]] local function asin (options) local...
    72 KB (11,046 words) - 16:23, May 4, 2023
  • ').getArgs local function round(n, decimals) local pow = 10^(decimals or 0) return math.floor(n * pow + 0.5) / pow end function p.getMapParams(map...
    20 KB (2,820 words) - 19:39, August 21, 2020
  • handling Lists Magic words For beginners Conditional expressions Switch parser function Time function Redirects Sections and TOCs Tables Introduction Basics Conditional...
    11 KB (27 words) - 14:14, August 30, 2020
  • epilogue = frame:preprocess('{{Sandbox other||{{#switch:{{#invoke:Effective protection level|{{#switch:{{NAMESPACE}}|File=upload|#default=edit}}|{{FULL...
    7 KB (908 words) - 15:44, October 23, 2022
  • ======================= local function formatnum1(numStr, lang) -- mostly require('Module:Formatnum').formatNum function used to translate a number to...
    22 KB (2,907 words) - 19:49, August 21, 2020
  • 'undefined') { var parser = new DOMParser (); if (parser && parser.parseFromString) return parser.parseFromString (str, content_type);...
    72 KB (8,616 words) - 19:43, September 2, 2020
  • laxbreak:true */ var TextCleaner = { imgNamespaceNames : null, // This function attempts to construct well-formed wikitext from input that may contain...
    16 KB (1,782 words) - 19:43, September 2, 2020
  • }; this.onWindowResize = function () { te.tooltip.calculatePosition(); }; } function Tooltip( te ) { function openSettingsDialog() { var...
    25 KB (2,661 words) - 20:13, August 30, 2020
  • - apply a function on each ref individually * function should accept a ref object, return a string * 'reflist' - apply a function on the entire...
    11 KB (1,398 words) - 20:41, August 30, 2020
  • callback function. @param {Function} f callback function, called as <code>f(this)</code> on success */ Downloader.prototype.setCallback = function (f) {...
    232 KB (29,025 words) - 20:27, August 30, 2020
  • children of .mw-parser-output, // except when they are within {{multiple issues}} $('.mw-parser-output').children().each(function parsehtml(i, e)...
    84 KB (9,979 words) - 20:27, August 30, 2020
  • s'; // parser functions {{#function:param|param}} wikEd.parserFunctionsHash = 'language|special|tag|tag|expr|if|ifeq|ifexist|ifexpr|switch|time|tim...
    646 KB (69,593 words) - 04:09, September 3, 2020
  • } function zz( v ) { // 6 -> '06' if ( v <= 9 ) { v = '0' + v; } return v; } }// -- end of main function // Start on some pages switch ( mw...
    7 KB (878 words) - 20:55, August 30, 2020
  • click(function() { Twinkle.fluff.revert('norm', vandal, rev, page); Twinkle.fluff.disableLinks(revNode); }); $(vandLink).click(function() { ...
    30 KB (3,496 words) - 20:27, August 30, 2020
  • methods; /** * The main function of the script. If the checkArticle() function can find * the assessment, it parses and displays that assessment...
    28 KB (2,629 words) - 20:55, August 30, 2020
  • timerevisionjumper[b]; } let makeRequest = function (method, url) { return new Promise(function (resolve, reject) { let xhr = new XMLHttpRequest();...
    41 KB (3,882 words) - 21:28, September 3, 2020
  • f = listener; return function (evt) { return f.apply (object, [evt || window.event]); } }, mouse_offset : function () { // IE does some...
    41 KB (5,031 words) - 19:43, September 2, 2020
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)