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
  • 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")