function data() return { info = { minorVersion = 0, -- minor version, count up from 0 severityAdd = "NONE", -- OPTIONAL "NONE", "WARNING" or "CRITICAL" severityRemove = "NONE", -- OPTIONAL "NONE", "WARNING" or "CRITICAL" name = _("mod name"), -- OPTIONAL variable string for strings.lua description = _("mod description"), -- OPTIONAL variable string for strings.lua authors = { -- OPTIONAL one or multiple authors { name = "my name", -- author name role = "CREATOR", -- OPTIONAL "CREATOR", "CO_CREATOR", "TESTER" or "BASED_ON" or "OTHER" text = '3D-Modell, Idee', -- OPTIONAL explanatory text tfnetId = 12345, -- OPTIONAL transportfever.net author id steamProfile = 'xxx', -- OPTIONAL your steam profile ID }, { name = "2. author name", -- author name role = "CREATOR", -- OPTIONAL "CREATOR", "CO_CREATOR", "TESTER" or "BASED_ON" or "OTHER" text = '3D-Modell, Idee', -- OPTIONAL explanatory text tfnetId = 12345 -- OPTIONAL transportfever.net author id steamProfile = 'xyz', -- OPTIONAL your steam profile ID }, }, tags = { "vehicle", "waggon" }, -- OPTIONAL "vehicle", "bus", "tram", "train", "steam", "diesel", "electric", "railcar", "wagon", "passenger", "goods", "building", "station", "deco", "town", "depot", "signal", "tool", "pack" or similar tags tfnetId = 6789, -- OPTIONAL transportfever.net download id dependencies = { }, -- OPTIONAL list of dependent mod ids url = "http://www.transportfever.net/filebase/index.php/Entry/6789-mod-name/" -- OPTIONAL mod url visible = true, }, } end