Template:Infobox: Difference between revisions
Jump to navigation
Jump to search
imported>Caesar Schinas m (→Usage) |
imported>Chris Day |
||
Line 84: | Line 84: | ||
| 5_label = 5 A Label only | | 5_label = 5 A Label only | ||
| 6_data = 6 Some data only that expands across both columns | | 6_data = 6 Some data only that expands across both columns | ||
| | | 7_label = 7 A Header | ||
| | | 7_labelstyle = background:lightgrey | ||
| | | 7_data = --- | ||
| | | 8_label = 8 A Label | ||
| | | 8_labelstyle = background:lightblue; font-style:italic | ||
| 9_data | | 8_data = 8 Some Data | ||
| 9_label = 9 Another Label | |||
| 9_data = 9 Some more Data | |||
| 9_datastyle = background:lightgreen; font-style:italic | |||
| 10_label = 10 Another Label | | 10_label = 10 Another Label | ||
| 10_labelstyle = background:lightblue | |||
| 10_data = 10 Some more Data | | 10_data = 10 Some more Data | ||
| 10_datastyle = background:lightgreen | | 10_datastyle = background:lightgreen | ||
| 11_label = 11 | | 11_label = 11 A Header | ||
| 11_data = --- | |||
| 12_data = 12 Some data only that expands across both columns | |||
| 12_datastyle =background:lightgreen; font-style:italic; border: 1px solid red | |||
| | |||
| | |||
| | |||
}} | }} | ||
<pre> | <pre> | ||
Line 116: | Line 115: | ||
| 5_label = 5 A Label only | | 5_label = 5 A Label only | ||
| 6_data = 6 Some data only that expands across both columns | | 6_data = 6 Some data only that expands across both columns | ||
| | | 7_label = 7 A Header | ||
| | | 7_labelstyle = background:lightgrey | ||
| | | 7_data = --- | ||
| | | 8_label = 8 A Label | ||
| | | 8_labelstyle = background:lightblue; font-style:italic | ||
| 9_data | | 8_data = 8 Some Data | ||
| 9_label = 9 Another Label | |||
| 9_data = 9 Some more Data | |||
| 9_datastyle = background:lightgreen; font-style:italic | |||
| 10_label = 10 Another Label | | 10_label = 10 Another Label | ||
| 10_labelstyle = background:lightblue | |||
| 10_data = 10 Some more Data | | 10_data = 10 Some more Data | ||
| 10_datastyle = background:lightgreen | | 10_datastyle = background:lightgreen | ||
| 11_label = 11 | | 11_label = 11 A Header | ||
| 11_data = --- | |||
| 12_data = 12 Some data only that expands across both columns | |||
| 12_datastyle =background:lightgreen; font-style:italic; border: 1px solid red | |||
| | |||
| | |||
| | |||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> |
Revision as of 22:06, 24 April 2009
Usage
The title of the infobox is defined by the title
variable.
Each row is defined using a combination of the following variables.
label
labelstyle
data
datastyle
The data variables can be used alone to create a full-width data row without a label.
A centred bold header, without data, can be created by setting the data variable to ---
.
If no label or data style is designated the default styles will be used.
Up to 25 different rows can be defined.
Example
This is the title | |
---|---|
1 A Header | |
2 A Label | 2 Some Data |
3 Another Label | 3 Some more Data |
4 A Header | |
6 Some data only that expands across both columns | |
7 A Header | |
8 A Label | 8 Some Data |
9 Another Label | 9 Some more Data |
10 Another Label | 10 Some more Data |
11 A Header | |
12 Some data only that expands across both columns |
{{Infobox | title = This is the title | 1_label = 1 A Header | 1_data = --- | 2_label = 2 A Label | 2_data = 2 Some Data | 3_label = 3 Another Label | 3_data = 3 Some more Data | 4_label = 4 A Header | 4_data = --- | 5_label = 5 A Label only | 6_data = 6 Some data only that expands across both columns | 7_label = 7 A Header | 7_labelstyle = background:lightgrey | 7_data = --- | 8_label = 8 A Label | 8_labelstyle = background:lightblue; font-style:italic | 8_data = 8 Some Data | 9_label = 9 Another Label | 9_data = 9 Some more Data | 9_datastyle = background:lightgreen; font-style:italic | 10_label = 10 Another Label | 10_labelstyle = background:lightblue | 10_data = 10 Some more Data | 10_datastyle = background:lightgreen | 11_label = 11 A Header | 11_data = --- | 12_data = 12 Some data only that expands across both columns | 12_datastyle =background:lightgreen; font-style:italic; border: 1px solid red }}