Refine the lkrz format
prefix players section with "player" for ease of use. Replace 'link' in the 'Tournament' section by a simpler 'slug'.master
parent
660fa7a7a9
commit
997cfc153c
|
@ -2,17 +2,18 @@
|
||||||
name : Tournament Name
|
name : Tournament Name
|
||||||
date : 1900-01-01
|
date : 1900-01-01
|
||||||
location : Lyon - Reboot
|
location : Lyon - Reboot
|
||||||
videogame : SSBU
|
slug : tournament-slug
|
||||||
link : https://smash.gg/tournament/tournament-slug
|
|
||||||
numEntrants : 0
|
numEntrants : 0
|
||||||
|
|
||||||
[gamerTag1]
|
[player gamerTag1]
|
||||||
|
tag = gamerTag1
|
||||||
team : Team
|
team : Team
|
||||||
seeding : 0
|
seeding : 0
|
||||||
placement : 0
|
placement : 0
|
||||||
characters : link (2), incineroar
|
characters : link (2), incineroar
|
||||||
|
|
||||||
[gamerTag2]
|
[player gamerTag2]
|
||||||
|
tag = gamerTag2
|
||||||
team : Team2
|
team : Team2
|
||||||
seeding : 0
|
seeding : 0
|
||||||
placement : 0
|
placement : 0
|
||||||
|
|
Loading…
Reference in New Issue