Difference between revisions of "Template:InfoboxRow"
(74 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
− | {{#if:{{{ | + | <noinclude> |
− | + | *[[Template:Infobox]] | |
− | }}}} | + | *[[Template:InfoboxRow]] |
+ | *[[Template:Contact]] | ||
+ | </noinclude>{{#if:{{{value|}}} | ||
+ | |{{#if:{{#switch:{{{type}}} | ||
+ | | image={{#ifexist:image:{{{value}}} | ||
+ | |TRUE | ||
+ | |{{LOGGEDIN}}{{{noimage|}}}}} | ||
+ | | #default=TRUE}} | ||
+ | |{{#if:{{{name|}}} | ||
+ | |{{#set:{{{name}}}={{{value}}}}}}} | ||
+ | {{#if:{{{hidden|}}} | ||
+ | ||<div class="ibr ibr-{{{name}}} row-{{{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:{{{value}}} | ||
+ | |226px | ||
+ | |{{PAGENAME}}]] | ||
+ | |{{{noimage|}}}}} | ||
+ | | link = [[{{{value}}}]] | ||
+ | | external link = [{{{value}}} {{{value}}}] | ||
+ | | text = {{{value}}} | ||
+ | | split = {{#str:replace|{{{value}}}|,|<br>}} | ||
+ | | splitlast = {{#str:replace|{{{value}}}|^.*,|}} | ||
+ | | embed = {{Embed|url={{{value}}}|width=226|height=226}}}}}}}</span></div>}}}}}} |