Modul:Citation: Unterschied zwischen den Versionen
K
decimalPoint
KKeine Bearbeitungszusammenfassung |
K (decimalPoint) |
||
| Zeile 102: | Zeile 102: | ||
local texts = { | local texts = { | ||
decimalPoint = ',', | |||
noTitel = '<span class="error">Fehlender Titel</span>', | noTitel = '<span class="error">Fehlender Titel</span>', | ||
noURL = '<span class="error">Ungültige URL</span>[[Category:Literatur: ungültige URL]]', | noURL = '<span class="error">Ungültige URL</span>[[Category:Literatur: ungültige URL]]', | ||
| Zeile 487: | Zeile 488: | ||
table.insert( tab, | table.insert( tab, | ||
mw.ustring.format( formatters.wbMBytes, | mw.ustring.format( formatters.wbMBytes, | ||
tostring( round( kb / 1024, 3 ) ):gsub( '%.', | tostring( round( kb / 1024, 3 ) ):gsub( '%.', texts.decimalPoint ) ) ) | ||
else | else | ||
table.insert( tab, | table.insert( tab, | ||