Template:Infobox/doc: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Usage == This template is a standard infobox template. It is primarily used as a ''base'' template for other more customized infobox template.<br/> bgcolor is the background..." |
correcting parameters in example, simplifying markup |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
== Usage == | == Usage == | ||
This template is a standard infobox template. It is primarily used as a ''base'' template for other more customized infobox template. | This template is a standard infobox template. It is primarily used as a ''base'' template for other more customized infobox template. | ||
<pre style="float:left;"> | |||
{{Infobox | |||
| color = hex color code (optional, default black) | |||
| bgcolor = | | bgcolor = hex color code (optional, default grey) | ||
| type = | | type = | ||
| title = | | title = | ||
| image = | | image = | ||
| caption = | | caption = | ||
| header | value | | label1 = header | data1 = value | ||
| header | value | | label2 = header | data2 = value | ||
| header | value | | label3 = header | data3 = value | ||
⋮ | |||
}} | |||
</pre> | |||
}}</pre> | |||
Latest revision as of 03:47, 26 November 2015
Usage[edit source]
This template is a standard infobox template. It is primarily used as a base template for other more customized infobox template.
{{Infobox
| color = hex color code (optional, default black)
| bgcolor = hex color code (optional, default grey)
| type =
| title =
| image =
| caption =
| label1 = header | data1 = value
| label2 = header | data2 = value
| label3 = header | data3 = value
⋮
}}