How do I display data in Editent.cgi?
To display data, you will need to use replacers. A replacer is a piece of HTML code that is replaced by the UHSD when the UHSD is displaying scores. The replacers specific to Editent.cgi are contained in my Magical Table o' Clarification™:
| The Replacer | What it is replaced by |
| <!--field--> | The data contained in that field |
| <!--Rank--> | The rank of the score in the current sort |
| <!--Checkbox--> | Only used when editting; a checkbox used for selecting scores to edit/delete |
| <!--Reason--> | Only used when displaying cheaters; the reason why the user was accused of cheating |
You may also use the replacers specific to Edit.cgi in Editent.cgi. Just a note about using these replacers. The <!--OOrder--> replacers and the <!--Next--> and <!--Previous--> replacers are not executed until after all entries have been prepared, so don't use them with the <!--PERL--> replacer.