Module:Infobox/doc: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(Document class config) |
Thingummywut (talk | contribs) (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 = ' |
{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=' |
{tag='th', content='Description', colspan="6"}, |
||
{tag='td', content=Infobox.param(' |
{tag='td', content=Infobox.param('description'), colspan="14"}, |
||
} |
} |
||
:add_row{ |
:add_row{ |