RLP Rechner"; $content .= '

Einfach Ranglistenpunkte berechnen

'; $sp['output'] .= $tpl->load('card', [$content]); // Inputs $content = $tpl->load('input', ['html-id' => 'input-rlf', 'placeholder' => 'Ranglistenfaktor (rlf)', 'type' => 'number']); $content .= $tpl->load('input', ['html-id' => 'input-m', 'placeholder' => 'Multiplikator (m)', 'type' => 'number']); $content .= $tpl->load('input', ['html-id' => 'input-fb', 'placeholder' => 'Gezeitete Boote (fb)', 'type' => 'number']); $content .= $tpl->load('input', ['html-id' => 'input-pl', 'placeholder' => 'Platzierung (pl)', 'type' => 'number']); $content .= $tpl->load('button', ['Hinzufügen', '#', 'html-id' => 'button-add']); $sp['output'] .= $tpl->load('card', [$content]); // Table $thead = 'RLFmfbplRLP'; $content = $tpl->load('table', [$thead, 'html-id' => 'table-races']); $content .= '

'; $sp['output'] .= $tpl->load('card', [$content, 'html-id' => 'card-races']); // Infos $content = '

Hinweise zum Ausfüllen

'; $content .= '

Ranglistenfaktor (RLF)
'; $content .= 'Der Ranglistenfaktor ist ein von der KV vorgegebener Faktor zwischen 1,0 und 1,6 zur Gewichtung der Regatten.
'; $content .= 'Du findest ihn in der Regatten-Liste.'; $content .= '

'; $content .= '

Multiplikator (m)
'; $content .= 'Der Multiplikator gibt an, wie oft eine Regatta in die Wertung eingeht.
'; $content .= 'Er ist abhängig von den tatsächlich gesegelten Wettfahrten. Dabei gilt:
'; $content .= '1 Wettfahrt => m = 1
'; $content .= '2 Wettfahrten => m = 2
'; $content .= '3 Wettfahrten => m = 3
'; $content .= '4 oder mehr Wettfahrten => m = 4
'; $content .= 'Ist die Regatta für mehr als 2 Tage ausgeschrieben, gilt außerdem:
'; $content .= '6 oder mehr Wettfahrten => m = 5'; $content .= '

'; $content .= '

Gezeitete Boote (fb)
'; $content .= 'Die Anzahl der Boote, die in mindestens einer Wettfahrt ins Ziel gefahren sind.'; $content .= '

'; $content .= '

Platzierung (pl)
'; $content .= 'Deine Platzierung in den Endergebnissen'; $content .= '

'; $sp['output'] .= $tpl->load('card', [$content]); $content = '

Berechnung

'; $content .= '

Die Ranglistenpunkte (RLP) für eine Regatta berechnen sich nach folgender Formel:
'; $content .= 'RLP = RLF * 100 * ((fb + 1 - pl) / fb)
'; $content .= 'Diese Ranglistenpunkte können je nach Multiplikator bis zu 5 mal in die Wertung eingehen.
'; $content .= 'Der Mittelwert der 9 besten Wertungen ergibt die Ranglistenpunkte.'; $content .= '

'; $sp['output'] .= $tpl->load('card', [$content]); $sp['scripts'] .= $scripts->load('calc'); ?>