4,295
个编辑
无编辑摘要 |
无编辑摘要 |
||
第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 | |||
boxList[i] = mw.html.create('div') | |||
boxList[i] | |||
:attr(infoList[i][2]) | |||
:cssText(infoList[i][3]) | |||
:wikitext(infoList[i][1]) | |||
box:wikitext(tostring(boxList[i])) | |||
end | |||
return tostring(box) | return tostring(box) |