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

мНет описания правки
мНет описания правки
Строка 73: Строка 73:
         end
         end


         return frame:preprocess(table.concat(lines))
         return frame:preprocess("<ul>" .. table.concat(lines).. "</ul>")


     elseif mode == "attackRate" then
     elseif mode == "attackRate" then
Строка 82: Строка 82:


         if melee.attackRate then
         if melee.attackRate then
             return frame:preprocess("<li>{{ColorPalette|Weapon|attackRate|" .. tostring(melee.attackRate .. "}}</li>"))
             return frame:preprocess("<ul><li>{{ColorPalette|Weapon|attackRate|" .. tostring(melee.attackRate .. "}}</li></ul>"))
         else
         else
             return frame:preprocess("1")
             return frame:preprocess("<ul><li>{{ColorPalette|Weapon|attackRate|1}}</li></ul>")
         end
         end