<!--Choose from epgp-dark.css, epgp-light.css or make your own --> <link rel="stylesheet" href="http://www.axiomfiles.com/Files/258012/epgp-dark.css" type="text/css" />
$('#epgp').epgp({ epgpfile : 'epgp.lua', // epgp.lua file name guild : 'The Clique', // Guild name (include captial letters and any spaces in the name) startEpgpHistory : 7, // EPGP Standings History - initial number of days to show prior to snapshot startLootHistory : 7, // Loot History - initial number of days to show prior to snapshot extras : '100%', // Extras - set here because it's not in the lua // lootIcon : 'icon-plus.gif', // Icon to hover over to see a list of recent loot, styled in the css sort : [3,1] // sort table by 3rd column (PR column, 0 indexed) in descending order (1). });