Module:GetRandomCreature: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 51: Line 51:
--[Return html]--
--[Return html]--
local html = {
local html = {
   '<div class="qud-box-wrapper' ..bordercolor..'">',
   '<div class="qud-box-wrapper' ..bordercolor..'"><div class="qud-box"><span class="qud-box-header"><b>' .. 'TITLE HERE' .. '</b></span><div class="qud-box-content" style="font-weight:bold; line-height:1.5em; padding:0em '..padding..'em;">'..'TEXT HERE'..'</div><span class="qud-box-footer-left">'..'BOTTOM TEXT'..'</span></div></div>'
    '<div class="qud-box">',
      '<span class="qud-box-header"><b>' .. 'TITLE HERE' .. '</b></span>',
        '<div class="qud-box-content" style="font-weight:bold; line-height:1.5em; padding:0em '..padding..'em;">'..'TEXT HERE'..'</div>',
      '<span class="qud-box-footer-left">'..'BOTTOM TEXT'..'</span></div></div>'
   }
   }