Difference between revisions of "Template:Infobox"
From LFS Manual
Jump to navigationJump to searchm |
m |
||
| Line 99: | Line 99: | ||
{{#if:{{{label4|}}} | {{#if:{{{label4|}}} | ||
| <th scope="row" style="text-align: left; vertical-align: top; {{{labelstyle|}}}">{{{label4}}}</th> | | <th scope="row" style="text-align: left; vertical-align: top; {{{labelstyle|}}}">{{{label4}}}</th> | ||
| − | <td scope="row" style="text-align: left; vertical-align: top; {{{datastyle|}}}">{{{data4}}}</td> | + | <td scope="row" style="text-align: left; vertical-align: top; {{{datastyle|}}}"> |
| + | {{{data4}}} | ||
| + | </td> | ||
| <td scope="row" style="text-align: center; vertical-align: top; {{{datastyle|}}}" colspan="2">{{{data4}}}</td> | | <td scope="row" style="text-align: center; vertical-align: top; {{{datastyle|}}}" colspan="2">{{{data4}}}</td> | ||
}} | }} | ||
Revision as of 22:50, 7 December 2023
Template documentation
Generic infobox template. Core infobox template for other, specialized templates, for example {{Infobox car}} and {{Infobox league}}.
Usage
Basic
| Markup | Renders as | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{Infobox
| above = Text above
| subheader = Subheader of the infobox
| header1 = Header 1 text
| label1 = Label 1
| data1 = Data 1
| header2 = Header 2 text
| label2 = Label 2
| data2 = Data 2
| header3 = Header 3 text
| data3 = Data 3
}}
|
| ||||||||||||||||
All parameters
Without any parameters
| Markup | Renders as |
|---|---|
{{Infobox}}
|
|
Custom styles
| Markup | Renders as | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{Infobox
| titlestyle = background: #ddd;
| abovestyle = background: #cfc;
| subheaderstyle = background: #ffc;
| title = Text in caption over infobox
| above = Text above
| subheader = Subheader of the infobox
| headerstyle = background: #ccf;
| labelstyle = background: #ddf;
| datastyle = background: #dedede;
| header1 = Header 1 text
| label1 = Label 1
| data1 = Data 1
| header2style = background: #cff;
| header2 = Header 2 text
| data2 = Data 2
}}
|
| ||||||||||||
Only data rows
| Markup | Renders as | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{Infobox
| above = Text above
| subheader = Subheader of the infobox
| label1 = Label 1
| data1 = Data 1
| label2 = Label 2
| data2 = Data 2
| label3 = Label 3
| data3 = Data 3
| data4 = Data 4
| data5 = Data 5
}}
|
| ||||||||||||||