Template:Infobox row: Difference between revisions
Template page
More actions
Created page with "{{#if: {{{data|}}} | {{!}}- ! scope="row" class="infobox-label" {{!}} {{{label}}} {{!}} class="infobox-data" {{!}} {{{data}}} }}<noinclude> Bu, bilgi kutuları için tek bir etiket/veri satırı oluşturur. Category:Infobox helper templates </noinclude>" |
No edit summary |
||
Line 1: | Line 1: | ||
{{#if: {{{data|}}} | | <includeonly> | ||
{{#if:{{{condition|{{{header|}}}{{{data|}}}}}}| | |||
<tr> | |||
{{#if:{{{header|}}}|<th {{#if:{{{colspan|}}}|colspan="{{{colspan}}}"}} class="{{{headerClass|tg-infobox-header}}}"><span>{{{header}}}</span></th>}} | |||
}}< | {{#if:{{{label|}}}|<th {{#if:{{{colspan|}}}|colspan="{{{colspan}}}"}} scope="row" class="tg-infobox-label">{{{label}}}</th>}} | ||
{{#if:{{{data|}}}|<td {{#if:{{{colspan|}}}|colspan="{{{colspan}}}"}} class="{{{dataClass|tg-infobox-data}}}">{{{data}}}</td>}} | |||
{{#if:{{{data2|}}}|<td {{#if:{{{colspan|}}}|colspan="{{{colspan}}}"}} class="{{{dataClass|tg-infobox-data}}}">{{{data2}}}</td>}} | |||
</ | </tr> | ||
}} | |||
</includeonly> |