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