Модуль:JsonPaths: различия между версиями
Pok (обсуждение | вклад) Нет описания правки |
Pok (обсуждение | вклад) Нет описания правки |
||
| Строка 125: | Строка 125: | ||
function p.git(path) | function p.git(path) | ||
path = resolvePath(path) | path = resolvePath(path) | ||
if | if path == "Goob" then | ||
return "https://github.com/space-syndicate/Goob-Station/tree/master" | return "https://github.com/space-syndicate/Goob-Station/tree/master" | ||
elseif | elseif path == "CM" then | ||
return "???" | return "???" | ||
elseif | elseif path == "Fallout" then | ||
return "https://github.com/Forge-Station/nuclear-14/tree/master" | return "https://github.com/Forge-Station/nuclear-14/tree/master" | ||
elseif | elseif path == "Frontier" then | ||
return "https://github.com/Forge-Station/Frontier/tree/master" | return "https://github.com/Forge-Station/Frontier/tree/master" | ||
elseif | elseif path == "SW" then | ||
return "???" | return "???" | ||
elseif | elseif path == "Wega" then | ||
return "https://github.com/wega-team/ss14-weg/tree/master" | return "https://github.com/wega-team/ss14-weg/tree/master" | ||
elseif | elseif path == "WL" then | ||
return "https://github.com/corvax-team/ss14-wl/tree/master" | return "https://github.com/corvax-team/ss14-wl/tree/master" | ||
end | end | ||