Skip to content

Instantly share code, notes, and snippets.

@althaus
Last active October 27, 2015 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save althaus/33aeb0938ff4640361ab to your computer and use it in GitHub Desktop.
Save althaus/33aeb0938ff4640361ab to your computer and use it in GitHub Desktop.
T³ export and import formats
<VERSION>
<TOURNAMENT NAME>
<TOURNAMENT ID>
<NUMBER OF PLAYERS>
<USER ID>||<FIRSTNAME>||<LASTNAME>||<NICKNAME>||<FACTION>||<CITY>||<TEAM NAME>||<ARMYLIST STATE>||<ARMYLIST RATING>||<PAID>||<NTR RANKING>||x
<?xml version="1.0"?>
<tournament>
<title>TOURNAMENT NAME</title>
<pubDate>Tue, 27 Oct 2015 16:54:31 +0100</pubDate>
<registrations>
<player id="1" name="<FIRSTNAME>" lastname="<LASTNAME>" nickname="<NICKNAME>" army="<FACTION>" city="<CITY>" team="<TEAM NAME>" armylist="<ARMYLIST STATE>" armyrate="<ARMYLIST RATING>" paid="<PAID>" />
</registrations>
</tournament>
#GoePP-Exportdatei, v1.3.3 Export vom DD.MM.YYYY||x
#TID-<TOURNAMENT ID>||x
<USER ID>||<FIRSTNAME>||<LASTNAME>||<NICKNAME>||<FACTION>||<CITY>||<TEAM NAME>||<PLACEMENT>||<TOURNAMENT POINTS>||<VICTORY POINTS>||<TIE BREAK>||<ARMYLIST RATING>||<PAINTING>||<QUIZ POINTS>||<FAIRPLAY>||<OTHER>||x
<?xml version="1.0"?>
<t3_result_import version="1.1">
<name>TOURNAMENT NAME</name>
<gamesys>GAME SYSTEM</gamesys>
<postcode>POSTCODE</postcode>
<city>CITY</city>
<country>COUNTRY</country>
<startdate>YYYY-MM-DD</startdate>
<enddate>YYYY-MM-DD</enddate>
<results>
<player name="<FIRSTNAME>" lastname="<LASTNAME>" nickname="<NICKNAME>" origin="<CITY>" army="<FACTION>" place="<PLACEMENT>"/>
</results>
</t3_result_import>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment