MediaWiki:Common.js: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
Keine Bearbeitungszusammenfassung
Zeile 763: Zeile 763:
     const info = document.createElement('div');
     const info = document.createElement('div');
     info.className = 'chart-total-info';
     info.className = 'chart-total-info';
     info.textContent = 'Gesamt: ' + total;
     info.textContent = 'Gesamte Anzahl aller eigenen Abfüllungen: ' + total;
     info.style.textAlign = 'center';
     info.style.textAlign = 'center';
     info.style.fontWeight = 'bold';
     info.style.fontWeight = 'bold';