Jump to content

Module:Infobox Tools: Difference between revisions

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..."
(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...")
(No difference)
Cookies help us deliver our services. By using our services, you agree to our use of cookies.