Difference between revisions of "Template:InfoboxRow"
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
*[[Template:InfoboxRow]] | *[[Template:InfoboxRow]] | ||
*[[Template:Contact]] | *[[Template:Contact]] | ||
− | </noinclude> | + | </noinclude>{{#if:{{{value|}}} |
− | |||
− | {{#if:{{{value|}}} | ||
|{{#if:{{#switch:{{{type}}} | |{{#if:{{#switch:{{{type}}} | ||
| image={{#ifexist:image:{{{value}}} | | image={{#ifexist:image:{{{value}}} | ||
Line 16: | Line 14: | ||
||<div class="ibr ibr-{{{name}}} row-{{{label|}}}"> | ||<div class="ibr ibr-{{{name}}} row-{{{label|}}}"> | ||
{{#if: {{{label|}}} | {{#if: {{{label|}}} | ||
− | |< | + | |<span class="row-label">{{{label}}}</span><span class="row-value"> |
− | |< | + | |<span class="row-value">}}{{{display|{{#switch: {{{type|}}} |
− | |||
| image = {{#ifexist:image:{{{value}}} | | image = {{#ifexist:image:{{{value}}} | ||
|[[Image:{{{value}}} | |[[Image:{{{value}}} | ||
Line 28: | Line 25: | ||
| text = {{{value}}} | | text = {{{value}}} | ||
| split = {{#str:replace|{{{value}}}|,|<br>}} | | split = {{#str:replace|{{{value}}}|,|<br>}} | ||
− | | embed = {{Embed|url={{{value}}}|width=226|height=226}}}}}}} | + | | splitlast = {{#str:replace|{{{value}}}|^.*,|}} |
− | + | | embed = {{Embed|url={{{value}}}|width=226|height=226}}}}}}}</span></div>}}}}}} |