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).

Logs
  • 10:18, 10 June 2025 Wuffesan talk contribs created page Module:Item (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:Item'} }) return p._main(args) end function p._main(args) local item = args[1] or args.name or "Unknown" local size = args[2] or args.size or 30 local count = args.count or args.x or nil local type = args.type or "Item" local text = args.text or item local link = ar...")