Категория:Мультсериалы 5 декабря

Материал из Викимультии — энциклопедии мультипликации
Это старая версия этой страницы, сохранённая Елизавета Горохова (обсуждение | вклад) в 22:53, 5 декабря 2017. Она может серьёзно отличаться от текущей версии.
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигации Перейти к поиску

-- Template:Icons local p = {}

-- Generates the ending part function p.main(frame) local args = frame:getParent().args local type = mw.ustring.lower(args[1]) local name = mw.ustring.lower(args[2])

   -- Load the table of icons
   local icons = mw.loadData('Module:Icons/data')
   if type == "кэккэй гэнкай" or type == "Природа" then 
       name = string.gsub(name, " стихия$", "")

       if icons[name] == nil then
           local n = "Nature Icon "..mw.text.split(ucfirst(name), " ")[1]..".svg"
           if mw.title.new("File:"..n).exists then
               return (
                   string.format("%s", n, size, link, text) ..
                   frame:preprocess("")..""
               )
           end
       else return string.format("%spx|link=%s|%s", icons[name], size, link, text)
       end
   end

return "" end

return p

Страницы в категории «Мультсериалы 5 декабря»

Показаны 2 страницы из 2, находящихся в данной категории.