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: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...")
- 11:25, 11 June 2025 Wuffesan talk contribs created page Template:SurvivorNavBar/doc (Created page with "{{Documentation/Header}} Displays the agent navbox. ==Syntax== ''(No parameters)'' ==Examples== <pre>{{SurvivorNavBar}}</pre> {{SurvivorNavBar}} ==Template Data== <templatedata> { "description": "Displays the character navbox.", "params": {} } </templatedata>")
- 11:18, 11 June 2025 Wuffesan talk contribs created page GameModes (Redirected page to GameMode) Tags: New redirect Visual edit
- 10:46, 11 June 2025 Wuffesan talk contribs created page Zombies (Redirected page to Zombie) Tags: New redirect Visual edit
- 10:45, 11 June 2025 Wuffesan talk contribs created page Template:Wiki Navbox (Created page with "<includeonly><!-- -->{{Navbox |title = 30px Wiki Navigation |listclass = hlist |group1 = ''Zombie Panic!'' |list1 = * Survivors * Zombies * GameModes * Maps * Strategies * Timeline * Weapons |group2 = Game Versions |list2 = * Zombie Panic! * Zombie Panic! Source |group3...")
- 10:32, 11 June 2025 Wuffesan talk contribs created page Template:Wiki Navbox/doc (Created page with "{{Documentation/Header}} Displays the wiki navbox. ==Syntax== <!-- Describe parameters here --> ==Examples== <pre>{{Wiki Navbox}}</pre> {{Wiki Navbox}} ==Template Data== <templatedata> { "description": "Displays the wiki navbox.", "params": {} } </templatedata>")
- 10:32, 11 June 2025 Wuffesan talk contribs created page Category:Pages with broken file links (Created blank page)
- 10:31, 11 June 2025 Wuffesan talk contribs created page Category:Zombie Panic! Wiki (Created blank page)
- 09:43, 11 June 2025 Wuffesan talk contribs created page MediaWiki:DarkTheme.css (Created page with "Header: #mw-page-base { background-color: #252525; background-image: linear-gradient(to bottom, var(--background-color-base, #211a1a) 50%, #252525 100%); background-position: bottom left; height: 5em; } Side Panel: body { background-color: #252525; } .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited { color: #d93c3c; } .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a { color: #e76b6b;...")
- 08:57, 11 June 2025 Wuffesan talk contribs created page Satchel (Redirected page to Weapon/Satchel) Tags: New redirect Visual edit
- 08:53, 11 June 2025 Wuffesan talk contribs created page Template:GameModeList (Created page with "<includeonly><!-- -->{{Navbox |title = 30px GameModes |listclass = hlist |group1 = ''Zombie Panic! Source'' |list1 = * {{Item|GameMode/Survival|text=Survival Mode|type=Icon}} * {{Item|GameMode/Objective|text=Objective Mode|type=Icon}} * {{Item|GameMode/Hardcore|text=Hardcore Mode|type=Icon}} * {{Item|GameMode/Arena|text=Arena Mode|type=Icon}} * {{Item|GameMode/Deathmatch|text=Deathmatch Mode|type=Ic...")
- 08:41, 11 June 2025 Wuffesan talk contribs created page Template:GameModeList/doc (Created page with "{{Documentation/Header}} Displays the wiki navbox. ==Syntax== <!-- Describe parameters here --> ==Examples== <pre>{{GameModeList}}</pre> {{GameModeList}} ==Template Data== <templatedata> { "description": "Displays the wiki navbox.", "params": {} } </templatedata>")
- 18:22, 10 June 2025 Wuffesan talk contribs created page Category:Requests for Cleanup (Created blank page)
- 18:17, 10 June 2025 Wuffesan talk contribs created page Category:Games (Created blank page)
- 18:13, 10 June 2025 Wuffesan talk contribs created page Template:Game Infobox/doc (Created page with "{{Documentation/Header}} ==Examples== <div style="display:inline-block;"> {{Game Infobox |image = <gallery> Game_ZPS_BoxArt.png|Box Art </gallery> |type = Released |game = Zombie Panic! Source |developer = Monochrome Games |platform = Microsoft Windows, Linux |releaseDate = 2007-11-28 }} <pre> {{Game Infobox |image = <gallery> Game_ZPS_BoxArt.png|Box Art </gallery> |type = Released |game...")
- 18:08, 10 June 2025 Wuffesan talk contribs created page Template:Game Infobox (Created page with "<includeonly><!-- -->{{#switch:{{{type}}} |Upcoming = {{Upcoming}} |#default = }}<!-- --><infobox type="Game" theme-source="game"> <title source="game"> <default>{{PAGENAME}}</default> </title> <image source="image" /> <panel> <section> <label>Bio</label> <data source="developer"> <label>Developer(s)</label> </data> <data source="platform"> <label>Platform</label> </data> <data source="releaseDate"> <labe...")
- 17:15, 10 June 2025 Wuffesan talk contribs created page Zombie Panic (Redirected page to Zombie Panic!) Tags: New redirect Visual edit
- 17:12, 10 June 2025 Wuffesan talk contribs changed group membership for Chicken-nugget from (none) to administrator (wiki moderator)
- 17:08, 10 June 2025 Wuffesan talk contribs created page GameMode (Created page with "{{Stub}} {{GameModeList}}")
- 17:07, 10 June 2025 Wuffesan talk contribs created page GameMode/Arena (Created page with "{{Removed}} {{Stub}} {{Cleanup}} ==About== ZPA mode places two even teams of survivors and zombies against each other to compete for control of areas and objectives. These objectives vary from map to map, as they may be goals such as the survivors defending a location, or the zombies preventing the humans from achieving something, similar to Objective Mode. What makes this game mode unique is how there is no infecting (the percent chan...")
- 17:05, 10 June 2025 Wuffesan talk contribs created page GameMode/Hardcore (Created page with "{{Stub}} {{Cleanup}} Hardcore Mode is a GameMode in ''Zombie Panic: Source'' and was introduced in Version 1.6 of the mod. Hardcore mode can be played on any and all maps by entering into the console the command "sv_hardcore_alwayson 1" to enable it it and keep it enabled, or alternatively one could enter "sv_hardcore 1" to enable and "sv_hardcore 0" to disable as they please. <u>Major changes in Hardcore:</u> *The survivors goal is to stay a...")
- 17:03, 10 June 2025 Wuffesan talk contribs moved page Gamemode/Survival to GameMode/Survival