Arguments used for HTML-Output by the RankingCGI
------------------------------------------------

Here i'll list all supported Arguments for the URL of
the CGI. To add one of these to a Link in the HTML just
use the following Syntax:

http://.../rankg.cgi?arg=val&arg=val&arg=val...

i.e. http://.../rank.cgi?action=detail&player=Sammy

All these Arguments will overwrite the default Values specified in the
ConfigFile. If you wish to add the current Arguments to the Link
you can use #QUERYSTRING# which will be replaced with the current Args.

i.e. http://.../rank.cgi?#QUERYSTRING#&sort=kills

---------------------------------------------------------------------
Variable	Values		Description
---------------------------------------------------------------------
cfg		<cfg>		Name of ConfigFile to use (needed!)

sort		name		sorts Players by Name
		kills		sorts Players by Kills
		deaths		sorts Players by Deaths
		suicids		sorts Players by Suicids
		frags		sorts Players by Frags
		skill		sorts Players by Skill
		eff		sorts Players by Efficiency
		date		sorts Players by Date
		ctffs		sorts Players by CTF Flags stolen
		ctffl		sorts Players by CTF Flags lost
		ctffc		sorts Players by CTF Flags captured
		ctffr		sorts Players by CTF Flags returned
		ctffd		sorts Players by CTF Flags defended
		ctfck		sorts Players by CTF Carriers killed
		ctfcd		sorts Players by CTF Carriers defended
		ctfac		sorts Players by CTF Capture Assists
		ctfar		sorts Players by CTF Return Assists
		ctfbd		sorts Players by CTF Base Defends
		hi_<name>_k	sorts Players by HiScore in Kills for Map (uppercase)
		hi_<name>_d	sorts Players by HiScore in Deaths for Map (uppercase)
		hi_<name>_s	sorts Players by HiScore in Suicids for Map (uppercase)
		map_<name>_k	sorts Players by total Kills for Map (uppercase)
		map_<name>_d	sorts Players by total Deaths for Map (uppercase)
		map_<name>_s	sorts Players by total Suicids for Map (uppercase)

action		show		shows MainPage (default)
		detail		shows PlayerDetails

player		<name>		Name of the Player (needed for Details)

search		<pattern>	Includes only matching Players in Overview

num		<number>	Number of Players to show
victims		<number>	Number of Victims to show
enemies		<number>	Number of Enemies to show
---------------------------------------------------------------------
