15.088
Bearbeitungen
(rename GetFrameAndParentArgs()) |
(fix local htmlAndWikitextDump()) |
||
| (Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
| Zeile 42: | Zeile 42: | ||
local d = "" | local d = "" | ||
for i = 1, mw.ustring.len(t) do | for i = 1, mw.ustring.len(t) do | ||
c = mw.ustring.byte(t, i) | local c = mw.ustring.byte(t, i) | ||
if c == mw.ustring.byte("[") then | if c == mw.ustring.byte("[") then | ||
d = d .. "[" | d = d .. "[" | ||