Module:Item Navbox: Difference between revisions

No edit summary
Undo revision 88647 by Kai (talk)
Tag: Undo
Line 169: Line 169:
      
      
     if slot == nil then return "'slot' parameter is required" end
     if slot == nil then return "'slot' parameter is required" end
   
    local template_args = {
        ["groupstyle"] = "background-color:" .. util_module.get_slot_color(slot) .. ";width:10%;min-width:70px;border-radius: 8px 0 0 8px",
        ["grouppadding"] = "5px",
        ["listpadding"] = "0 0.25rem",
    }
      
      
     local soul_style = "font-size: 12px; text-shadow: 1px 1px rgba(0, 0, 0, 0.3);"
     local soul_style = "font-size: 12px; text-shadow: 1px 1px rgba(0, 0, 0, 0.3);"