Модуль:JsonPaths: различия между версиями

Нет описания правки
Нет описания правки
Строка 121: Строка 121:


     return prefix .. rel .. "/data"
     return prefix .. rel .. "/data"
end
function p.git(path)
path = resolvePath(path)
    if project == "Goob" then
        return "https://github.com/space-syndicate/Goob-Station/tree/master"
    elseif project == "CM" then
        return "https://github.com/space-syndicate/Goob-Station/tree/master"
    elseif project == "Fallout" then
        return "https://github.com/space-syndicate/Goob-Station/tree/master"
    elseif project == "Frontier" then
        return "https://github.com/space-syndicate/Goob-Station/tree/master"
    elseif project == "SW" then
        return "https://github.com/space-syndicate/Goob-Station/tree/master"
    elseif project == "Wega" then
        return "https://github.com/space-syndicate/Goob-Station/tree/master"
    elseif project == "WL" then
        return "https://github.com/space-syndicate/Goob-Station/tree/master"
    end
    return "https://github.com/space-syndicate/space-station-14/tree/master"
end
end


return p
return p