模块:Test:修订间差异

跳到导航 跳到搜索
无编辑摘要
无编辑摘要
第23行: 第23行:
params["col_height"              ] = {'fit-content', 'fit-content', 'fit-content', 'fit-content'}
params["col_height"              ] = {'fit-content', 'fit-content', 'fit-content', 'fit-content'}
params["border_color"          ] = {
params["border_color"          ] = {
    ' ',
 
    ' ',
    ' ',
    ' ',
}
}
params["header_border_color"    ] = {
params["header_border_color"    ] = {
第89行: 第86行:
         if params["display"][i] == "true" then  
         if params["display"][i] == "true" then  
             local header_th = row:tag('th')
             local header_th = row:tag('th')
             sheet:Range( 'th' )
             sheet:Range( 'th1:th3' ):Merge()
            :Merge()
             header_th
             header_th
                 :wikitext(params["header"][i])
                 :wikitext(params["header"][i])