1,677
回編集
Karanemi666 (トーク | 投稿記録) 細 (1版 をインポートしました) |
Karanemi666 (トーク | 投稿記録) 編集の要約なし |
||
98行目: | 98行目: | ||
if not child then | if not child then | ||
--tableタグ | --tableタグ | ||
result = '<table class="' .. (subbox and '' or 'infobox ') .. (args.bodyclass or '') .. '" style="' .. (subbox and 'min-width:100%; width:calc(100% + 6px); margin:-3px; ' or 'width: | result = '<table class="' .. (subbox and '' or 'infobox ') .. (args.bodyclass or '') .. '" style="' .. (subbox and 'min-width:100%; width:calc(100% + 6px); margin:-3px; ' or 'width:50%; ') .. (args.bodystyle or '') .. '"' .. (args.bodyitemtype and (' itemscope itemtype="' .. args.bodyitemtype .. '"') or '') .. ' itemref="' .. (args.bodyitemref or '') .. '">' | ||
if args.title then | if args.title then | ||
--captionタグ | --captionタグ |