Модуль:BotanyStats: различия между версиями
Pok (обсуждение | вклад) Нет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 14: | Строка 14: | ||
function p.templateCells(frame) | function p.templateCells(frame) | ||
local out = "" | local out = "" | ||
local anchorName = default(frame.args.anchorName, "") -- Якорь | local anchorName = default(frame.args.anchorName, "") -- Якорь | ||
| Строка 61: | Строка 55: | ||
out = out .. '| ' .. description .. '\n' | out = out .. '| ' .. description .. '\n' | ||
out = out .. '| ' .. location .. '\n' | out = out .. '| ' .. location .. '\n' | ||
out = out .. frame:preprocess('!<div class=" | out = out .. frame:preprocess('!<div class="maturation-cell">{{#invoke:Entity Lookup|createimagetooltip|Файл:' .. mutationId .. '.png|' .. mutationId .. '|Мета=32x32px,link=}} [[#{{#invoke:Entity Lookup|getname|' .. mutationId .. '}}|{{#invoke:Entity Lookup|getname|' .. mutationId .. '}}]]</div> \n') | ||
out = out .. '|- \n' | out = out .. '|- \n' | ||
if firstRun then | |||
-- CSS код, который загружается при первом вызове | |||
firstRun = false | |||
out = out .. frame:preprocess('<div class="customCSS" style="display:none"> .maturation-cell { width: 100%; margin: 5px 0; box-sizing: border-box; text-align: left; background: #096d35; padding: 6px 10px; border-radius: 0.3em; border: 2px solid #0c4729; font-weight: bold; font-family:"Montserrat", sans-serif; transition: background 0.05s; } .maturation--box:hover { background: #097137; } </div>') | |||
end | |||
return out | return out | ||
end | end | ||
return p | return p | ||