Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
run
westtrue
easttrue
conferences
west
url"http://www.sportsnet.ca/basketball/nba/standings/"
regex
pos"<td class="rank">(\d*)"
name"<td class="team">[^<]*[^>]*>([^<]*)"
won"class="wins">(\d*)"
lost"class="losses">(\d*)"
pct"class="pct">(\.\d*)"
gb"class="gb">(\d*)"
teams"15"
template"Template:2016–17 NBA West standings"
east
url"http://www.sportsnet.ca/basketball/nba/standings/"
regex
pos"<td class="rank">(\d*)"
name"<td class="team">[^<]*[^>]*>([^<]*)"
won"class="wins">(\d*)"
lost"class="losses">(\d*)"
pct"class="pct">(\.\d*)"
gb"class="gb">(\d*)"
teams"15"
template"Template:2016–17 NBA East standings"
comment"If anyone knows if I can reference another part (for e.g. conferences['east'] can be the same as conferences['west'] without having the same content), it would be appreciated."