Please note that all submissions to the site are subject to the wiki's licence, CC 4.0 BY-SA, as found here
Template:Box: Difference between revisions
From Consumer Action Taskforce
Jump to navigationJump to search
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 | |||
} | } | ||
}, | }, |
Latest revision as of 18:34, 16 January 2025
Usage[edit source]
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[edit source]
Create a box containing text
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | 1 | Text to put in the box | String | required |