「モジュール:Infobox/former」の版間の差分
ナビゲーションに移動
検索に移動
バグ修正; ノート, 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 |