Module:Infobox Tools: Difference between revisions

First attempt to get the links returned to point to the actual page and not just "Medium" etc.
(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...")
 
(First attempt to get the links returned to point to the actual page and not just "Medium" etc.)
Line 71:
output_str = "Fast?"
elseif (min_time < 30 and max_time <= 45) then
output_str = "[[Browse_games/Medium_playing_time|Medium?]]"
else
output_str = "Long?"