15.133
Bearbeitungen
(+ setPageAttr()) |
(string.find(val, "<") in zeile(args)) |
||
| Zeile 392: | Zeile 392: | ||
end | end | ||
end | end | ||
if mw.smw.getPropertyType(attr_name) == "_wpg" and string.find(val, "%[") == nil then | if mw.smw.getPropertyType(attr_name) == "_wpg" and string.find(val, "%[") == nil and string.find(val, "<") == nil then | ||
t = t .. p.setPageAttr(attr_name, val) | t = t .. p.setPageAttr(attr_name, val) | ||
else | else | ||