Hi,
First open the debug console and click on the template buider tab.
All infos are there.
here are the first steps:
Create a folder named "league" in assets/snippets/feedx/tpl/
Change in your call &preset=`league`
Then create the root tpl obligatory named outer.tpl
Insert in this file:
{{TEAM->team}}
Create another file named team.tpl
{{TEAMINFORMATION->teaminformation}}
{{COMPETITIONINFORMATION->competinformation}}
teaminformation.tpl content:
[+NAME+]
[+URL+] [+EMAIL+] [+IRC.CHANNEL+]
[+STATUS+] [+FOUNDER+]
And so on ...
Follow the path according the tables in template builder.
:-)