Module:Infobox Tools: Difference between revisions

Updating the rest of the links returned by the guess_length function
(Removing square brackets to see if that fixes the links.)
(Updating the rest of the links returned by the guess_length function)
Line 67:
--guess game length based on playing time
if (max_time < 0 and min_time < 30) then
output_str = "Browse_games/Unknown_playing_time|unknown"
elseif (min_time < 10 and max_time <= 15) then
output_str = "Browse_games/Fast_playing_time|Fast?"
elseif (min_time < 30 and max_time <= 45) then
output_str = "Browse_games/Medium_playing_time|Medium?"
else
output_str = "Browse_games/Long_playing_time|Long?"
end