Module:Infobox Venture: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(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: | Line 20: | ||
parse.variant, |
parse.variant, |
||
parse.description, |
parse.description, |
||
parse.duration, |
|||
parse.unlock_level, |
parse.unlock_level, |
||
parse.profession_bubble_a, |
parse.profession_bubble_a, |
||
Line 59: | Line 60: | ||
end |
end |
||
infobox:add_row{ |
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='th', content='Description', colspan="6"}, |
||
{tag='td', content=Infobox.param('description'), colspan="14"} |
{tag='td', content=Infobox.param('description'), colspan="14"} |