Module talk:table/iterateList
මාතෘකාවක් එක්කරන්නපෙනුම
| oldid | date/time | username | edit summary |
|---|---|---|---|
| 84793776 | 2025-05-13T17:58:11Z | Theknightwho | Protected "[[Module:table/iterateList]]": Highly visible template/module ([Edit=Allow only template editors and administrators] (indefinite) [Move=Allow only template editors and administrators] (indefinite)) |
| 84793774 | 2025-05-13T17:58:02Z | Theknightwho | Created page with "local ipairs = ipairs --[==[ An iterator which works like {ipairs()}, but which only returns the value.]==] return function(t) local iter, state, k, v = ipairs(t) return function() k, v = iter(t, k) return v end end" |
Start a discussion about Module:table/iterateList
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/iterateList.