Template:Box: Difference between revisions
Appearance
m clean up documentation |
m change to required |
||
Line 25: | Line 25: | ||
"1": { | "1": { | ||
"description": "Text to put in the box", | "description": "Text to put in the box", | ||
"type": "string" | "type": "string", | ||
"required": true | |||
} | } | ||
}, | }, |
Revision as of 18:34, 16 January 2025
Usage
Add this to the source editor
{{Box|Example of text in a box}}
to create a box with around the text like this:
Example of text in a box |
Template Data
Create a box containing text
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | 1 | Text to put in the box | String | required |