15.264
Bearbeitungen
Keine Bearbeitungszusammenfassung |
(+ Beruf) |
||
| Zeile 58: | Zeile 58: | ||
if attr["GeburtsdatumBis"] ~= nil then | if attr["GeburtsdatumBis"] ~= nil then | ||
page_selector_basis = page_selector_basis .. top_prefix .. "[[Geburtsdatum::<" .. attr["GeburtsdatumBis"] .. "]]" .. top_postfix | page_selector_basis = page_selector_basis .. top_prefix .. "[[Geburtsdatum::<" .. attr["GeburtsdatumBis"] .. "]]" .. top_postfix | ||
end | |||
if attr["Beruf"] ~= nil then | |||
local beruf = str.split2(attr["Beruf"], ",") | |||
beruf = table.concat(beruf, "||") | |||
page_selector_basis = page_selector_basis .. top_prefix .. "[[Beruf::" .. beruf .. "]]" .. top_postfix | |||
end | end | ||
mw.logObject(page_selector_basis, "page_selector_basis") | mw.logObject(page_selector_basis, "page_selector_basis") | ||