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.**
{% for tier, cars in tiers %}
{% for tier, car_rows in tiers %}
## {{tier}} Cars
|{{columns | join('|')}}|
|---|---|---|:---:|:---:|:---:|:---:|:---:|
{% for car in cars %}
|{{car | join('|')}}|
{% for row in car_rows %}
|{{row | join('|')}}|
{% endfor %}
{% endfor %}

Loading…
Cancel
Save