Module talk:table/extendIfNot
මාතෘකාවක් එක්කරන්නපෙනුම
| oldid | date/time | username | edit summary |
|---|---|---|---|
| 84465339 | 2025-04-04T18:24:44Z | Theknightwho | |
| 84459827 | 2025-04-04T04:57:21Z | Theknightwho | |
| 84459823 | 2025-04-04T04:56:54Z | Theknightwho | |
| 84459572 | 2025-04-04T03:45:20Z | Theknightwho | Protected "[[Module:table/extendIfNot]]": Highly visible template/module ([Edit=Allow only template editors and administrators] (indefinite) [Move=Allow only template editors and administrators] (indefinite)) |
| 84459571 | 2025-04-04T03:45:04Z | Theknightwho | Created page with "local require = require local type = type local function insert_if_not(...) insert_if_not = require("Module:table/insertIfNot") return insert_if_not(...) end local function shallow_copy(...) shallow_copy = require("Module:table/shallowCopy") return shallow_copy(...) end local function extend_with_pos(list, new_items, options) local i = 1 while true do local item = new_items[i] if item == nil then return list end local success = insert_if_not(list, ite..." |
Start a discussion about Module:table/extendIfNot
Talk pages are where people discuss how to make content on Wiktionary the best that it can be. You can use this page to start a discussion with others about how to improve Module:table/extendIfNot.