Template:Infobox
From FusionGirl Wiki
Script error: No such module "Infobox".
Usage
{{Infobox
| title = Page Title
| image = Example.png
| caption = An example image
| header1 = Section
| label1 = Property
| data1 = Value
| label2 = Another
| data2 = Value
| below = [[Category:Things]]
}}
Parameters
| Parameter | Description |
|---|---|
| title / name | Infobox title (defaults to page name) |
| above | Text displayed above the image |
| subheader / subheader1–10 | Subtitle row(s) |
| image / image1–5 | Image (filename, [[File:...]], or HTML)
|
| caption / caption1–5 | Image caption |
| headerN | Full-width section header (coloured) |
| labelN | Left-column label (paired with dataN) |
| dataN | Right-column data |
| below | Bottom row (often categories or "See also" links) |
| bodystyle | Inline CSS for the whole table |
| titlestyle | Inline CSS for the title row |
| headerstyle | Inline CSS for section headers |
| labelstyle | Inline CSS for labels |
| datastyle | Inline CSS for data cells |