Combined display of all available logs of gronkfinder. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:15, 27 July 2022 Gronk talk contribs created page Module:Foreach (Created page with "local p = {} function p.w(frame) -- called from Template:Fe local pframe = frame:getParent() local tplname = pframe.args[1] local delim = pframe.args[2] r = '' for n,v in ipairs(pframe.args) do if n > 3 then r = r .. delim end if n>2 then r = r .. frame:expandTemplate{title = tplname, args = {v}} end end return r end function p.m(t,frame) -- to be called from a module -- at the top: p={foreach = requi...")