打开主菜单

少前百科GFwiki β

更改

模块:VoiceTable2

添加36字节2022年1月27日 (四) 15:31
无编辑摘要
table.insert(res_table, string.format("\n<table class=\"%s\">", table_class))
if not playable then table.insert(res_table, string.format("<tbody><tr><th><div class=\"voiceTableFirstTitle\">%s<\/div><\/th><\/tr><tr><td>", title)) end
table.insert(res_table, string.format("\n<div class=\"voiceTable\">"))
end
table.insert(res_table, "<\/div><\/td><\/tr><\/tbody><\/table>")
return table.concat(res_table)
24,691
个编辑