Module:Infobox Interactable: 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 = 'Interactable', } local params = { parse.name, parse.image, parse.release, parse.premium, parse.episode, parse.profession, {name = 'level', func = parse.number}, -- TODO - move to Module:Param Parse once more details are available, and create smw_property p...")
 
No edit summary
Line 21:
parse.variant,
parse.passive,
parse.examine,
}
Line 58 ⟶ 59:
{tag='th', content='[[File:Passive activity icon.png|14px|link=Passive activity]] [[Passive activity|Passive]]', colspan="6"},
{tag='td', content=Infobox.param('passive'), colspan="14"},
}
:add_row{
{tag='th', content='Examine', colspan="6"},
{tag='td', content=Infobox.param('examine'), colspan="14"}
}
:pad(20)