btw this Wiki is not meant for a wider audience yet

Main public logs

Jump to navigation Jump to search

Combined display of all available logs of HFGCS Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:49, 5 December 2025 Breadpan talk contribs created page Module:PrefixList (Created page with "local p = {} function p.makeLinks(frame) local input = frame.args[1] local linkTarget = frame.args[2] -- Optional second parameter for link target if not input or input == "" then return "n/a" end local items = {} for item in string.gmatch(input, "[^,]+") do item = item:match("^%s*(.-)%s*$") -- trim whitespace -- If linkTarget is provided, use item format -- Otherwise, use item...") Tag: Recreated
  • 23:46, 5 December 2025 Breadpan talk contribs deleted page Module:PrefixList (content was: "local p = {} function p.makeLinks(frame) local input = frame.args[1] local linkTarget = frame.args[2] -- Optional second parameter for link target if not input or input == "" then return "n/a" end local items = {} for item in string.gmatch(input, "[^,]+") do item = item:match("^%s*(.-)%s*$") -- trim whitespace...", and the only contributor was "Breadpan" (talk))
  • 23:45, 5 December 2025 Breadpan talk contribs created page Module:PrefixList (Created page with "local p = {} function p.makeLinks(frame) local input = frame.args[1] local linkTarget = frame.args[2] -- Optional second parameter for link target if not input or input == "" then return "n/a" end local items = {} for item in string.gmatch(input, "[^,]+") do item = item:match("^%s*(.-)%s*$") -- trim whitespace -- If linkTarget is provided, use item format -- Otherwise, use item...") Tag: Recreated
  • 23:45, 5 December 2025 Breadpan talk contribs deleted page Module:PrefixList (content was: "local p = {} function p.makeLinks(frame) local input = frame.args[1] local linkTarget = frame.args[2] -- Optional second parameter for link target if not input or input == "" then return "n/a" end local items = {} for item in string.gmatch(input, "[^,]+") do item = item:match("^%s*(.-)%s*$") -- trim whitespace...", and the only contributor was "Breadpan" (talk))
  • 23:44, 5 December 2025 Breadpan talk contribs undeleted page Module:PrefixList (1 revision)
  • 23:44, 5 December 2025 Breadpan talk contribs deleted page Module:PrefixList (content was: "local p = {} function p.makeLinks(frame) local input = frame.args[1] local linkTarget = frame.args[2] -- Optional second parameter for link target if not input or input == "" then return "n/a" end local items = {} for item in string.gmatch(input, "[^,]+") do item = item:match("^%s*(.-)%s*$") -- trim whitespace...", and the only contributor was "Breadpan" (talk))
  • 23:43, 5 December 2025 Breadpan talk contribs undeleted page Module:PrefixList (1 revision) (Restoring - wrong page was deleted)
  • 23:43, 5 December 2025 Breadpan talk contribs deleted page Module:PrefixList (Duplicate page in wrong namespace)
  • 17:52, 29 November 2025 Breadpan talk contribs created page Module:PrefixList (Created page with "local p = {} function p.makeLinks(frame) local input = frame.args[1] if not input or input == "" then return "n/a" end local items = {} for item in string.gmatch(input, "[^,]+") do item = item:match("^%s*(.-)%s*$") -- trim whitespace table.insert(items, "" .. item .. "") end return table.concat(items, "<br />") end return p")