Module:Infobox Venture: Difference between revisions
no edit summary
(Created page with "local p = {} local Infobox = require('Module:Infobox') local parse = require('Module:Param Parse') function p.main(frame) local args = frame:getParent().args local config = { infobox_name = 'Venture', class = {Infobox.smw_param('episode')}, } local params = { parse.name, parse.image, parse.release, parse.premium, parse.episode, parse.variant, parse.description, parse.unlock_level, parse.profession_bubble_a, parse.profession_bubble_b, -...") |
No edit summary |
||
Line 20:
parse.variant,
parse.description,
parse.duration,
parse.unlock_level,
parse.profession_bubble_a,
Line 59 ⟶ 60:
end
infobox:add_row{
{tag='th', content='[[File:Venture small icon.png|14px|link=Ventures]] Duration', colspan="6"},
{tag='td', content=Infobox.param('duration'), colspan="14"},
}
:add_row{
{tag='th', content='Description', colspan="6"},
{tag='td', content=Infobox.param('description'), colspan="14"}
|