All translations
Enter a message name below to show all available translations.
Found 3 translations.
Name | Current message text |
---|---|
h Danish (da) | {{Input|1=<nowiki>if( playcount <= 0 ) # bør ikke kunne være mindre, men hvad søren. newscore = ( prevscore + percentage ) / 2 else newscore = ( ( prevscore * playcount ) + percentage ) / ( playcount + 1 ) end </nowiki>}} |
h Polish (pl) | if( playcount <= 0 ) # not supposed to be less, but what the hell. newscore = ( prevscore + percentage ) / 2 else newscore = ( ( prevscore * playcount ) + percentage ) / ( playcount + 1 ) end |
h Brazilian Portuguese (pt-br) | {{Input|1=<nowiki>if( playcount <= 0 ) # não deveria ser menor, mas não vem ao caso. newscore = ( prevscore + percentage ) / 2 else newscore = ( ( prevscore * playcount ) + percentage ) / ( playcount + 1 ) end </nowiki>}} |