15.082
Bearbeitungen
(typo BeschreibungMaxWortlänge) |
(- Beschreibungslänge, - BeschreibungMaxWortlänge, + ÜberDatum) |
||
| Zeile 161: | Zeile 161: | ||
'<td colspan="3">[[Beschreibung::' ..args.Beschreibung .. ']]</td>'.. | '<td colspan="3">[[Beschreibung::' ..args.Beschreibung .. ']]</td>'.. | ||
'</tr>' | '</tr>' | ||
end | end | ||
| Zeile 182: | Zeile 177: | ||
infotext = infotext .. "<br>" | infotext = infotext .. "<br>" | ||
end | end | ||
infotext = infotext .. " | infotext = infotext .. "Urheber: " .. args.Urheber | ||
end | end | ||
if not com.isEmpty(args.Erstellungsdatum) then | if not com.isEmpty(args.Erstellungsdatum) then | ||
| Zeile 188: | Zeile 183: | ||
infotext = infotext .. "<br>" | infotext = infotext .. "<br>" | ||
end | end | ||
infotext = infotext .. " | infotext = infotext .. "Erstellungsdatum: " .. | ||
lfd.linkFormDate(args.Erstellungsdatum) | lfd.linkFormDate(args.Erstellungsdatum) | ||
end | |||
if not com.isEmpty(args['ÜberDatum']) then | |||
if infotext ~= "" then | |||
infotext = infotext .. "<br>" | |||
end | |||
infotext = infotext .. "Über Datum: " .. | |||
lfd.linkFormDate(args['ÜberDatum']) | |||
end | end | ||
if infotext ~= "" then | if infotext ~= "" then | ||
| Zeile 195: | Zeile 197: | ||
dateiinfo = dateiinfo .. " " | dateiinfo = dateiinfo .. " " | ||
end | end | ||
dateiinfo = dateiinfo .. "{{#info:" .. infotext .. "}}" | dateiinfo = dateiinfo .. "{{#info:" .. infotext .. "|note}}" | ||
end | end | ||
if dateiinfo ~= "" then | if dateiinfo ~= "" then | ||