Module:Infobox Tools: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 April 2024

22 April 2024

13 April 2024

23 May 2023

  • curprev 11:5011:50, 23 May 2023Dazeysan talk contribs 11,349 bytes +11,349 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..."