Module:Infobox NPC: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Changing from examine to description; there is no examining in this game. Still supports giving the param as "examine", though.)
(Adding actions.)
 
Line 13: Line 13:
local params = {
local params = {
parse.actions,
parse.name,
parse.name,
parse.image,
parse.image,
Line 48: Line 49:
}
}
end
end
infobox:add_row{
{tag='th', content='Actions', colspan="6"},
{tag='td', content=Infobox.param('actions'), colspan="14"}
}
infobox:add_row{
infobox:add_row{
{tag='th', content='Description', colspan="6"},
{tag='th', content='Description', colspan="6"},