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
  • 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("%]%]"))...")