Search results

Results 1 – 20 of 86
Advanced search

Search in namespaces:

There is a page named "Module:Image array/sandbox" on Wikipedia

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • [[template:image array]] local p = {} local function isnotempty(s) return s and s:match( '^%s*(.-)%s*$' ) ~= '' end local function renderArrayCell( img...
    3 KB (411 words) - 20:14, 16 April 2023
  • create the array of images local root = mw.html.create('div') root:addClass('thumb') root:addClass('tmulti') -- root:addClass('tmulti-sandbox') ...
    9 KB (1,300 words) - 21:51, 18 June 2024
  • create the array of images local root = mw.html.create('div') root:addClass('thumb') root:addClass('tmulti') -- root:addClass('tmulti-sandbox') ...
    9 KB (1,300 words) - 00:01, 19 June 2024
  • function getAllImageTable() -- Returns an array containing all image subpages (minus aliases) as loaded by mw.loadData. local images = {} for i, subpage...
    16 KB (2,337 words) - 22:47, 4 October 2023
  • makeOutput(imageLines, overflow, maxHeight, mode, croptop) local randomiseArgs = { ['t'] = imageLines } local randomisedLines = randomModule.main('array', randomiseArgs...
    3 KB (389 words) - 14:50, 21 November 2021
  • function getAllImageTable() -- Returns an array containing all image subpages (minus aliases) as loaded by mw.loadData. local images = {} for i, subpage...
    16 KB (2,340 words) - 01:44, 23 May 2024
  • supplied by the user. -- * articles - an array of the article names found in the arguments. -- * authors - an array of the expanders/creators/writers/authors...
    16 KB (2,136 words) - 16:54, 9 March 2024
  • }) return mbox end function Navigator:getArchiveNums() -- Returns an array of the archive numbers to format. local noLinks = tonumber(self.args.links)...
    9 KB (1,232 words) - 05:21, 15 August 2024
  • function newObject(array) local obj = {} -- new object obj.str = "" array[#array + 1] = obj -- array{object} obj.parent = array return obj ...
    72 KB (9,441 words) - 06:16, 28 August 2024
  • else local imageDataArray, length if args[1] then imageDataArray = {} for i, id in ipairs(args) do imageDataArray[#imageDataArray + 1] = getSomeImageData(id...
    6 KB (737 words) - 16:13, 11 June 2023
  • insert(slideShowArgs, image) table.insert(slideShowArgs, text) end end if #images > 0 then local randomImages = randomModule.main('array', {t=images, limit=limit})...
    7 KB (878 words) - 23:59, 18 November 2021
  • >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, remove_wiki_link, strip_apostrophe_markup; -- functions in Module:Citation/CS1/Utilities...
    16 KB (2,269 words) - 22:17, 12 August 2023
  • monarch}} template. Also, the functions fromArray and fromArgs can be called from another module like so: fromArray receives the full list of arguments of...
    983 bytes (83 words) - 01:03, 8 December 2022
  • sets length of image array to the number of icons toc = "<div style='margin-bottom:4em;'>" .. frame:expandTemplate{ title='Image_array', args = toc_args...
    8 KB (998 words) - 03:31, 19 January 2021
  • end function p._main(args) local modules = mTableTools.compressSparseArray(args) local box = p.renderBox(modules) local trackingCategories = p...
    2 KB (215 words) - 22:55, 16 February 2021
  • = mw.loadData('Module:Navbox/configuration/sandbox') local inArray = require("Module:TableTools").inArray local getArgs -- lazily initialized local format...
    19 KB (2,688 words) - 21:08, 16 August 2024
  • {} -- May contain nils if bad input infos = {} -- boolean array names = {} -- string array args = frame:getParent().args for i = 1, 10 do if args['name'...
    8 KB (1,180 words) - 20:42, 13 December 2021
  • classes – an array of classes to use with the message box. imageEmptyCell – whether to use an empty <td>...</td> cell if there is no image set. This is...
    5 KB (612 words) - 12:14, 1 July 2024
  • orderStringtoNumber(array, val, num) if num > table.getn(array) then array[#array+1] = val else table.insert(array, num, val) end...
    16 KB (2,302 words) - 20:06, 20 November 2016
  • etc. from -- appearing in the wrong order. The prefixTable should be an array containing -- tables, each of which has two possible fields, a "prefix"...
    20 KB (2,651 words) - 18:50, 2 July 2024
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)