Template:TemplateBox: Difference between revisions

Template page
(Created page with "<p style="width: 25%;margin: 0 auto; background: linear-gradient(337deg, rgba(63,209,124,1) 21%, rgba(39,180,162,1) 69%); text-align: center; font-size: 2em; border-radius: 20px 20px 0 0;border-width: 5px 5px 0px 5px; border-style: solid; border-color: gray; color: white;">{{{1}}}</p> <div style="background: rgb(63,209,124); background: linear-gradient(337deg, rgba(63,209,124,1) 21%, rgba(39,180,162,1) 69%); border-radius: 20px; border: 5px solid gray; color: #F0F0F0"><p...")
 
No edit summary
Line 1: Line 1:
<p style="width: 25%;margin: 0 auto; background: linear-gradient(337deg, rgba(63,209,124,1) 21%, rgba(39,180,162,1) 69%); text-align: center; font-size: 2em; border-radius: 20px 20px 0 0;border-width: 5px 5px 0px 5px; border-style: solid; border-color: gray; color: white;">{{{1}}}</p>
<p style="width: 25%;margin: 0 auto; background: linear-gradient(337deg, rgba(63,209,124,1) 21%, rgba(39,180,162,1) 69%); text-align: center; font-size: 2em; border-radius: 20px 20px 0 0;border-width: 5px 5px 0px 5px; border-style: solid; border-color: gray; color: white;">{{{1}}}</p>
<div style="background: rgb(63,209,124); background: linear-gradient(337deg, rgba(63,209,124,1) 21%, rgba(39,180,162,1) 69%); border-radius: 20px; border: 5px solid gray; color: #F0F0F0"><p style="margin: 1em;'>{{{2}}}</p>
<div style="background: rgb(63,209,124); background: linear-gradient(337deg, rgba(63,209,124,1) 21%, rgba(39,180,162,1) 69%); border-radius: 20px; border: 5px solid gray; color: #F0F0F0"><div>{{{2}}}</div>
<noinclude>
<templatedata>
{
"params": {
"1": {
"label": "Title",
"description": "Title of the Box",
"example": "About",
"type": "string",
"required": true
},
"2": {
"label": "Description",
"description": "The text inside the box",
"example": "Very very good",
"type": "string"
}
},
"paramOrder": [
"1",
"2"
]
}
</templatedata>
</noinclude>

Revision as of 10:24, 26 January 2024

{{{1}}}

{{{2}}}

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Title1

Title of the Box

Example
About
Stringrequired
Description2

The text inside the box

Example
Very very good
Stringoptional