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:40, 12 June 2025 Wuffesan talk contribs created page Module:Weapon (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:Weapon'} }) 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 text = args.text or item local link = args.link or lib.ternary(item == "...")