rename
pull/23762/head
Shane Smiskol 3 years ago
parent 705843a65f
commit 262d2b61d4
  1. 6
      docs/CARS_template.md

@ -16,13 +16,13 @@ Tier Criteria:
**All supported cars can move between the tiers as support changes.** **All supported cars can move between the tiers as support changes.**
{% for tier, cars in tiers %} {% for tier, car_rows in tiers %}
## {{tier}} Cars ## {{tier}} Cars
|{{columns | join('|')}}| |{{columns | join('|')}}|
|---|---|---|:---:|:---:|:---:|:---:|:---:| |---|---|---|:---:|:---:|:---:|:---:|:---:|
{% for car in cars %} {% for row in car_rows %}
|{{car | join('|')}}| |{{row | join('|')}}|
{% endfor %} {% endfor %}
{% endfor %} {% endfor %}

Loading…
Cancel
Save