Module:Sheet: Difference between revisions

Jump to navigation Jump to search
Created page with "local p = {} local function _infobox() root = mw.html.create() root :wikitext(args.title) end local function renderStrRow() if not args.str then return end has_rows = true has_list_class({ args.belowclass }) root :tag('tr') :tag('td') :attr('colspan', '1') :addClass('infobox-ability') :addClass(args.abilityclass) :cssText(args.belowstyle) :wikitext(fixChildBoxes(args.str,'td')) end function p.infobox(frame) if frame == mw.getC..."
(Created page with "local p = {} local function _infobox() root = mw.html.create() root :wikitext(args.title) end local function renderStrRow() if not args.str then return end has_rows = true has_list_class({ args.belowclass }) root :tag('tr') :tag('td') :attr('colspan', '1') :addClass('infobox-ability') :addClass(args.abilityclass) :cssText(args.belowstyle) :wikitext(fixChildBoxes(args.str,'td')) end function p.infobox(frame) if frame == mw.getC...")
(No difference)
8,856
edits

Navigation menu