Template:Box-summ: Difference between revisions
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "", | "description": "Use this template to summarize information in a colored box with rounded corners.", | ||
"params": { | "params": { | ||
"color": { | "color": { | ||
Revision as of 14:44, 27 November 2024
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 |
| {{{title}}} |
{{{text}}}
|
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 | String | optional |