Difference between revisions of "Template:InfoboxRow"
Line 1: | Line 1: | ||
− | {{#if:{{{ | + | <noinclude> |
+ | *[[Template:Infobox]] | ||
+ | *[[Template:InfoboxRow]] | ||
+ | *[[Template:Contact]] | ||
+ | </noinclude>{{#if:{{{value|}}}|{{#if: | ||
+ | {{#switch:{{{type}}} | ||
+ | | image={{#ifexist:image:{{{value}}}|TRUE}} | ||
+ | | #default=TRUE | ||
+ | }} | ||
+ | | <tr>{{#if:{{{name|}}} | ||
+ | | {{#set:{{{name}}}={{{value}}}}} | ||
+ | }}{{#if: {{{label|}}} | ||
+ | |<th>{{{label}}}</th><td> | ||
+ | |<td colspan="2"> | ||
+ | }}{{{display|{{#switch: {{{type|}}} | ||
+ | | image = [[image:{{{value}}}|260px]] | ||
+ | | link = [[{{{value}}}]] | ||
+ | | text = {{{value}}} | ||
+ | }}}}} | ||
+ | </td></tr> | ||
+ | }}}} |