Portugal

Forum devoted to country/league/cup/team definition topics. You can also get help here if you have trouble writing or using a definition.
Post Reply
ladrilho
Posts: 1
Joined: Sat Oct 22, 2005 2:10 pm

Portugal

Post by ladrilho »

I started the definitions for Portugal!
I'll keep this post updated with the latest info.
If you have comments please post them here or email me (ladrilho gmail com)


TODO:
I will add Second League "Liga de Honra" in the next few days.


country_portugal.xml

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<country>
  <name>Portugal</name>
  <rating>10</rating>
  <symbol>flag_pt.png</symbol>
  <sid>portugal</sid>
  <leagues>
    <league>portugal1</league>
  </leagues>

  <cups>
    <cup>taca_portugal</cup>
  </cups>

</country>

league_portugal1.xml

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<league>

  <sid>portugal1</sid>
  <name>Liga</name>
  <short_name>Liga</short_name>
  <symbol>flag_pt.png</symbol>
  <first_week>1</first_week>
  <week_gap>1</week_gap>
  <average_talent>8700</average_talent>
  <names_file>portugal</names_file>

  <teams>
    <team>
      <team_name>FC Porto</team_name>
    </team>
    <team>
      <team_name>Sporting CP</team_name>
    </team>
    <team>
      <team_name>SL Benfica</team_name>
    </team>
    <team>
      <team_name>SC Braga</team_name>
    </team>
    <team>
      <team_name>Belenenses</team_name>
    </team>
    <team>
      <team_name>Nacional</team_name>
    </team>
    <team>
      <team_name>Paços de Ferreira</team_name>
    </team>
    <team>
      <team_name>U.Leiria</team_name>
    </team>
    <team>
      <team_name>Boavista</team_name>
    </team>
    <team>
      <team_name>Naval</team_name>
    </team>
    <team>
      <team_name>Beira-Mar</team_name>
    </team>
    <team>
      <team_name>Aves</team_name>
    </team>
    <team>
      <team_name>Académica</team_name>
    </team>
    <team>
      <team_name>V.Setubal</team_name>
    </team>
    <team>
      <team_name>E.Amadora</team_name>
    </team>
    <team>
      <team_name>Maritimo</team_name>
    </team>
  </teams>

</league>

cup_taca_portugal.xml

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<cup>
  <name>Taça de Portugal</name>
  <short_name>Taça</short_name>
  <symbol>flag_pt.png</symbol>
  <sid>taca_portugal</sid>
  <last_week>47</last_week>
  <week_gap>4</week_gap>
  <property>national</property>
  <cup_rounds>
    <cup_round>
      <home_away>0</home_away>
      <replay>0</replay>
      <choose_teams>
        <choose_team>
          <choose_team_sid>portugal1</choose_team_sid>
        </choose_team>
      </choose_teams>
    </cup_round>
    <cup_round>
      <home_away>0</home_away>
      <neutral>1</neutral>
      <replay>0</replay>
    </cup_round>
  </cup_rounds>
</cup>
Post Reply