Вклад участника Adept

Материал из AbduloverA.com
Поиск вкладаразвернутьсвернуть
⧼contribs-top⧽
⧼contribs-date⧽
(новейшие | старейшие) Просмотреть ( | 50 более старых) (20 | 50 | 100 | 250 | 500)

24 мая 2024

17 мая 2024

16 мая 2024

14 мая 2024

12 мая 2024

10 мая 2024

9 мая 2024

20 января 2024

14 января 2024

  • 15:5515:55, 14 января 2024 разн. история +12 326 Н Модуль:TableToolsНовая страница: «--[[ ------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should -- -- not be called directly from #...» текущая
  • 15:5415:54, 14 января 2024 разн. история +1202 Н Модуль:Separated entriesНовая страница: «-- This module takes positional parameters as input and concatenates them with -- an optional separator. The final separator (the "conjunction") can be -- specified independently, enabling natural-language lists like -- "foo, bar, baz and qux". local compressSparseArray = require('Module:TableTools').compressSparseArray local p = {} function p._main(args) local separator = args.separator -- Decode (convert to Unicode) HTML escape sequences, such as "&#3...» текущая
  • 15:5115:51, 14 января 2024 разн. история +10 054 Н Модуль:ArgumentsНовая страница: «-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val)...» текущая
  • 15:5015:50, 14 января 2024 разн. история +323 Н Модуль:IfemptyНовая страница: «local p = {} local getArgs = require('Module:Arguments').getArgs function p.main(frame) local args = getArgs(frame, {removeBlanks = false}) local before = args['до'] local after = args['после'] for i, v in ipairs(args) do if v ~= '' then return (before or '') .. v .. (after or '') end end end return p» текущая
  • 15:4715:47, 14 января 2024 разн. история +51 Н Шаблон:IfemptyНовая страница: «<includeonly>{{#invoke:Ifempty|main}}</includeonly>» текущая

10 декабря 2023

9 декабря 2023

3 декабря 2023

(новейшие | старейшие) Просмотреть ( | 50 более старых) (20 | 50 | 100 | 250 | 500)