Template:Blockquote: Difference between revisions
Jump to navigation
Jump to search
Ast3risk0ps (talk | contribs) (Create blockquote template) |
Ast3risk0ps (talk | contribs) m (Fix template description) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<div style=" | <div style="background:#f9f9f9; border: solid #aaa; border-width: 0px 0px 0px 5px; margin: 10px 0; padding: 10px ;border-radius: 5px;"> | ||
{{{1}}} | {{{1|Default blockquote text}}} | ||
</div> | </div> | ||
<noinclude> | <noinclude> | ||
Line 8: | Line 8: | ||
"1": { | "1": { | ||
"label": "Text", | "label": "Text", | ||
"description": " | "description": "Blockquote content", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true, | ||
"default": "Default blockquote text" | |||
} | } | ||
}, | }, | ||
"format": "inline", | "format": "inline", | ||
"description": "A | "description": "A styled alternative to <blockquote>." | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 21:54, 4 November 2024
Default blockquote text
A styled alternative to <blockquote>.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Text | 1 | Blockquote content
| String | required |