Difference between revisions of "Template:InfoboxRow"
(2 intermediate revisions by the same user not shown) | |||
Line 14: | 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 26: | 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>}}}}}} |