Модуль:Карточка: различия между версиями

Новая страница: «-- DRUID Infobox. -- source: https://support.wiki.gg/wiki/Module:Infobox -- license: CC BY-SA 4.0 -- version 0.1.7 -------------------------------------- -- User settings, you can modify these -------------------------------------- -- if you want to not always use divs in your wiki (as opposed to tables), you can change this default -- just remember to change it back each time you update from the main "branch" on the support wiki! -- you can also control...»
 
мНет описания правки
Строка 481: Строка 481:
local tr = node:tag(h.getTag('row'))
local tr = node:tag(h.getTag('row'))
:attr('data-druid-section', h.escape(section))
:attr('data-druid-section', h.escape(section))
:addClass('data-druid-section')
local th = tr:tag(h.getTag('sectionTitle'))
local th = tr:tag(h.getTag('sectionTitle'))
:attr('colspan', 2)
:attr('colspan', 2)
Строка 527: Строка 528:
local tr = node:tag(h.getTag('sectionTabsOuter'))
local tr = node:tag(h.getTag('sectionTabsOuter'))
:attr('data-druid-section', h.escape(section))
:attr('data-druid-section', h.escape(section))
:addClass('data-druid-section')
local th = tr:tag(h.getTag('sectionTabs'))
local th = tr:tag(h.getTag('sectionTabs'))
:attr('colspan', 2)
:attr('colspan', 2)