More languages
More actions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
<span class="essay-quote-text">{{{quote}}}</span> | <span class="essay-quote-text">{{{quote}}}</span> | ||
</div> | </div> | ||
<!-- | |||
@param quote The portion you want to quote (recommend around 15 words max). | |||
@param align Alignment on the page (left, right, or center) | |||
@param bottom Optional. Change bottom margin (in px) in case layout is messed up when you add your template. Can be negative. | |||
--> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"quote": { | |||
"label": "Quote", | |||
"description": "The portion you want to quote (recommend around 15 words max)", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"align": { | |||
"label": "Align", | |||
"description": "Alignment on the page (left, right, or center)", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"bottom": { | |||
"label": "Bottom", | |||
"description": "Optional. Change bottom margin (in px) in case layout is messed up when you add your template. Can be negative.", | |||
"type": "number", | |||
"required": false | |||
} | |||
} | |||
} | |||
</templatedata> |
Revision as of 23:25, 19 September 2023
“ {{{quote}}}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Quote | quote | The portion you want to quote (recommend around 15 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 |