From 1d7a718b7b6b84fedb868bbb9cade2676f191c8d Mon Sep 17 00:00:00 2001 From: sockenklaus Date: Mon, 3 Oct 2011 14:10:42 -0700 Subject: [PATCH] Updated user_balances.xml (markdown) --- user_balances.xml.md | 47 +++++++++++++++++++++++++++++++------------- 1 file changed, 33 insertions(+), 14 deletions(-) diff --git a/user_balances.xml.md b/user_balances.xml.md index 9b43a36..a9c71aa 100644 --- a/user_balances.xml.md +++ b/user_balances.xml.md @@ -1,4 +1,36 @@ -## Current release (v0.2-b35) +## Current release (v0.3-b52) + +### With parameter "user=$username" + +``` xml + + + + $playername + $balance + + ... + + +``` + +### With parameter "sum=$username" + +``` xml + + + + + $playername + $balance + + ... + + + +``` + +## Previous release (v0.2-b35) ``` xml @@ -7,16 +39,3 @@ ``` -## Current development branch (v0.2-b81) - -``` xml - - - - $playername - $balance - - ... - - -``` \ No newline at end of file