跳至內容

「Module:沙盒/Chronowar/partnertable」:修訂間差異

無編輯摘要
無編輯摘要
無編輯摘要
行 34: 行 34:
return tostring(container)
return tostring(container)
end
end
return '<div><div class="floatnone">[[文件:'..normal..'|'..size..'px]]</div><div>'..labelText('画师')..Jacket..'</div></div>'
end
end


行 119: 行 121:
--表格生成
--表格生成
local boxList={}
local boxList={}
   for i, o in ipairs(infoList) do
for i,o in ipairs(infoList) do
     boxList[i] = mw.html.create('div')
boxList[i] = mw.html.create( 'div' )
     boxList[i]
boxList[i]:wikitext( infoList[i][1] )
     :attr(infoList[i][2])
boxList[i]:attr( infoList[i][2] )
     :cssText(infoList[i][3])
box:wikitext(tostring(boxList[i]))
     :wikitext(infoList[i][1])
end
     box:wikitext(tostring(boxList[i]))
   end
return tostring(box)
return tostring(box)
4,295

次編輯