バグ修正; ノート, WP:AN/PEによる
template>Waiesu |
template>Waiesu |
||
101行目: | 101行目: | ||
if args.title then | if args.title then | ||
--captionタグ | --captionタグ | ||
result = result .. '<caption itemprop="name" class="' .. (args.titleclass or '') .. ' style="' .. (args.titlestyle or '') .. '">' .. args.title .. '</caption>' | result = result .. '<caption itemprop="name" class="' .. (args.titleclass or '') .. '" style="' .. (args.titlestyle or '') .. '">' .. args.title .. '</caption>' | ||
end | end | ||
if args.above then | if args.above then |