<div style="background-image: url($mapsrc)"> <hgroup> <h1>$servername</h1> <h2>$info->map_name • $info->mode_name</h2> </hgroup> <table> <thead> <tr> <th>%platform%</th> <th>%players%</th> <th>%preset%</th> <th>%pb%</th> <th>%password%</th> </tr> </thead> <tbody> <tr> <td>$platform[format]</td> <td>$info->players / $info->slots</td> <td><span class="serverinfo" style="background-position: 0 -32px;">$info->preset</span></td> <td><span class="serverinfo" style="background-position: 0 -64px;">$pb</span></td> <td><span class="serverinfo" style="background-position: 0 -96px;">$pw</span></td> </tr> </tbody> </table> </div>