打开主菜单

少前百科GFwiki β

更改

模块:VoiceTable2

添加135字节2022年6月16日 (四) 20:36
添加全局格式参数
local title = mw.text.trim(args["表格标题"] or "")
local path = mw.text.trim(args["目录"] or "")
local suffix = args["格式"]
local lack_file = false
table.insert(res_table, "—")
else
if not (string.find(piece_file, '.', -4, true)) then piece_file = piece_file .. '.' .. suffix end
local piece_file_url = (path == "") and frame:callParserFunction{name = 'filepath:' .. piece_file} or (path .. piece_file)
local player_args = {icon_width = '36px', src = piece_file_url}