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='td', content='[[Shop]]'}, |
{tag='td', content='[[Shop]]', colspan="6"}, |
||
{tag='td', content=Infobox.param('shop')}, |
{tag='td', content=Infobox.param('shop'), colspan="14"}, |
||
} |
} |
||
end |
end |