Template:Blockquote: Difference between revisions
Jump to navigation
Jump to search
Ast3risk0ps (talk | contribs) (Create blockquote template) |
Ast3risk0ps (talk | contribs) 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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Text | 1 | Content of the blockquote
| String | required |