Deprecated: Use of MediaWiki\Skin\Skin::appendSpecialPagesLinkIfAbsent was deprecated in MediaWiki 1.44. [Called from MediaWiki\Skin\Skin::buildSidebar in /var/www/html/includes/skins/Skin.php at line 1639] in /var/www/html/includes/debug/MWDebug.php on line 386
Jump to content

Template:Box: Difference between revisions

From Consumer Rights Wiki
Kostas (talk | contribs)
m clean up documentation
Kostas (talk | contribs)
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