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 |
||
(One intermediate revision by the same user not shown) | |||
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>}} | |||
</tr> | |||
</ | }} | ||
</includeonly> |