Template:Infobox/row: Difference between revisions
Jump to navigation
Jump to search
imported>Chris Day No edit summary |
imported>Caesar Schinas (Fixed... (Chris; you broke the header display so it showed TDs instead of TRs. I have reverted to my original but re-added the comments which you just added.)) |
||
Line 1: | Line 1: | ||
{{#ifeq:{{{data|}}}|--- | {{#ifeq:{{{data|}}}|---| <!-- If the data field contains three hyphens, "---", then show a full-width header... --> | ||
! colspan="2" style="text-align:center; font-weight:bold; {{{labelstyle|}}}" {{!}} {{{label}}} | |||
|<!-- ...else... --> | |||
{{#if:{{{data|}}}| | |||
{{#if:{{{label|}}}| <!-- ...if the data field AND the label field are both set, show both... --> | |||
! {{#if:{{{labelstyle|}}} | style="{{{labelstyle}}}" {{!}} }} {{{label}}} | |||
{{!}} {{#if:{{{datastyle|}}} | style="{{{datastyle}}}" {{!}} }} {{{data}}} | |||
|<!-- ...else, if just the data field is set, show it full-width... --> | |||
{{!}} colspan="2" {{#if:{{{datastyle|}}} | style="{{{datastyle}}}" {{!}} }} {{{data}}} | |||
}} | |||
}} | |||
}} |