Modul:SMW: Unterschied zwischen den Versionen

Aus FürthWiki

16 Bytes hinzugefügt ,  Dienstag um 08:40
subobjectIdCleaner() + "
(+ SubobjectIdCleaner())
(subobjectIdCleaner() + ")
Zeile 118: Zeile 118:
for i = 1, mw.ustring.len(id) do
for i = 1, mw.ustring.len(id) do
local char = mw.ustring.sub(id, i, i)
local char = mw.ustring.sub(id, i, i)
if char == "." then
if char == "." or char == "\"" then
id_clean = id_clean .. "_"
id_clean = id_clean .. "_"
else
else