added Argentinian definitions to svn

This commit is contained in:
mrsmola 2007-01-31 16:42:42 +00:00
parent 99e480cb38
commit 3cba1fbfc9
5 changed files with 88 additions and 3 deletions

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<country>
<name>Argentina</name>
<rating>5</rating>
<symbol>flag_argentina.png</symbol>
<sid>argentina</sid>
<leagues>
<league>argentina1</league>
</leagues>
<cups>
<cup>argentina1_apertura</cup>
<!-- <cup>argentina1_clausura</cup> -->
</cups>
</country>

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<cup>
<name>Liga Mayor Apertura</name>
<short_name>L. M. Apertura</short_name>
<sid>argentina1_apertura</sid>
<property>national</property>
<yellow_red>3</yellow_red>
<add_week>-1</add_week>
<week_gap>1</week_gap>
<last_week>19</last_week>
<cup_rounds>
<cup_round>
<number_of_groups>1</number_of_groups>
<home_away>0</home_away>
<choose_teams>
<choose_team>
<choose_team_sid>argentina1</choose_team_sid>
</choose_team>
</choose_teams>
</cup_round>
</cup_rounds>
</cup>

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<cup>
<name>Argentina Liga Mayor Torneo Clausura</name>
<short_name>Mayor Clausura</short_name>
<sid>argentina1_clausura</sid>
<property>national</property>
<yellow_red>3</yellow_red>
<add_week>20</add_week>
<week_gap>1</week_gap>
<last_week>45</last_week>
<cup_rounds>
<cup_round>
<number_of_groups>1</number_of_groups>
<home_away>0</home_away>
<choose_teams>
<choose_team>
<choose_team_sid>argentina1</choose_team_sid>
</choose_team>
</choose_teams>
</cup_round>
</cup_rounds>
</cup>

View File

@ -2,14 +2,16 @@
<league>
<sid>argentina1</sid>
<name>Major League</name>
<short_name>Major L.</short_name>
<name>Liga Mayor Clausura</name>
<short_name>L. M. Clausura</short_name>
<symbol>flag_argentina.png</symbol>
<first_week>1</first_week>
<first_week>26</first_week>
<week_gap>1</week_gap>
<average_talent>8700</average_talent>
<yellow_red>3</yellow_red>
<round_robins>1</round_robins>
<names_file>latinoamerica</names_file>
<!-- <active>0</active> -->
<teams>
<team>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<league>
<sid>argentina1</sid>
<name>Liga Mayor Torneo Apertura</name>
<short_name>Mayor Apertura</short_name>
<symbol>flag_argentina.png</symbol>
<first_week>26</first_week>
<week_gap>1</week_gap>
<average_talent>8700</average_talent>
<yellow_red>3</yellow_red>
<round_robins>1</round_robins>
<names_file>latinoamerica</names_file>
<teams>
<choose_team>
<choose_team_sid>argentina1</choose_team_sid>
</choose_team>
</teams>