Модуль:Песочница/Pok: различия между версиями

Нет описания правки
мНет описания правки
Строка 137: Строка 137:
wrapper = function(key, tplCalls)
wrapper = function(key, tplCalls)
if not tplCalls or #tplCalls == 0 then return "" end
if not tplCalls or #tplCalls == 0 then return "" end
return "{{card|" .. mw.text.encode(key) .. "|" .. table.concat(tplCalls, " ") .. "}}"
return "" .. mw.text.encode(key) .. "|" .. table.concat(tplCalls, " ") .. ""
end
end
},
},