keine Bearbeitungszusammenfassung
local arg_list = {
format = {
default = 'd F j, Y H:i:s',
cargo = 'Y-m-d H:i:s',
no_time = 'd F j, Y',
},
}
},
before = {
field = 'beforeprevious',
type = 'String',
validate = validate_version,
-- Preallocate:
local last_minor_version
local current_version
-- Loop through all the results from the query:
local v = m_util.cast.version(release_version)▼
local version_h2 = table.concat({v[1], v[2]}, '.')▼
if release_version ~= last_minor_version then▼
end
'===%s %s===',
i18n.timeline.version,
table.concat({v[1], v[2], 0}, '.')
)
end
'%s - [[%s %s]]',
h.date(result['versions.release_date']),
result['versions.version'])
)
-- If the result has an item class, then add another list with
-- Save the last list:
local cats = {
i18n.categories.timelines,
}
end