Jump to content

Search results

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • of a Lua Module for Wikipedia -- -- This module serves as an example and guide for creating Lua modules on -- Wikipedia. It defines several functions...
    5 KB (503 words) - 05:31, 24 February 2025
  • This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed...
    18 KB (2,776 words) - 05:09, 18 October 2024
  • identifiers; -- functions and tables in Module:Citation/CS1/Identifiers local metadata; -- functions in Module:Citation/CS1/COinS...
    230 KB (33,060 words) - 17:22, 7 June 2025
  • specified in the properties table for this currency code ]] local function make_short_form_name (amount, code, linked, passthrough) local symbol; local...
    13 KB (1,740 words) - 17:17, 19 May 2024
  • location. Simply insert node_function{function name} in the appropriate location. A demonstration of most of the node functions can be found at RoundN/testcases/4...
    17 KB (431 words) - 22:30, 6 June 2024
  • trackingType -- Function to canonicalize string -- search for variants of "yes", and "no", and transform -- them into a standard form (like [[Template:YesNo]])...
    17 KB (2,453 words) - 20:10, 13 July 2024
  • remove_wiki_link, strip_apostrophe_markup; -- functions in Module:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined...
    16 KB (2,294 words) - 20:00, 12 April 2025
  • -- Link functions -- -- The following functions make the links from the link codes and the user -- data snippets. New link functions should be added...
    21 KB (2,524 words) - 17:13, 31 August 2024
  • and Module talk:ISOdate/sandbox/testcases. Authors and maintainers: * User:Parent5446 - original version of the function mimicking template:ISOdate...
    8 KB (1,403 words) - 20:48, 14 May 2020
  • end return used_on_text .. sandbox_text .. discussion_text .. " before implementing them." .. bot_text end function p.text(frame, count) return p...
    7 KB (1,002 words) - 06:34, 29 May 2025
  • elseif deleted == '' then return formed .. "–present" else return formed .. "–" .. deleted end end function p.existed(frame) local args = getArgs(frame)...
    11 KB (1,600 words) - 14:31, 4 September 2024
  • version of the functions mimicking template:Date ]] require('strict') -- ================================================== -- === Internal functions...
    16 KB (2,196 words) - 10:07, 21 October 2022
  • numerically indexed strings in the form 'name=value' ]] local function list(frame, do_link) local args = {}; -- table of default and live parameters...
    13 KB (1,893 words) - 09:56, 21 October 2022
  • to lang_xx_args_get() and _lang_xx() use 'langx' as a flag for those functions to select the proper positional parameters. {{lang-??}} depends on the...
    91 KB (13,686 words) - 12:28, 25 April 2025
  • String formatting function local frame = mw.getCurrentFrame() local roadDataModule = require("Module:Road data/sandbox") -- REMOVE SANDBOX local routeStates...
    10 KB (1,461 words) - 04:38, 23 August 2024
  • stringification helper functions -- -- These functions are used for stringifying lists, usually page lists inside -- the "Y" portion of "For X, see Y" for-see...
    7 KB (920 words) - 23:01, 10 November 2023
  • then -- Functions to translate from en to local language and reverse go here. -- See example at [[:bn:Module:বয়স]]. else from_en = function (text) ...
    34 KB (5,013 words) - 06:15, 12 April 2025
  • local cfg table and imported functions table to same (live or sandbox) as that used by the other modules. ]] local function set_selected_modules (cfg_table_ptr...
    77 KB (11,844 words) - 17:19, 7 June 2025
  • args The table to add fallback functionalities. arg_aliases A table of the form { [key] = { fallback1, fallback2... } }. The following snippet adds template...
    2 KB (186 words) - 12:32, 19 November 2023
  • text, for abbr-form (infobox list form) -------------------------------------------------------------------------------- local function formatPhraseAbbr(phraseID...
    17 KB (1,715 words) - 09:57, 21 October 2022
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)