Module:Souls: Difference between revisionsGive feedback
m Added lang support for Souls link |
m Missing "/" |
||
| Line 15: | Line 15: | ||
local link = 'Souls' | local link = 'Souls' | ||
if lang_code ~= 'en' then | if lang_code ~= 'en' then | ||
link = 'Souls' .. lang_code | link = 'Souls/' .. lang_code | ||
end | end | ||
local file = '[[File:Souls iconColored.png|link=' .. link .. '|' .. size .. '|Souls]]' | local file = '[[File:Souls iconColored.png|link=' .. link .. '|' .. size .. '|Souls]]' | ||