More languages
More actions
No edit summary |
(Undo revision 56389 by CriticalResist (talk)) Tag: Undo |
||
(5 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
@param bottom Optional. Change bottom margin (in px) in case layout is messed up when you add your template. Can be negative. | @param bottom Optional. Change bottom margin (in px) in case layout is messed up when you add your template. Can be negative. | ||
--> | --> | ||
<noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 17: | Line 17: | ||
"quote": { | "quote": { | ||
"label": "Quote", | "label": "Quote", | ||
"description": "The portion you want to quote (recommend | "description": "The portion you want to quote (recommend ~30 words max)", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
Line 36: | Line 36: | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> |
Latest revision as of 15:35, 20 September 2023
“ {{{quote}}}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Quote | quote | The portion you want to quote (recommend ~30 words max) | String | required |
Align | align | Alignment on the page (left, right, or center) | String | required |
Bottom | bottom | Optional. Change bottom margin (in px) in case layout is messed up when you add your template. Can be negative. | Number | optional |