Module:Infobox/doc: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Document class config)
(Getting rid of examples with "examine" that doesn't appear in this game.)
 
Line 33: Line 33:
parse.name,
parse.name,
parse.image,
parse.image,
{name = 'examine', func = parse.has_content, smw_property = 'Examine'}, -- Custom param
{name = 'description', func = parse.has_content, smw_property = 'Description'}, -- Custom param
parse.episode,
parse.episode,
...
...
Line 61: Line 61:
:pad("20")
:pad("20")
:add_row{
:add_row{
{tag='th', content='Examine', colspan="6"},
{tag='th', content='Description', colspan="6"},
{tag='td', content=Infobox.param('examine'), colspan="14"},
{tag='td', content=Infobox.param('description'), colspan="14"},
}
}
:add_row{
:add_row{