Module:Infobox Item: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
The Gaffer (talk | contribs) No edit summary Tag: Reverted |
||
Line 20: | Line 20: | ||
parse.additional_episode, |
parse.additional_episode, |
||
parse.value, |
parse.value, |
||
parse.buy_value, |
|||
parse.examine, |
parse.examine, |
||
parse.variant, |
parse.variant, |
||
Line 70: | Line 71: | ||
{tag='th', content='Value', colspan="6"}, |
{tag='th', content='Value', colspan="6"}, |
||
{tag='td', content=Infobox.param('value'), colspan="14"}, |
{tag='td', content=Infobox.param('value'), colspan="14"}, |
||
} |
|||
:add_row{ |
|||
{tag='th', content='Buy Value', colspan="6"}, |
|||
{tag='td', content=Infobox.param('buy_value'), colspan="14"}, |
|||
} |
} |
||
:add_row{ |
:add_row{ |