模块:Test:修订间差异

跳到导航 跳到搜索
无编辑摘要
无编辑摘要
第7行: 第7行:
params["item_per_tab"          ] = "50"
params["item_per_tab"          ] = "50"
params["max_width"              ] = "100%"
params["max_width"              ] = "100%"
params["max_height"              ] = "fit-content"
params["max_height"              ] = "400px"
params["shadow"                ] = "0px 0px 0px #878787"
params["shadow"                ] = "0px 0px 0px #878787"
params["tab_color"              ] = "#004B97"
params["tab_color"              ] = "#004B97"
第143行: 第143行:
         :css("margin", "auto")
         :css("margin", "auto")
         :css("text-align", "center")
         :css("text-align", "center")
          
         :css("overflow-y", "scroll")
          
          
     if args['collapsed'] then tbl:addClass('mw-collapsed') end
     if args['collapsed'] then tbl:addClass('mw-collapsed') end
第153行: 第153行:
             :wikitext(title)
             :wikitext(title)
             :css('white-space', 'nowrap')
             :css('white-space', 'nowrap')
             :css("overflow-y", "scroll")
              
     end
     end