Template:AlbumQuote: Difference between revisions
(Created page with "<div class="album-quote"> {{{quote}}} </div>") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="album-quote"> | <div class="album-quote"> | ||
{{{quote}}} | <i>{{{quote}}}</i> | ||
</div> | </div><noinclude> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"quote": { | |||
"label": "Quote", | |||
"description": "Text of the quote.", | |||
"type": "content", | |||
"required": true | |||
} | |||
}, | |||
"description": "Used for formatting the quote on album booklets.", | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 23:48, 6 June 2021
{{{quote}}}
Used for formatting the quote on album booklets.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Quote | quote | Text of the quote. | Content | required |