Template:Box-summ: Difference between revisions
No edit summary |
No edit summary |
||
| Line 21: | Line 21: | ||
"type": "string", | "type": "string", | ||
"autovalue": "blue", | "autovalue": "blue", | ||
"example": " | "example": "Blue (default), grey, yellow, orange, green" | ||
}, | }, | ||
"title": { | "title": { | ||
| Line 30: | Line 30: | ||
"text": { | "text": { | ||
"label": "Body Content", | "label": "Body Content", | ||
"description": "The content below the title", | "description": "The content below the title, which can include templates", | ||
"type": " | "type": "content" | ||
} | } | ||
} | } | ||
Revision as of 14:48, 27 November 2024
| {{{title}}} |
{{{text}}}
|
The {{box-summ}} template uses the following syntax. The blue background color shown below is the default.
{{box-summ
|color = (grey|yellow|orange|blue|green)
|style = (any additional box styling)
|title = (the summary title)
|text = (write in your information
}}
| Yellow |
| Orange |
| Grey |
| Green |
Use this template to summarize information in a colored box with rounded corners.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Box Color | color | Choose from one of five colors
| String | optional |
| Box Title | title | The bold text at the top of the box | String | optional |
| Body Content | text | The content below the title, which can include templates | Content | optional |