Ad placeholder

Module:Sheet: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 235: Line 235:
:cssText(args.abovestyle)
:cssText(args.abovestyle)
:wikitext(fixChildBoxes(args.above,'th'))
:wikitext(fixChildBoxes(args.above,'th'))
end
local function renderBelowRow()
if not args.below then return end
has_rows = true
has_list_class({ args.belowclass })
root
:tag('tr')
:tag('td')
:attr('colspan', '6')
:addClass('infobox-below')
:addClass(args.belowclass)
-- @deprecated next; target .infobox-<name> .infobox-below
:cssText(args.belowstyle)
:wikitext(fixChildBoxes(args.below,'td'))
end
end


Line 346: Line 329:
:wikitext(fixChildBoxes(args.cha,'td'))
:wikitext(fixChildBoxes(args.cha,'td'))


end
local function renderBelowRow()
if not args.below then return end
has_rows = true
has_list_class({ args.belowclass })
root
:tag('tr')
:tag('td')
:attr('colspan', '6')
:addClass('infobox-below')
:addClass(args.belowclass)
-- @deprecated next; target .infobox-<name> .infobox-below
:cssText(args.belowstyle)
:wikitext(fixChildBoxes(args.below,'td'))
end
end


Line 586: Line 586:
renderImages()
renderImages()
preprocessRows()
preprocessRows()
renderAbilityHeaderRow()
    renderAbilityRow()
renderRows()
renderRows()
renderBelowRow()
renderBelowRow()
    renderAbilityHeaderRow()
    renderAbilityRow()
renderEmptyRowCategories()
renderEmptyRowCategories()
renderTrackingCategories()
renderTrackingCategories()
8,856
edits

Navigation menu