「モジュール:Infobox/former」の版間の差分

ナビゲーションに移動 検索に移動
template>Rxy
(「モジュール:Infobox/former」を保護しました: 影響が特に大きいテンプレート: 2016-07-24 17:15 時点で約 16045 ページからのテンプレート読み込み ([編集=管理者のみに許可] (無期限) [...)
template>Rxy
1行目: 1行目:
--[[
Infobox モジュール案
{{#invoke:サンドボックス:Waiesu/infobox|main}}
]]
local p = {}
local p = {}


108行目: 103行目:
end
end


if h.subheader[1] then
for k, v in pairs(h.subheader) do
for k, v in ipairs(h.subheader) do
result = result .. row(nil, nil, nil, nil, v[1], v.style or h.subheader.style, h.subheader.class, v.rowclass, nil, nil, nil, nil, nil, nil, nil)
result = result .. row(nil, nil, nil, nil, v[1], v.style or h.subheader.style, h.subheader.class, v.rowclass, nil, nil, nil, nil, nil, nil, nil)
end
end
end
if h.image[1] then
for k, v in pairs(h.image) do
for k, v in ipairs(h.image) do
result = result .. row(nil, nil, nil, nil, v[1] and (v[1] .. (v.caption or '')), v.style or h.image.style, h.image.class, v.rowclass, nil, nil, nil, nil, nil, nil, nil)
result = result .. row(nil, nil, nil, nil, v[1] and (v[1] .. (v.caption or '')), v.style or h.image.style, h.image.class, v.rowclass, nil, nil, nil, nil, nil, nil, nil)
end
end
end
128行目: 119行目:
--本体部
--本体部
for k, v in ipairs(sbody) do
for k, v in ipairs(sbody) do
result = result .. row(v.header, args.headerstyle, v.label, args.labelstyle, v.data, args.datastyle, v.class, v.rowclass, v.id, v.itemprop, v.rowitemprop, v.itemtype, v.rowitemtype, v.itemref, v.rowitemref)
result = result .. row(v.header, args.headerstyle, v.label, v.labelstyle or args.labelstyle, v.data, v.datastyle or args.datastyle, v.class, v.rowclass, v.id, v.itemprop, v.rowitemprop, v.itemtype, v.rowitemtype, v.itemref, v.rowitemref)
end
end
匿名利用者

案内メニュー