The page "Module:User:Mr. Stradivarius" does not exist. You can request that it be created, but consider checking the search results below to see whether the topic is already covered.
- month declensions, you could make a new module at the page "Module:User:Mr. Stradivarius/Latvian declension/months". Data modules should have the following...3 KB (436 words) - 17:24, 15 November 2024
- require('Module:Arguments').getArgs local data = mw.loadData('Module:User:Mr. Stradivarius/icon/data') local p = {} function p.main(frame) local args =...795 bytes (128 words) - 12:26, 30 December 2013
- this reason this is an experimental module, and is not intended for widespread use. {{subst:#invoke:User:Mr. Stradivarius/pageSubster|main|page name}}...724 bytes (93 words) - 15:41, 18 July 2014
- containing our function back to Lua. -- Now we can call our function using {{#invoke:User:Mr. Stradivarius/convertTime|main|<!-- your text here -->}}....1 KB (156 words) - 09:27, 17 June 2013
- require('Module:UnitTests') local isoModule = require('Module:Sandbox/Mr. Stradivarius/Check ISO 639-1') -- the module to be tested local checkISO = isoModule...3 KB (351 words) - 07:41, 26 March 2024
- return { foo = "foo", bar = "bar" }...37 bytes (5 words) - 07:34, 26 March 2024
- -- This module implements {{pp-meta}}, a meta-template for protection templates. ----------------------------------------------------------------------...3 KB (271 words) - 07:34, 26 March 2024
- p = {} function p.test(frame) origArgs = {'', ' ', ' ', '\n', 'test'} local args = {} for k, v in pairs(origArgs) do if v ~= ''...325 bytes (44 words) - 06:12, 15 September 2013
- p = {} function p.test() return error("this error text is not visible when using 'Preview page with this template'") end return p...135 bytes (22 words) - 03:54, 28 March 2013
- local p = {} function p.main() return "foo" end return p...59 bytes (10 words) - 04:33, 18 February 2014
- local mArguments = require('Module:Arguments') local validFields = { type = true, scale = true, region = true } local p = {} local function err(msg)...2 KB (230 words) - 01:42, 25 March 2014
- local iterations = 1000000 local p = {} function p.time(times, func, ...) times = times or 1 local tick = os.clock() for i=1, times do func(...)...414 bytes (61 words) - 11:52, 10 September 2023
- -- This module takes text and puts the letters of all the words in random -- order. You probably shouldn't use it in articles. local mRandom = require('Module:Random')...736 bytes (119 words) - 07:08, 13 September 2014
- local p = {} function p.main() local span = mw.html.create('span') span:wikitext(false) return tostring(span) end return p...127 bytes (20 words) - 05:29, 9 April 2014
- --[[ -- Table start <table class="tmbox tmbox-notice $SMALL"> -- Current status HTML <tr> <td class="mbox-image">$IMAGE</td> <td class="mbox-text">$BLURB</td>...1 KB (142 words) - 07:01, 26 February 2014
- --[[ -- MIT LICENSE -- -- Copyright (c) 2015 Serge Zaitsev -- -- Permission is hereby granted, free of charge, to any person obtaining a -- copy of...4 KB (577 words) - 01:10, 27 January 2017
- local p = {} function p.main(frame) -- Check if we are substing. if not mw.isSubsting() then error('this module can only be substituted', 2) end...418 bytes (69 words) - 07:29, 18 July 2014
- local dts = require('Module:User:Anomie/deepToString').deepToString -- for debugging local p = {} local basicDisplayParams = { 'small', 'category'...8 KB (918 words) - 07:31, 27 July 2013
- -- This module counts the number of times a string appears on a given page. local p = {} local function escapePattern(s) -- Escape punctuation in a...449 bytes (74 words) - 03:44, 22 February 2015
- -- This module returns the title of the parent frame, if it is in the template -- namespace. local p = {} function p.main(frame) local parent = frame:getParent()...338 bytes (55 words) - 14:19, 29 October 2014
- contributions by Mr. Stradivarius [3] and Jackmcbarn,[4] and the English Wikipedia's "Testcase rows" module,[5] written by Mr. Stradivarius. The "Testcase
- --[[ SPDX-FileCopyrightText: © 2014 Mr. Stradivarius <https://en.wikipedia.org/wiki/User:Mr._Stradivarius> SPDX-License-Identifier: CC-BY-SA-3.0 AND