Template:Infobox
From WikiMD's WELLNESSPEDIA
Usage[edit]
This template is a non-Lua version of `Template:Infobox`. It supports simple infoboxes with up to 10 rows of key-value pairs.
Example[edit]
<syntaxhighlight lang="mediawiki">
Example Infobox
Example caption
| Section Header | |
|---|---|
| First label | First data |
| Second label | Second data |
| Third label | Third data |
</syntaxhighlight>
Parameters[edit]
- `title` - Main title or name (required).
- `image` - File name of the image.
- `image_size` - Size of the image (optional, defaults to "frameless").
- `caption` - Caption text below the image.
- `header1` - Header for a section.
- `label1` to `label10` - Labels for rows.
- `data1` to `data10` - Corresponding data for labels.