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).
- 13:25, 11 June 2025 Wuffesan talk contribs created page File:Item Survivor (ZP1) Icon.png
- 13:25, 11 June 2025 Wuffesan talk contribs uploaded File:Item Survivor (ZP1) Icon.png
- 13:20, 11 June 2025 Wuffesan talk contribs created page File:Item GameMode Icon.png
- 13:20, 11 June 2025 Wuffesan talk contribs uploaded File:Item GameMode Icon.png
- 13:18, 11 June 2025 Wuffesan talk contribs created page File:Item Strategies Icon.png
- 13:18, 11 June 2025 Wuffesan talk contribs uploaded File:Item Strategies Icon.png
- 13:11, 11 June 2025 Wuffesan talk contribs created page File:Item Weapon Icon.png
- 13:11, 11 June 2025 Wuffesan talk contribs uploaded File:Item Weapon Icon.png
- 13:10, 11 June 2025 Wuffesan talk contribs created page File:Item Survivor Icon.png
- 13:10, 11 June 2025 Wuffesan talk contribs uploaded File:Item Survivor Icon.png
- 13:08, 11 June 2025 Wuffesan talk contribs uploaded a new version of File:Item Game Icon.png
- 13:05, 11 June 2025 Wuffesan talk contribs created page File:Item Map Icon.png
- 13:05, 11 June 2025 Wuffesan talk contribs uploaded File:Item Map Icon.png
- 13:04, 11 June 2025 Wuffesan talk contribs created page File:Item Game Icon.png
- 13:04, 11 June 2025 Wuffesan talk contribs uploaded File:Item Game Icon.png
- 12:46, 11 June 2025 Wuffesan talk contribs created page File:MainPage Icon Map.png
- 12:46, 11 June 2025 Wuffesan talk contribs uploaded File:MainPage Icon Map.png
- 12:36, 11 June 2025 Wuffesan talk contribs created page File:Icon GameMode Arena.png
- 12:36, 11 June 2025 Wuffesan talk contribs uploaded File:Icon GameMode Arena.png
- 12:36, 11 June 2025 Wuffesan talk contribs created page File:Icon GameMode Deathmatch.png
- 12:36, 11 June 2025 Wuffesan talk contribs uploaded File:Icon GameMode Deathmatch.png
- 12:35, 11 June 2025 Wuffesan talk contribs created page File:Icon GameMode Hardcore.png
- 12:35, 11 June 2025 Wuffesan talk contribs uploaded File:Icon GameMode Hardcore.png
- 12:34, 11 June 2025 Wuffesan talk contribs created page File:Icon GameMode Survival.png
- 12:34, 11 June 2025 Wuffesan talk contribs uploaded File:Icon GameMode Survival.png
- 12:34, 11 June 2025 Wuffesan talk contribs created page File:Icon GameMode Objective.png
- 12:34, 11 June 2025 Wuffesan talk contribs uploaded File:Icon GameMode Objective.png
- 12:31, 11 June 2025 Wuffesan talk contribs created page Zombie Panic! Official Wiki (Redirected page to Main Page) Tags: New redirect Visual edit
- 12:19, 11 June 2025 Wuffesan talk contribs created page MediaWiki:Card.css (Created page with " .card-container { display: -webkit-inline-flex; display: inline-flex; -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: center; align-items: center; position: relative; vertical-align: top; text-align: center; gap: 2px; margin: 2px; } .card-wrapper { position: relative; } .card-link a { position: absolute; top: 0; right: 0; bottom: 0; left: 0; font-size: 0; } .card-link .mw-selflink { display: none; } .card-body { displ...")
- 12:15, 11 June 2025 Wuffesan talk contribs created page Module:Card/Items (Created page with "return { ['Health Kit'] = {}, ['Pills'] = {}, ['Armor'] = {}, }")
- 12:13, 11 June 2025 Wuffesan talk contribs created page Module:Card/Weapons (Created page with "return { ['Satchel'] = {}, ['Beretta'] = {}, ['USP'] = {}, ['Glock 17'] = {}, ['Glock 18'] = {}, }")
- 12:11, 11 June 2025 Wuffesan talk contribs created page Module:Card/Survivors (Created page with "return { --Zombie Panic!: ["Human Survivor"] = { game = 'Zombie Panic!' }, --Zombie Panic! Source: ["Eugene Grant"] = { game = 'Zombie Panic! Source' }, }")
- 12:09, 11 June 2025 Wuffesan talk contribs created page Module:Survivors (Created page with "return { --Zombie Panic!: ["Human Survivor"] = { game = 'Zombie Panic!' }, --Zombie Panic! Source: ["Eugene Grant"] = { game = 'Zombie Panic! Source' }, }")
- 12:05, 11 June 2025 Wuffesan talk contribs created page Template:Array (Created page with "<includeonly>{{#invoke:Array|main}}</includeonly><noinclude>{{Documentation|type=Utility}}</noinclude>")
- 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...")
- 12:04, 11 June 2025 Wuffesan talk contribs created page Module:Parser (Created page with "local p = {} local CHAR_EQUAL = string.byte("=") local CHAR_OPEN_BRACE = string.byte("{") local CHAR_PIPE = string.byte("|") local CHAR_CLOSE_BRACE = string.byte("}") local CHAR_OPEN_BRACKET = string.byte("[") local CHAR_CLOSE_BRACKET = string.byte("]") local CHAR_GREATER_THAN = string.byte(">") local CHAR_LOWER_THAN = string.byte("<") local CHAR_SLASH = string.byte("/") local FormatParser = {} -- methods local FormatParserMetatable = { __index = FormatParser, } functi...")
- 12:00, 11 June 2025 Wuffesan talk contribs created page Template:Link Label/doc (Created page with "{{Documentation/Header}} {{Lua|Link Label}} Creates a link from the input text in first argument. If the input is already a link and has a label (<nowiki>label</nowiki>), then the unmodified input is returned. If the input contains multiple links, then the unmodified input is returned. If the input text contains any of the following, then a label is added with the text removed. * <code> (Commission)</code> * <code> (Act)</code> * <code> (Chapter)</code> * <co...")
- 11:59, 11 June 2025 Wuffesan talk contribs created page Template:Link Label (Created page with "<includeonly>{{#invoke:Link Label|main}}</includeonly><noinclude>{{Documentation|type=Utility|type2=Inline}}</noinclude>")
- 11:58, 11 June 2025 Wuffesan talk contribs created page Module:Link Label (Created page with "local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, wrapper = { 'Template:Link Label' } }) return p._main(args) end function p._main(args) local link = args[1] if (link == nil) then return "" end if (link:find("%|")) then return link end -- if link contains multiple links local _, count = link:gsub("%[%[", "") if (count > 1) then return link end if (link:find("%[%[") and link:find("%]%]"))...")
- 11:57, 11 June 2025 Wuffesan talk contribs created page Module:Card (Created page with "local p = {} local lib = require('Module:Feature') local ne = lib.isNotEmpty local link_label = require('Module:Link_Label')._main local namespace = require('Module:Namespace_detect')._main local getTemplateArgs = require('Module:Parser').getTemplateArgs local array = require('Module:Array') local allData = { {'Survivor', mw.loadData('Module:Card/Survivors')}, {'Weapon', mw.loadData('Module:Card/Weapons')}, {'Item', mw.loadData('Module:Card/Items')}, } local COLON =...")
- 11:50, 11 June 2025 Wuffesan talk contribs created page Module:Card/doc (Created page with "{{Documentation/Header}} {{High Risk|pagetype=Main}} This module implements {{T|Card}}.")
- 11:48, 11 June 2025 Wuffesan talk contribs created page Module:Card List/doc (Created page with "{{Documentation/Header}} This Module implements {{T|Card List}}.")
- 11:48, 11 June 2025 Wuffesan talk contribs created page Module:Card List (Created page with "local p = {} local lib = require('Module:Feature') local Card = require('Module:Card')._main function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, removeBlanks = false, wrapper = { 'Template:Card List' } }) return p._main(args) end function p.splitNote(entry, notePattern) if notePattern then item, note = entry:match(notePattern) if item == nil then -- will be nil if note is not present return entry end...")
- 11:45, 11 June 2025 Wuffesan talk contribs created page Template:Card List/doc (Created page with "{{Documentation/Header}} {{Lua}} Creates a list of {{T|Card}}. ==Syntax== * {{F|1}} — List of items. ** {{F|*((amount))}} — Indicate amount exclusive to the item. ** {{F|/((note))}} — Indicate note exclusive to the item (currently does nothing) ** {{F|!((rank))}} — Set the rank for this item where {{F|((rank))}} is one of <code>C</code>, <code>B</code>, <code>A</code>, <code>S</code> *** So <code>!S</code> is a shorter way of doing <code>{rank: S...")
- 11:39, 11 June 2025 Wuffesan talk contribs created page Template:Card List (Created page with "<includeonly>{{#invoke:Card List|main}}</includeonly><noinclude>{{Documentation|type=Data}}</noinclude>")
- 11:33, 11 June 2025 Wuffesan talk contribs created page Template:SurvivorNavBar (Created page with "<includeonly><!-- -->{{#switch:{{lc:{{{1|{{{link type|}}}}}}}}<!-- -->|dialogue={{#vardefine:link_suffix|/Dialogue}}<!-- -->|media={{#vardefine:link_suffix|/Media}}<!-- -->|#default=<!-- -->}}<!-- -->{{Navbox |name = SurvivorNavBar |title = Survivors {{#switch:{{lc:{{{1|{{{link type|}}}}}}}}<!-- -->|dialogue=('''Dialogue''')<!-- -->|media=(Media)<!-- -->|#default=}} |state = {{{state|}}} |bodyclass = navb...")
- 11:33, 11 June 2025 Wuffesan talk contribs created page Template:Navbox DPL (Created page with "<includeonly>{{#DPL: |namespace = |uses = {{{uses|Template:Item Infobox}}} |categorymatch = {{{category}}} |category = {{{category2|}}} |category = {{{category3|}}} |titlematch = {{{titlematch|%}}} |nottitlematch = {{{nottitlematch|}}} |notcategorymatch = {{{not1|}}} |notcategorymatch = {{{not2|}}} |notcategorymatch = {{{not3|}}} |notcategorymatch = {{{not4|}}} |notcategorymatch = {{{not5|}}} |notcategorymatch = {{{not6|}}}...")
- 11:32, 11 June 2025 Wuffesan talk contribs created page Category:Navbox Templates (Created blank page)
- 11:32, 11 June 2025 Wuffesan talk contribs created page Template:Navbox DPL/doc (Created page with "{{Documentation/Header}} DPL for Category:Navbox Templates. ==Parameters== * {{F|uses}} — Defaults to {{F|Template:Item Infobox}} * {{F|category}} — Category to get results from * {{F|not((X))}} — {{F|X|v=1}} can be 1–9 * {{F|file}} — Defaults to {{F|Item %PAGE%.png}} * {{F|size}} — Defaults to {{F|50x50px}} * {{F|formatbefore}} — Content to prepend to the cycle contents * {{F|formatafter}} — Content to append to the...")
- 11:31, 11 June 2025 Wuffesan talk contribs created page Template:SurvivorNavBar/Section (Created page with "<includeonly><!-- --><div class="navbox-agent-section"><!-- --><div class="navbox-agent-section-header">{{#switch:{{{1}}}|Zombie Panic!|#default={{Game|{{{1}}}|32px|nobr=1}}}}</div><!-- --><div class="navbox-agent-section-content"><!-- -->{{Navbox DPL |category = {{#switch:{{{1}}}|Zombie Panic!={{{1}}}|#default=Survivors by Release Date&Playable Agents&{{{1}}}{{#var:check_category}}}} |nottitlematch = {{{not|}}} |uses = Template:Agent In...")