Template:Infobox

From WikiMD's Wellness Encyclopedia


Usage[edit source]

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 source]

{{Infobox
| title       = Example Infobox
| image       = Example.jpg
| image_size  = 250px
| caption     = Example caption
| header1     = Section Header
| label1      = First label
| data1       = First data
| label2      = Second label
| data2       = Second data
| label3      = Third label
| data3       = Third data
}}

Parameters[edit source]

  • `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.