List of tracks in BTD5: Difference between revisions

Line 16: Line 16:
|order by=(CASE difficulty_M WHEN 'Beginner' THEN 0 WHEN 'Intermediate' THEN 1 WHEN 'Advanced' THEN 2 WHEN 'Expert' THEN 3 WHEN 'Extreme' THEN 4 END),
|order by=(CASE difficulty_M WHEN 'Beginner' THEN 0 WHEN 'Intermediate' THEN 1 WHEN 'Advanced' THEN 2 WHEN 'Expert' THEN 3 WHEN 'Extreme' THEN 4 END),
name_M
name_M
|where=id_M IS NOT NULL AND difficulty_M='Beginner' OR difficulty_M='Intermediate'
|where=id_M IS NOT NULL
|limit=200
|limit=200
}}</div>
}}</div>