Template:Blockquote: Difference between revisions

From RetroMC
Jump to navigation Jump to search
(Create blockquote template)
 
m (set default value)
Line 1: Line 1:
<div style="padding:5px; background:#f9f9f9; border: 5px solid #aaa; border-width:0px 0px 0px 5px; border-radius:10px; margin-top:5px; margin-bottom:5px">
<div style="padding:5px; background:#f9f9f9; border: 5px solid #aaa; border-width:0px 0px 0px 5px; border-radius:10px; margin-top:5px; margin-bottom:5px">
{{{1}}}
{{{1|Default blockquote text}}}
</div>
</div>
<noinclude>
<noinclude>
Line 10: Line 10:
"description": "Content of the blockquote",
"description": "Content of the blockquote",
"type": "string",
"type": "string",
"required": true
"required": true,
"default": "Default blockquote text"
}
}
},
},

Revision as of 19:34, 4 November 2024

Default blockquote text

A basic blockquote template.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Text1

Content of the blockquote

Default
Default blockquote text
Stringrequired