Module talk:table/insertIfNot
මාතෘකාවක් එක්කරන්නපෙනුම
| oldid | date/time | username | edit summary |
|---|---|---|---|
| 84465932 | 2025-04-04T20:33:13Z | Theknightwho | |
| 84465350 | 2025-04-04T18:26:03Z | Theknightwho | |
| 84459830 | 2025-04-04T04:59:46Z | Theknightwho | |
| 84459559 | 2025-04-04T03:42:57Z | Theknightwho | |
| 84459548 | 2025-04-04T03:40:28Z | Theknightwho | |
| 84459306 | 2025-04-04T03:07:57Z | Theknightwho | Protected "[[Module:table/insertIfNot]]": Highly visible template/module ([Edit=Allow only template editors and administrators] (indefinite) [Move=Allow only template editors and administrators] (indefinite)) |
| 84459303 | 2025-04-04T03:07:44Z | Theknightwho | Created page with "local insert = table.insert local type = type local function table_find(...) table_find = require("Module:table/find") return table_find(...) end return function(list, new_item, options) local i = table_find(list, new_item, options) if options == nil then if i then return false end insert(list, new_item) return true elseif i then local combine_func = type(options) ~= "number" and options.combine or nil if combine_func ~= nil then local newval = c..." |
Start a discussion about Module:table/insertIfNot
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/insertIfNot.