Module:Infobox Tools: Difference between revisions

Content added Content deleted
(First attempt to get the links returned to point to the actual page and not just "Medium" etc.)
(Removing square brackets to see if that fixes the links.)
Line 71: Line 71:
output_str = "Fast?"
output_str = "Fast?"
elseif (min_time < 30 and max_time <= 45) then
elseif (min_time < 30 and max_time <= 45) then
output_str = "[[Browse_games/Medium_playing_time|Medium?]]"
output_str = "Browse_games/Medium_playing_time|Medium?"
else
else
output_str = "Long?"
output_str = "Long?"