Difference between revisions of "Template:Infobox"
Jump to navigation
Jump to search
(Added more fields) |
(Added more fields) |
||
Line 23: | Line 23: | ||
<!-- line 8 --> | <!-- line 8 --> | ||
{{Infobox/+|label={{{label8|}}}|data={{{data8|}}}|style={{{style|1}}}}} | {{Infobox/+|label={{{label8|}}}|data={{{data8|}}}|style={{{style|1}}}}} | ||
+ | <!-- line 9 --> | ||
+ | {{Infobox/+|label={{{label9|}}}|data={{{data9|}}}|style={{{style|1}}}}} | ||
+ | <!-- line 10 --> | ||
+ | {{Infobox/+|label={{{label10|}}}|data={{{data10|}}}|style={{{style|1}}}}} | ||
+ | <!-- line 11 --> | ||
+ | {{Infobox/+|label={{{label11|}}}|data={{{data11|}}}|style={{{style|1}}}}} | ||
+ | <!-- line 12 --> | ||
+ | {{Infobox/+|label={{{label12|}}}|data={{{data12|}}}|style={{{style|1}}}}} | ||
+ | <!-- line 13 --> | ||
+ | {{Infobox/+|label={{{label13|}}}|data={{{data13|}}}|style={{{style|1}}}}} | ||
+ | <!-- line 14 --> | ||
+ | {{Infobox/+|label={{{label14|}}}|data={{{data14|}}}|style={{{style|1}}}}} | ||
+ | <!-- line 15 --> | ||
+ | {{Infobox/+|label={{{label15|}}}|data={{{data15|}}}|style={{{style|1}}}}} | ||
<!-- end --> | <!-- end --> | ||
{{!}}- | }} | {{!}}- | }} |
Latest revision as of 17:29, 21 January 2021
This template generates infoboxes.
Example:
{{Infobox|name=Test|label1=Foo|data1=Data 1|label2=Bar|data2=Data 2|label3=Baz|data3=Data 3}}
generates:
Test | |
Foo | Data 1 |
Bar | Data 2 |
Baz | Data 3 |