-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathmod.lua
More file actions
20 lines (20 loc) · 563 Bytes
/
mod.lua
File metadata and controls
20 lines (20 loc) · 563 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
function data()
return {
info = {
description = _("mod_description_i18n"),
name = _("mod_name_i18n"),
minorVersion = 3,
severityAdd = "NONE",
severityRemove = "WARNING",
params = { },
tags = { "Script Mod","Script", "Timetable", "Fahrplan", "Timetables", "Fahrpläne" },
authors = { -- OPTIONAL one or multiple authors
{
name = "Celmi", -- author name
role = "CREATOR", -- OPTIONAL "CREATOR", "CO_CREATOR", "TESTER" or "BASED_ON" or "OTHER"
tfnetId = "" -- OPTIONAL train-fever-net author id
}
},
},
}
end