All public logs

Combined display of all available logs of Looney Pyramid Games 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:50, 23 May 2023 Dazeysan talk contribs created page Module:Infobox Tools (Created page with "local str = {} --Clean wiki text from list game designers and delimt with commas function str.clean_designer(frame) local source_str = tostring(frame.args[1]); local output_str; --escape pattern characters and remove problem ones output_str = str._scrubtext(source_str) output_str = string.gsub(output_str, "%%", ""); --removes usernames (looks cleaner) output_str = string.gsub(output_str, "User:%w+,", ""); output_str = string.gsu...")