メニューを切り替える
Toggle preferences menu
個人設定を切り替える
ログインしていません
編集を行うと、IPアドレスが公開されます。

「モジュール:Tracklist」の版間の差分

提供: MONACA Wiki
編集の要約なし
タグ: 差し戻し済み
編集の要約なし
タグ: 差し戻し済み
234行目: 234行目:
--extra1セル関数再定義
--extra1セル関数再定義
extra1 = function(x) return '<td>' .. (x.extra1 or '&nbsp;') .. '</td>' end
extra1 = function(x) return '<td>' .. (x.extra1 or '&nbsp;') .. '</td>' end
end
end
 
if credits.extra2 then
if credits.extra2 then
--extra2列追加
--extra2列追加
result = result .. '<th scope="col" style="width:' .. (args.extra2_width or width.credits) .. ';">' .. credits.extra2 .. '</th>'
result = result .. '<th scope="col" style="width:' .. (args.extra2_width or width.credits) .. ';">' .. credits.extra2 .. '</th>'
--extra2セル関数再定義
--extra2セル関数再定義
extra2 = function(x) return '<td>' .. (x.extra2 or '&nbsp;') .. '</td>' end
extra2 = function(x) return '<td>' .. (x.extra2 or '&nbsp;') .. '</td>' end
end
end
 
if credits.extra3 then
if credits.extra3 then
--extra3列追加
--extra3列追加
result = result .. '<th scope="col" style="width:' .. (args.extra3_width or width.credits) .. ';">' .. credits.extra3 .. '</th>'
result = result .. '<th scope="col" style="width:' .. (args.extra3_width or width.credits) .. ';">' .. credits.extra3 .. '</th>'
--extra3セル関数再定義
--extra3セル関数再定義
extra3 = function(x) return '<td>' .. (x.extra3 or '&nbsp;') .. '</td>' end
extra3 = function(x) return '<td>' .. (x.extra3 or '&nbsp;') .. '</td>' end
end
end
 
if credits.extra4 then
if credits.extra4 then
--extra4列追加
--extra4列追加
result = result .. '<th scope="col" style="width:' .. (args.extra4_width or width.credits) .. ';">' .. credits.extra4 .. '</th>'
result = result .. '<th scope="col" style="width:' .. (args.extra4_width or width.credits) .. ';">' .. credits.extra4 .. '</th>'
--extra4セル関数再定義
--extra4セル関数再定義
extra4 = function(x) return '<td>' .. (x.extra4 or '&nbsp;') .. '</td>' end
extra4 = function(x) return '<td>' .. (x.extra4 or '&nbsp;') .. '</td>' end
end
end
end
end
if credits.length then
if credits.length then