Combined display of all available logs of Thrakdrak. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:06, 9 July 2024 Tommahs talk contribs created page Module:Loop (Created page with "local p = {} --p stands for package function p.arguments( frame ) local argumentName = frame.args[1] argumentName = mw.ustring.match(argumentName, "^%s*(.-)%s*$") -- trim spaces local text = frame.args[2] -- collect keys and order them local keys = {} for k in pairs(frame:getParent().args) do local from, to, match = string.find(k, "^"..argumentName.."(%d+)$") if from ~= nil then table.insert(keys, tonumber(match))...")