The numbers of these examples refer to the numbers in the readme.txt of the download
Head back to main plugin post
1. To call the number of keystrokes:
2. To call the date joined:
*Unfortunately, I do not know a way to rearrange the year-month-day, that's how it comes from Project Dolphin.
3. To call your rank:
*In a later version I might try to add the "th" or "rd" or "st", but my coding skills are not up to it yet.
4. Stringing those three together:
I have typed keys since and am ranked # on Project Dolphin.
5. To call all of the stats from Project Dolphin:
This will generate 15 items in list format.
Account Name: Country: Date Joined: Webpage: Number of Pulses: times Overall Rank: Rank in Team: Team Contribution: Team ID: Team Name: Team Keys: Team Members: Team Rank: Team description: Personal Total KeyCount
6. To call the same list, itemized:
Account Name: Country: Date Joined: Webpage: Number of Pulses: Overall Rank: Rank in Team: Team Contribution: Team ID: Team Name: Team Keys: Team Members: Team Rank: Team Description: Personal Key Count:
*This is the exact duplicate of the last function, see next example for customization
7. To call a customized list:
Account Name: Date Joined: Webpage: Number of Pulses: Overall Rank: Personal Key Count:
*If you wish for a particular item to not be displayed, simply replace the "name" with "no"
Head back to main plugin post
