Template:Meta box/Row
This template is part of a series meta templates that can be used to create information boxes summarising facts about the subject of the article. It should not be used directly in articles.
This template inserts a data row in a box table: it must be used between {{Meta box/Header}} and {{Meta box/Footer}}. Each data row consists of a row title (usually some data label, such as "Population") and a row text (usually some data value, such as "995 inhabitants").
Parameters:
- title
- The row title, or data label. Mandatory.
- text
- The row text, or data value. Mandatory.
- indent
- Set this parameter to anything else than empty: the title will be slightly indented, both title and text will be a bit smaller. Use this when a row contains details about a more global value mentioned in a previous row.
- borderColour
- Colour of the table cell borders. Default: #AAAAAA.
- rowShape
- The shape of the row area. Can be
square
orround
(this last option results in the upper right corder of the row be rounded). Default:round
.