Модуль:Entity Sprite/all: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 139: | Строка 139: | ||
local base = "https://github.com/space-syndicate/space-station-14/blob/master/Resources/Textures/" .. spritePath .. "/" | local base = "https://github.com/space-syndicate/space-station-14/blob/master/Resources/Textures/" .. spritePath .. "/" | ||
joined = mw.ustring.gsub(joined, "([%w_]+)", "[" .. base .. "%1.png %1]") | joined = mw.ustring.gsub(joined, "([%w_]+)", "[" .. base .. "%1.png %1]") | ||
stateStr = " " .. joined | stateStr = " (state: " .. joined .. ")" | ||
end | end | ||
return mw.getCurrentFrame():preprocess( | return mw.getCurrentFrame():preprocess( | ||