Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Zombie Panic! Official Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:05, 11 June 2025 Wuffesan talk contribs created page Module:Array (Created page with "local p = {} local lib = require('Module:Feature') function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, wrapper = { 'Template:Array' } }) return p._main(args, frame) end function p._main(args, frame) local arrayString = args[1] or args["arrayString"] or nil local separator = args[2] or args["sep"] or args["separator"] or nil local format = args[3] or args["format"] or "{item}" local join = args[4] or args["join...")