Jump to content

Template:Box: Difference between revisions

From Consumer_Action_Taskforce
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

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
11

Text to put in the box

Stringrequired