Module:沙盒/Chronowar/partnertable:修订间差异

无编辑摘要
无编辑摘要
无编辑摘要
第122行: 第122行:
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' )
if infoList[i][1]
boxList[i]:wikitext( infoList[i][1] )
then
boxList[i]:attr( infoList[i][2] )
boxList[i]:wikitext( infoList[i][1] )
boxList[i]:attr( infoList[i][2] )
else
boxList[i]:wikitext( infoList[i][2] )
end
box:wikitext(tostring(boxList[i]))
box:wikitext(tostring(boxList[i]))
end
end
4,199

个编辑