Module:Infobox NPC: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
No edit summary |
||
Line 47: | Line 47: | ||
if infobox:is_param_defined(Infobox.param('shop')) > 0 then |
if infobox:is_param_defined(Infobox.param('shop')) > 0 then |
||
infobox:add_row{ |
infobox:add_row{ |
||
{tag=' |
{tag='th', content='[[Shop]]', colspan="6"}, |
||
{tag='td', content=Infobox.param('shop'), colspan="14"}, |
{tag='td', content=Infobox.param('shop'), colspan="14"}, |
||
} |
} |