Ad placeholder

Module:Sheet: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 184: Line 184:
:addClass(args.abilityclass)
:addClass(args.abilityclass)
:cssText(args.abilitystyle)
:cssText(args.abilitystyle)
:wikitext(rowArgs.str)
:wikitext(fixChildBoxes(rowArgs.str, 'td'))
elseif rowArgs.dex and rowArgs.dex ~= '_BLANK_' then
elseif rowArgs.dex and rowArgs.dex ~= '_BLANK_' then
Line 199: Line 199:
:addClass(args.abilityclass)
:addClass(args.abilityclass)
:cssText(args.abilitystyle)
:cssText(args.abilitystyle)
:wikitext(rowArgs.dex)
:wikitext(fixChildBoxes(rowArgs.dex, 'td'))


elseif rowArgs.con and rowArgs.con ~= '_BLANK_' then
elseif rowArgs.con and rowArgs.con ~= '_BLANK_' then
Line 214: Line 214:
:addClass(args.abilityclass)
:addClass(args.abilityclass)
:cssText(args.abilitystyle)
:cssText(args.abilitystyle)
:wikitext(rowArgs.con)
:wikitext(fixChildBoxes(rowArgs.con, 'td'))
elseif rowArgs.int and rowArgs.int ~= '_BLANK_' then
elseif rowArgs.int and rowArgs.int ~= '_BLANK_' then
Line 229: Line 229:
:addClass(args.abilityclass)
:addClass(args.abilityclass)
:cssText(args.abilitystyle)
:cssText(args.abilitystyle)
:wikitext(rowArgs.int)
:wikitext(fixChildBoxes(rowArgs.int, 'td'))
elseif rowArgs.wis and rowArgs.wis ~= '_BLANK_' then
elseif rowArgs.wis and rowArgs.wis ~= '_BLANK_' then
Line 244: Line 244:
:addClass(args.abilityclass)
:addClass(args.abilityclass)
:cssText(args.abilitystyle)
:cssText(args.abilitystyle)
:wikitext(rowArgs.wis)
:wikitext(fixChildBoxes(rowArgs.wis, 'td'))
elseif rowArgs.cha and rowArgs.cha ~= '_BLANK_' then
elseif rowArgs.cha and rowArgs.cha ~= '_BLANK_' then
Line 259: Line 259:
:addClass(args.abilityclass)
:addClass(args.abilityclass)
:cssText(args.abilitystyle)
:cssText(args.abilitystyle)
:wikitext(rowArgs.cha)
:wikitext(fixChildBoxes(rowArgs.cha, 'td'))


elseif rowArgs.data and rowArgs.data:gsub(category_in_empty_row_pattern, ''):match('^%S') then
elseif rowArgs.data and rowArgs.data:gsub(category_in_empty_row_pattern, ''):match('^%S') then
8,856
edits

Navigation menu