| Choices | Votes | " - if(capitalize(mode) == "Gamemode") .+= "Minimum Players | |||||
| [gamemode_names[choices[i]]] | [votes] | " - else - . += "[gamemode_names[choices[i]]] | [votes] | " - else - if(current_votes[C.ckey] == i) - . += "[choices[i]] | [votes] | " - else - . += "[choices[i]] | [votes] | " - if (additional_text.len >= i) - . += additional_text[i] - . += "
| Choices | Votes | " + if(mode == VOTE_GAMEMODE) + .+= "Minimum Players | |
| [thisVote ? "" : ""][gamemode_names[choices[i]]][thisVote ? "" : ""] | [votes] | " + else + . += "[thisVote ? "" : ""][choices[i]][thisVote ? "" : ""] | [votes] | " + if (additional_text.len >= i) + . += additional_text[i] + . += "
| Unvote |