Bürokraten, Oberflächenadministratoren, SMW-Administratoren, SMW-Kuratoren, SMW-Editoren, Oversighter, Administratoren, Widget-Bearbeiter
215.197
Bearbeitungen
(Namenskonvention für Modul-Importe) |
Keine Bearbeitungszusammenfassung |
||
| Zeile 19: | Zeile 19: | ||
local ds = '' | local ds = '' | ||
if not com.isEmpty(data['Starttag']) then | if not com.isEmpty(data['Starttag']) then | ||
ds = '[[' .. data['Starttag'] .. ']]' | ds = '[[' .. data['Starttag'] .. ']] ' | ||
end | end | ||
if not year then | if not year then | ||
ds = ds .. ' [[' .. data['Startjahr'] .. ']]' | ds = ds .. '[[' .. data['Startjahr'] .. ']]' | ||
end | end | ||
if data['Enddatum'] then | if data['Enddatum'] then | ||
ds = ds .. " - [[" .. data['Endtag'] .. "]]" | ds = ds .. "- [[" .. data['Endtag'] .. "]]" | ||
if not year then | if not year then | ||
ds = ds .. " [[" .. data['Endjahr'] .. "]]" | ds = ds .. "[[" .. data['Endjahr'] .. "]]" | ||
end | end | ||
end | end | ||
Bearbeitungen